Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.01 KB

CHANGELOG.rst

File metadata and controls

39 lines (26 loc) · 1.01 KB

Changelog

v2.1.0 (2018-12-12)

  • Updates request signing to work for any content-type (#44)
  • Updated minimum Flask version to address security vulnerability (#45)

v2.0.0 (2018-08-15)

  • Added support for Request signing

v1.1.0 (2018-01-19)

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

v1.1.0 (2018-01-19)

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

v1.0.1 (2017-12-18)

  • 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!)

v1.0.0 (2017-02-22)

  • Initial release 🎉