Skip to content

Releases: davenverse/ratelimit

v0.0.2

17 Oct 22:41
Compare
Choose a tag to compare
  • Adds Rediculous Based Implementations of All RateLimiter strategies.

v0.0.1

17 Oct 20:15
Compare
Choose a tag to compare
  • Initial Public Release
  • Support Initial RateLimiter Api
  • Support RateLimiter Middleware allowing services to automatically return 429
  • Support 3 In-Memory RateLimiter implementations - FixedWindow, SlidingLog, and SlidingWindow