v1.0.0
Releasing the first initial stable version of rate-limiter.
New additions:
SyncLimiter
: A new limiter implementation that require no goroutine in the background to maintain the sliding window.- More tests that cover
SyncLimiter
. AttrubuteBasedLimiter
can be configured to useDefaultLimiter
andSyncLimiter
by passingbackgroundSlider
flag.- Added docs