mirror of
https://github.com/deanpcmad/sidekiq-limit_fetch.git
synced 2022-11-09 13:54:36 -05:00
v4.3.0
This commit is contained in:
parent
748c482281
commit
0a33979df1
9 changed files with 17 additions and 21 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,9 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
## [4.3.0] - 2022-08-16
|
||||
|
||||
- #135 - Some extra fixes for Sidekiq 6.5 (fixes #128, #130, #131) from [@BobbyMcWho](https://github.com/BobbyMcWho)
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
## [4.2.0] - 2022-06-09
|
||||
|
||||
- #127 - Fix for Sidekiq 6.5 internal change vias PR #128 from [@evgeniradev][https://github.com/evgeniradev]
|
||||
|
@ -11,16 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [4.1.0] - 2022-03-29
|
||||
|
||||
### Changed
|
||||
|
||||
- #101 - Fix stuck queues bug on Redis restart from [@907th](https://github.com/907th).
|
||||
|
||||
## [4.0.0] - 2022-03-26
|
||||
|
||||
This project was taken over by [@deanpcmad](https://github.com/deanpcmad)
|
||||
|
||||
### Changed
|
||||
|
||||
- #120 - Migrate CI to GitHub Actions from [@petergoldstein](https://github.com/petergoldstein).
|
||||
- #124 - Fixed redis v4.6.0 pipelines deprecation warning from [@iurev](https://github.com/iurev).
|
||||
- #83 - Processing dynamic queues from [@alexey-yanchenko](https://github.com/alexey-yanchenko).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq-limit_fetch (4.1.0)
|
||||
sidekiq-limit_fetch (4.3.0)
|
||||
redis (>= 4.6.0)
|
||||
sidekiq (>= 4)
|
||||
|
||||
|
@ -53,4 +53,4 @@ DEPENDENCIES
|
|||
sidekiq-limit_fetch!
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.14
|
||||
2.3.5
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq-limit_fetch (4.1.0)
|
||||
sidekiq-limit_fetch (4.3.0)
|
||||
redis (>= 4.6.0)
|
||||
sidekiq (>= 4)
|
||||
|
||||
|
@ -50,4 +50,4 @@ DEPENDENCIES
|
|||
sidekiq-limit_fetch!
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.14
|
||||
2.3.5
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq-limit_fetch (4.1.0)
|
||||
sidekiq-limit_fetch (4.3.0)
|
||||
redis (>= 4.6.0)
|
||||
sidekiq (>= 4)
|
||||
|
||||
|
@ -50,4 +50,4 @@ DEPENDENCIES
|
|||
sidekiq-limit_fetch!
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.14
|
||||
2.3.5
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq-limit_fetch (4.1.0)
|
||||
sidekiq-limit_fetch (4.3.0)
|
||||
redis (>= 4.6.0)
|
||||
sidekiq (>= 4)
|
||||
|
||||
|
@ -50,4 +50,4 @@ DEPENDENCIES
|
|||
sidekiq-limit_fetch!
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.14
|
||||
2.3.5
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq-limit_fetch (4.1.0)
|
||||
sidekiq-limit_fetch (4.3.0)
|
||||
redis (>= 4.6.0)
|
||||
sidekiq (>= 4)
|
||||
|
||||
|
@ -50,4 +50,4 @@ DEPENDENCIES
|
|||
sidekiq-limit_fetch!
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.14
|
||||
2.3.5
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq-limit_fetch (4.1.0)
|
||||
sidekiq-limit_fetch (4.3.0)
|
||||
redis (>= 4.6.0)
|
||||
sidekiq (>= 4)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ GIT
|
|||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
sidekiq-limit_fetch (4.1.0)
|
||||
sidekiq-limit_fetch (4.3.0)
|
||||
redis (>= 4.6.0)
|
||||
sidekiq (>= 4)
|
||||
|
||||
|
@ -55,4 +55,4 @@ DEPENDENCIES
|
|||
sidekiq-limit_fetch!
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.14
|
||||
2.3.5
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |gem|
|
||||
gem.name = 'sidekiq-limit_fetch'
|
||||
gem.version = '4.2.0'
|
||||
gem.version = '4.3.0'
|
||||
gem.license = 'MIT'
|
||||
gem.authors = ['Dean Perry', 'brainopia']
|
||||
gem.email = 'dean@deanpcmad.com'
|
||||
|
|
Loading…
Add table
Reference in a new issue