Skip to content

Releases: bradshjg/flask-githubapp

Support for Flask 3

Choose a tag to compare

@bradshjg bradshjg released this 27 Aug 06:39
cd1ae9e

What's changed

  • Added support for Python 3
    • Now testing against Flask 2 and 3 with Python 3.8+

Non-Breaking Changes to GitHub Secret Verification

Choose a tag to compare

@bradshjg bradshjg released this 17 Jan 23:09
  • GITHUBAPP_SECRET can now be set to False to skip verifying the signature of
    the webhook payload.

  • The X-Hub-Signature-256 header is now preferred for signature checking.
    Previously, X-Hub-Signature (and sha1) were used to verify the payload.