Python Slack Events Api Versions Save

Slack Events API adapter for Python (Flask required)

v3.0.1

2 years ago

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

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

v3.0.0

2 years ago

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

3 years ago

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

  • Better error handling for requests lacking required headers #75 #76 - thanks @SpamapS @seratch

v2.2.0

3 years ago

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

3 years ago

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.1.0

5 years ago

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)

v2.0.0

5 years ago

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

“v1.1.0”

6 years ago
  • Added the ability to pass an existing Flask instance into SlackEventAdapter
  • Added server response headers for python, os and package versions