v0.1.0
[v0.1.0] - 2022-09-19
Added
- #11
RateLimit::Result
class - #12
RateLimit::Worker
class - #13
RateLimit::Config#on_success
andRateLimit::Config#on_failure
Changed
RateLimit.throttle
to not accept blockRateLimit.throttle
to returnRateLimit::Result
objectRateLimit::Throttler
from class to module while moving responsibilities toRateLimit::Worker
class- renamed
RateLimit.throttle!
toRateLimit.throttle_with_block!
- renamed
RateLimit.throttle_only_failures
toRateLimit.throttle_only_failures_with_block!
Fixed
New Contributors
@dhruvCW made their first contribution 🎉