This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
Releases: trustpilot/slack-trustpilot
Releases · trustpilot/slack-trustpilot
Fix dialogs without state
This fixes a bug ultimately coming from the addition of state in the dialog builder in Botkit 0.7.5
Change botkit storage layer for DynamoDb
This updates the storage layer to use straight AWS SDK without any wrapping libraries.
Better check for verified reviews
Merge pull request #55 from trustpilot/better-check-for-verified-reviews Better check for verified reviews
Small fixes
This release adds small fixes to the /trustpilot test
and /trustpilot latest
commands.
Add selection of domain on feed setup
This release finalises the work to add support for multiple domains on the same Slack team.
Custom triggers
Fire new custom triggers for the following events:
- Open feed settings
- Delete feed settings
- Start a reply
Switch to npm, fix vulnerabilities, update Trustpilot client
Merge pull request #51 from trustpilot/small-updates Small updates
Introduce signing secret
This adds support for Slack signing secrets, the new way to verify incoming webhooks. Verification tokens are deprecated.
Fix test slash command
This fixes the test slash command, broken by 868f4b3
Multi-domain: allow disabling of review queries
Added a configuration flag to let us disable review queries, as they would complicate the UI / backend while working on multi-domain support.