Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.49 KB

CHANGES.md

File metadata and controls

56 lines (31 loc) · 1.49 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.

Fixed

  • Correctly finalize throttled jobs when used with ActiveJob #151

1.0.0.alpha.1 - 2023-06-08

Changes

  • 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

Changes

  • 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