Skip to content

Latest commit

 

History

History
124 lines (70 loc) · 3.06 KB

CHANGES.md

File metadata and controls

124 lines (70 loc) · 3.06 KB

Changelog

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.

1.4.0 - 2024-04-07

Fixed

  • Correctly unwrap ActiveJob arguments: #184, #185.

1.3.0 - 2024-01-18

Added

  • Add Sidekiq Pro 7.0, 7.1, and 7.2 support
  • Add Ruby 3.3 support

1.2.0 - 2023-12-18

Added

  • Bring back Ruby-2.7.x support

1.1.0 - 2023-11-21

Changed

  • Renamed Sidekiq::Throttled::Middleware to Sidekiq::Throttled::Middlewares::Server

Deprecated

  • Sidekiq::Throttled.setup! is now deprecated. If you need to change order of the middleware, please manipulate middlewares chains directly.

1.0.1 - 2023-11-20

Added

  • Bring back Sidekiq-6.5 support

1.0.0 - 2023-11-20

Added

  • Add Sidekiq-7.2 support
  • Revive queues cooldown logic #163

Changed

  • (BREAKING) Jobs inherit throttling strategy from their parent class, unless explicitly overriden

Fixed

  • Correctly finalize throttled jobs when used with ActiveJob #151

Removed

  • (BREAKING) Drop Ruby-2.7.x support
  • (BREAKING) Drop Sidekiq-6.x.x support
  • (BREAKING) Removed Sidekiq::Throttled.configuration

1.0.0.alpha.1 - 2023-06-08

Changed

  • Upstream Sidekiq::BasicFetch is now infused with throttling directly, thus default fetch configuration should work on both Sidekiq and Sidekiq-Pro

Removed

  • Remove Sidekiq::Throttled::BasicFetch and Sidekiq::Throttled::Fetch

1.0.0.alpha - 2023-05-30

Added

  • Add sidekiq 7.0 and 7.1 support
  • Add Ruby 3.2 support

Changed

  • Switch README to Asciidoc format
  • Switch CHANGES to keepachangelog.com format
  • Sidekiq::Throttled::Fetch was renamed to Sidekiq::Throttled::BasicFetch

Removed

  • 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