File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
## [ Unreleased]
10
10
11
11
12
+ ## [ 1.5.2] - 2025-01-12
13
+
14
+ ### Fixed
15
+
16
+ - Fix maximum retry period calculation, and the queue name when job being pushed
17
+ back on queue [ #201 ] ( https://github.com/ixti/sidekiq-throttled/pull/201 ) .
18
+
19
+
12
20
## [ 1.5.1] - 2024-12-09
13
21
14
22
### Changed
@@ -142,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142
150
- Remove queue exclusion from fetcher pon throttled job
143
151
144
152
145
- [ unreleased ] : https://github.com/ixti/sidekiq-throttled/compare/v1.5.1...main
153
+ [ unreleased ] : https://github.com/ixti/sidekiq-throttled/compare/v1.5.2...main
154
+ [ 1.5.2 ] : https://github.com/ixti/sidekiq-throttled/compare/v1.5.1...v1.5.2
146
155
[ 1.5.1 ] : https://github.com/ixti/sidekiq-throttled/compare/v1.5.0...v1.5.1
147
156
[ 1.5.0 ] : https://github.com/ixti/sidekiq-throttled/compare/v1.4.0...v1.5.0
148
157
[ 1.4.0 ] : https://github.com/ixti/sidekiq-throttled/compare/v1.3.0...v1.4.0
Original file line number Diff line number Diff line change 3
3
module Sidekiq
4
4
module Throttled
5
5
# Gem version
6
- VERSION = "1.5.1 "
6
+ VERSION = "1.5.2 "
7
7
end
8
8
end
You can’t perform that action at this time.
0 commit comments