Skip to content

v1.0.0

Compare
Choose a tag to compare
@Narasimha1997 Narasimha1997 released this 03 Oct 09:12
· 15 commits to main since this release

Releasing the first initial stable version of rate-limiter.
New additions:

  1. SyncLimiter : A new limiter implementation that require no goroutine in the background to maintain the sliding window.
  2. More tests that cover SyncLimiter.
  3. AttrubuteBasedLimiter can be configured to use DefaultLimiter and SyncLimiter by passing backgroundSlider flag.
  4. Added docs