v0.7.0
github-actions
released this
16 Sep 14:55
·
3204 commits
to refs/heads/main
since this release
Changes
🚀 Features
-
Automations feature @mariobalca (#49) and @themarolt (#43)
We now support webhooks as the first tool in our automations feature.
This means you can now set up a webhook automation to be triggered:- When a new member is detected
- When a new activity is created
With some additional optional filters.
✨ Enhancements
- Upgrade Vue from v2 to v3 @mariobalca (#15)
🐞 Bug Fixes
- Fix report create/edit issues introduced on (#15) @mariobalca (#58 and #59)
- Fix bug that caused automations coming from GitHub not firing @themarolt (#55)
- Engagement score fix: added a check for tenants that have 0 members with activities less than a year ago. Therefore the engagement score KMeans bug is now fixed @CallmeMehdi (#46)
- Fix some issues related to vue3 and automations/webhooks @mariobalca (#54)
- GitHub integration: we now check if the repository is still accessible by the access token before trying to parse a repository @epipav (#47)
- Fix overflow issue on eagle eye cards/items and tweak the
keywords-input.vue
UX @mariobalca (#52) - Fix some issues on open.crowd.dev related to SEO's title and description @mariobalca (#41)
- Fix typo when rendering GitHub activities: stared switched to starred. @joanreyero (#45)
- Conversations title is now being set to first activity title when it exists. Otherwise it uses first activity body. Before it was always getting body. @joanreyero (#44)
- Twitter follow activities were generating different
sourceIds
whenonboarding:true/false
. This was causing duplicate activities on some edge cases. Now twitter follow activities generate the samesourceIds
with fixed timestamps, independent ofonboarding:true/false
@epipav (#38) - The dynamic endpoints were not passed to consecutive lambda runs when 15 minute time limit was reached. Endpoints are now passed to new lambdas successfully @epipav (#50)