Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jan 23:43
· 8 commits to develop since this release
e06042a

Minor Changes

  • babdcf3: Security & algorithm improvements:
    • Switch to sliding window timestamps (more accurate rate limiting)
    • Add IP validation/sanitization to prevent header injection
    • Add failOpen option (default: true) for cache failures
    • Add Retry-After and X-RateLimit-Reset headers
    • Export isValidIp, normalizeIp, sanitizeIp utilities
    • Upgrade to Medusa 2.13.0 compatibility