Releases: slackapi/python-slack-events-api
version 3.0.3
Changes
- chore(deps): specify max pyee version (#108) - thanks @atkinsonm
Here is the full list of the issues/pull requests included in this release: https://github.com/slackapi/python-slack-events-api/milestone/7?closed=1
⚠️ Important Notice
If you use this library for Events API handling, you may need to use threads for stable event acknowledgement. See #84 for details. If you're looking for the best recommended library at this point, check Bolt for Python: https://github.com/slackapi/bolt-python The framework covers not only Events API but also all the latest Slack Platform features.
version 3.0.2
https://github.com/slackapi/python-slack-events-api/milestone/6?closed=1
- Fix #106 Run tests with Flask 3 and newer Python runtimes (#107) - thanks @theresali-apple @seratch
v3.0.1
v3.0.0
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
v2.2.0
https://github.com/slackapi/python-slack-events-api/milestone/1?closed=1
- Add Blueprint (application factories) support #56 #69 - thanks @maryum375 @psykzz @seratch
- Add current_app (LocalProxy) support #66 #71 - thanks @tstoco @seratch
- Apply various improvement to the PyPI packaging #47 #70 #72 - thanks @seratch
- Drop Python 2.7.6 support #53 #68 - thanks @Roach @seratch
- Refactor duplicated code #59 - thanks @vvatelot
- Add more tests #37 #40 - thanks @datashaman
v2.2.0rc1
https://github.com/slackapi/python-slack-events-api/milestone/1?closed=1
- Add Blueprint (application factories) support #56 #69 - thanks @maryum375 @psykzz @seratch
- Add current_app (LocalProxy) support #66 #71 - thanks @tstoco @seratch
- Apply various improvement to the PyPI packaging #47 #70 #72 - thanks @seratch
- Drop Python 2.7.6 support #53 #68 - thanks @Roach @seratch
- Refactor duplicated code #59 - thanks @vvatelot
- Add more tests #37 #40 - thanks @datashaman
2.1.0
2.0.0
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
- Added the ability to pass an existing Flask instance into SlackEventAdapter
- Added server response headers for python, os and package versions