Skip to content

Commit

Permalink
Release v1.5.0 (ixti#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti authored Nov 17, 2024
1 parent 27ec05e commit aa7b3b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0] - 2024-11-17

### Added

- Allow configuring whether throttled jobs are put back on the queue immediately
or scheduled for the future
[#150](https://github.com/ixti/sidekiq-throttled/pull/150).

### Changed

- Change default cooldown period to `1.0` (was `2.0`),
Expand All @@ -19,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Drop Sidekiq < 7 support
- Remove deprecated `Sidekiq::Throttled.setup!`


## [1.4.0] - 2024-04-07

### Fixed
Expand Down Expand Up @@ -124,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove queue exclusion from fetcher pon throttled job


[unreleased]: https://github.com/ixti/sidekiq-throttled/compare/v1.4.0...main
[unreleased]: https://github.com/ixti/sidekiq-throttled/compare/v1.5.0...main
[1.5.0]: https://github.com/ixti/sidekiq-throttled/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/ixti/sidekiq-throttled/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/ixti/sidekiq-throttled/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/ixti/sidekiq-throttled/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/throttled/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Sidekiq
module Throttled
# Gem version
VERSION = "1.4.0"
VERSION = "1.5.0"
end
end

0 comments on commit aa7b3b0

Please sign in to comment.