Skip to content

Releases: tizz98/webhook-utils

v0.3.2

Choose a tag to compare

@tizz98 tizz98 released this 30 Dec 16:42
ba13174

Added

  • End-to-end FastAPI examples

Fixed

  • Fixed WebhookAuth signature generation method call parameter order

v0.3.1

Choose a tag to compare

@tizz98 tizz98 released this 30 Dec 15:13
95ac22a

Removed

  • Remove erroneous print in httpx_auth.py

Added

  • Add flake8-print to check for print statements

v0.3.0

Choose a tag to compare

@tizz98 tizz98 released this 30 Dec 15:13
1737153

Added

  • WebhookRouter for FastAPI users to extend APIRouter with built-in webhook signature validation
  • Upload coverage report to Codecov

v0.2.0

Choose a tag to compare

@tizz98 tizz98 released this 30 Dec 15:13
0b9f661

Added

  • WebhookAuth injects signed request body as a header for httpx

v0.1.0

Choose a tag to compare

@tizz98 tizz98 released this 30 Dec 15:12
44ac543

Added

  • Initial release.
  • Crypto module with support for generating and verifying signatures.