Skip to content

Releases: Hawk-API/hawkapi-sentry

v0.2.1

Choose a tag to compare

@ashimov ashimov released this 10 Jun 11:40

Security hardening.

  • The request url attached to events has its query string redacted with the same sensitive-parameter rules as query_string (CWE-200)

v0.2.0 — security hardening

Choose a tag to compare

@ashimov ashimov released this 16 May 14:11

Full OWASP review fixes. See CHANGELOG.md for details.

v0.1.1

Choose a tag to compare

@ashimov ashimov released this 19 Apr 12:23

Bump Development Status classifier to 5 - Production/Stable.

v0.1.0

Choose a tag to compare

@ashimov ashimov released this 19 Apr 12:10

Initial release: SentryPlugin and SentryMiddleware for HawkAPI.

  • SentryPlugin — wires sentry_sdk.init on startup, captures unhandled exceptions with request context, redacts auth headers, supports user context and global tags
  • SentryMiddleware — per-request Sentry transactions with OTel-compatible status codes
  • 31 tests, ruff + pyright strict clean
  • Python 3.12 / 3.13, hawkapi>=0.1.3, sentry-sdk>=2.0