Skip to content

Releases: gevans/sidekiq-throttler

v0.5.1

17 Mar 03:21
Compare
Choose a tag to compare
  • Fixes a gemspec issue in 0.5.0 that was overwriting the binstubs of other gems.

v0.5.0

23 Feb 19:30
Compare
Choose a tag to compare
  • Fixes Thread.exclusive deprecation warning.
  • Loosens version constraints to support Sidekiq v4.x.

v0.4.1

18 Jun 20:03
Compare
Choose a tag to compare
  • 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

24 Apr 19:00
Compare
Choose a tag to compare
  • 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.