Skip to content

Releases: slackapi/python-slack-events-api

version 3.0.2

01 Aug 04:50
Compare
Choose a tag to compare

v3.0.1

09 Dec 07:26
Compare
Choose a tag to compare

https://github.com/slackapi/python-slack-events-api/milestone/5?closed=1

  • #99 Incorrectly formatted JSON in challenge response - thanks @sirdan69

v3.0.0

09 Sep 05:09
Compare
Choose a tag to compare

https://github.com/slackapi/python-slack-events-api/milestone/3?closed=1

  • Updates for Flask 2.x compatibility - thanks @antonio-te @seratch

Migration guide:

Since this version, this package no longer works with:

  • Python 2.7
  • Flask 1.x

Please use Python 3.6 or higher along with Flask 2.x.

v2.2.1

29 Jul 03:51
Compare
Choose a tag to compare

https://github.com/slackapi/python-slack-events-api/milestone/2?closed=1

v2.2.0

24 Jun 05:42
2d298a9
Compare
Choose a tag to compare

https://github.com/slackapi/python-slack-events-api/milestone/1?closed=1

v2.2.0rc1

16 Jun 14:23
Compare
Choose a tag to compare
v2.2.0rc1 Pre-release
Pre-release

https://github.com/slackapi/python-slack-events-api/milestone/1?closed=1

2.1.0

13 Dec 23:08
2c69039
Compare
Choose a tag to compare

This version fixes a security vulnerability by updating the minimum Flask version to 0.12.3 (#45) and updates request signing to work for any content-type (#44)

2.0.0

15 Aug 17:57
6a269ed
Compare
Choose a tag to compare

Version 2.0.0 adds support for HTTP Request Signing and removed Verification Token checks.

See https://api.slack.com/docs/verifying-requests-from-slack for more information.

NOTE: This change requires apps to use Signing Secret rather than Verification Token

Version 1.1.0 Release

19 Jan 16:56
Compare
Choose a tag to compare
  • Added the ability to pass an existing Flask instance into SlackEventAdapter
  • Added server response headers for python, os and package versions