Skip to content

Releases: Hawk-API/hawkapi-ratelimit

v0.1.2

10 Jun 11:47

Choose a tag to compare

Marked as Production/Stable. No functional changes.

v0.1.1

10 Jun 11:40

Choose a tag to compare

Security hardening.

  • Header- and API-key-derived identities are SHA-256 hashed before use as Redis keys (CWE-312)
  • Fail-open path logs explicitly that the request was allowed despite the Redis error

v0.1.0 — Rate limiting

17 May 06:25

Choose a tag to compare

Initial release. Token bucket + sliding window, in-memory + Redis Lua backends, IP/user/API-key identities, decorator + middleware. Security review applied before ship — see CHANGELOG.