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.
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
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
- Updates request signing to work for any content-type (#44)
- Updated minimum Flask version to address security vulnerability (#45)
- Added support for Request signing
- Added the ability to pass an existing Flask instance into SlackEventAdapter
- Added server response headers for python, os and package versions
- Added the ability to pass an existing Flask instance into SlackEventAdapter
- Added server response headers for python, os and package versions
- Added change log ✅
- Decode byte stream into utf-8 - fixing Python 3 compatability issue (Thanks @navinpai!)
- Added host argument, to bind to hosts other than localhost (Thanks @calvinhp!)
- Improved verification token logic (Thanks @benoitlavigne!)
- Initial release 🎉