v0.15.0
github-actions
released this
09 Jan 12:24
·
2940 commits
to refs/heads/main
since this release
Changes
π Features
Exact keyword matching for EagleEye
You can now look for posts by an exact keyword in EagleEye. If you send a query wrapped in quotes, we will look for it exactly rather than performing semantic search.
For example, imagine you want to search for content that talks about generative AI but mentions Stable Diffusion. You could send the query: generative ai, "stable diffusion"
.
- EagleEye exact keyword matching @mariobalca @joanreyero (#383)
Discord forum channels
Forum channels are now supported as part of the Discord integration. We will get posts and all comments on those channels. If you already have a Discord integration connected, we will get posts in public forum channels automatically. You'll need to add the bot to the forum channels that you want if they are private.
- Get forum channels from Discord @joanreyero (#405)
β¨ Improvements
- Preventing that an automation is executed twice. @themarolt (#401)
- Improved copy for tooltips in widgets. @epipav (#392)
π Bug Fixes
- Fix a bug where members could be merged twice. @joanagmaia (#402)
- Do not throw an error when a GitHub webhook with an unsupported event type comes. @themarolt (#397)
- Hashtags were not being saved in the Twitter integration. @joanreyero (#396)
- Engagement score was weighing too much activities at the beginning of the month. @joanreyero (#394)
- Make sure that the text we send to AWS Comprehend for sentiment analysis is not too big. @joanreyero @themarolt (#391)
- Fix an edge case where merging members with similar activities was throwing a 500 error. @epipav (#388)
- Get GitHub user emails with GitHub app token instead of a user token. @themarolt (#389)