1
0
Fork 0
mirror of https://github.com/deanpcmad/sidekiq-limit_fetch.git synced 2022-11-09 13:54:36 -05:00
This commit is contained in:
Dean Perry 2022-08-16 22:07:54 +00:00
parent 748c482281
commit 0a33979df1
9 changed files with 17 additions and 21 deletions

View file

@ -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).

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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'