Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Releases: trustpilot/slack-trustpilot

Fix dialogs without state

11 Nov 12:12
c68d605
Compare
Choose a tag to compare

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

08 Nov 09:18
1f36ad9
Compare
Choose a tag to compare

This updates the storage layer to use straight AWS SDK without any wrapping libraries.

Better check for verified reviews

11 Apr 08:02
443e254
Compare
Choose a tag to compare
Merge pull request #55 from trustpilot/better-check-for-verified-reviews

Better check for verified reviews

Small fixes

05 Mar 09:47
65a5d8b
Compare
Choose a tag to compare

This release adds small fixes to the /trustpilot test and /trustpilot latest commands.

Add selection of domain on feed setup

04 Mar 14:40
a43e218
Compare
Choose a tag to compare

This release finalises the work to add support for multiple domains on the same Slack team.

Custom triggers

06 Feb 10:05
0dbc115
Compare
Choose a tag to compare

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

21 Jan 14:36
2979fce
Compare
Choose a tag to compare
Merge pull request #51 from trustpilot/small-updates

Small updates

Introduce signing secret

13 Nov 13:28
e53d709
Compare
Choose a tag to compare

This adds support for Slack signing secrets, the new way to verify incoming webhooks. Verification tokens are deprecated.

Fix test slash command

02 Nov 12:35
f1b9e7b
Compare
Choose a tag to compare

This fixes the test slash command, broken by 868f4b3

Multi-domain: allow disabling of review queries

26 Oct 11:46
9447115
Compare
Choose a tag to compare

Added a configuration flag to let us disable review queries, as they would complicate the UI / backend while working on multi-domain support.