Skip to content

Releases: jitsi/jitsi-slack

metrics support

08 Mar 17:13
4f074c5
Compare
Choose a tag to compare
  • Added support for optional metrics collection via Prometheus.
  • Minor bugfixes and updates.

Slack v2 OAUTH 2.0 + aws-go-sdk-v2 support.

02 Mar 18:28
9e3f499
Compare
Choose a tag to compare

These are updates to support Slack's new OAUTH model as well as to migrate to aws-sdk-go-v2.

  • No longer stores user or bot tokens
  • Updated to aws-sdk-go-v2 for dynamodb
  • Updated to go 1.16
  • Uses more high level calls from github.com/slack-go/slack
  • Minor error handling and logging improvements
  • Docker build is less restrictive by default
  • Added in example for a pre-run script

This update is NOT BACKWARDS COMPATIBLE with prior versions. If you are upgrading, you will need to recreate your database tables and be unable to use Slack bot tokens that have been granted to earlier versions.

patch for golang 1.15

16 Feb 23:03
fa983bf
Compare
Choose a tag to compare

Minor updates to support golang 1.15.

This will be the final version supporting v1 of Slack's OAUTH 2.0 flow. Future versions of jitsi-slack will update to v2 of Slack's OAUTH 2.0 flow.