Releases: gevans/sidekiq-throttler
Releases · gevans/sidekiq-throttler
v0.5.1
- Fixes a gemspec issue in 0.5.0 that was overwriting the binstubs of other gems.
v0.5.0
- Fixes
Thread.exclusive
deprecation warning.
- Loosens version constraints to support Sidekiq v4.x.
v0.4.1
- Dependency lock is loosened further for compatibility with Sidekiq 3.x.
- Appraisal is used for continous integration with Sidekiq 2.x and Sidekiq's master branch.
- Specs now use RSpec 3 and the
expect()
syntax.
v0.4.0
- Now supports using a Proc for
:period
option.
- Fix for throttler spec that was using symbol keys but the testing with string keys.
- Dependency lock is loosened for compatibility with Sidekiq 3.0.