Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

v0.3.2

Compare
Choose a tag to compare
@sethvargo sethvargo released this 12 Aug 00:49
· 1708 commits to main since this release

This release includes a fix for rate limiting to rate limit by the correct IP.

Changelog since v0.3.1

Rate limiting

  • Rate limit by x-forwarded-for headers to get the real client IP
  • The adminapi now uses RATE_LIMIT_TOKENS instead of RATE_LIMIT to define the limits
  • IP addresses are hashed before stored in redis for limiting
  • Each service has its own key namespace in the rate limiter to avoid clobbering (#221, @sethvargo)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.