All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Correctly finalize throttled jobs when used with ActiveJob #151
1.0.0.alpha.1 - 2023-06-08
- Upstream
Sidekiq::BasicFetch
is now infused with throttling directly, thus default fetch configuration should work on both Sidekiq and Sidekiq-Pro
- Remove
Sidekiq::Throttled::BasicFetch
andSidekiq::Throttled::Fetch
1.0.0.alpha - 2023-05-30
- Add sidekiq 7.0 and 7.1 support
- Add Ruby 3.2 support
- Switch README to Asciidoc format
- Switch CHANGES to keepachangelog.com format
- Sidekiq::Throttled::Fetch was renamed to Sidekiq::Throttled::BasicFetch
- Drop support of Sidekiq < 6.5.0
- Remove queue pauser. Queues pausing was extracted into a standalone gem: sidekiq-pauzer.
- Remove Sidekiq IPC based on Redis pub/sub
- Remove queue exclusion from fetcher pon throttled job