Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad committed Aug 16, 2022
1 parent 748c482 commit 0a33979
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 21 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
# 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]
- testing changes: stop supporting Sidekiq < 6, add tests for Sidekiq 6.5, stop testing on ruby 2.6 EOL

## [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).
4 changes: 2 additions & 2 deletions gemfiles/sidekiq_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -53,4 +53,4 @@ DEPENDENCIES
sidekiq-limit_fetch!

BUNDLED WITH
2.3.14
2.3.5
4 changes: 2 additions & 2 deletions gemfiles/sidekiq_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -50,4 +50,4 @@ DEPENDENCIES
sidekiq-limit_fetch!

BUNDLED WITH
2.3.14
2.3.5
4 changes: 2 additions & 2 deletions gemfiles/sidekiq_6.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -50,4 +50,4 @@ DEPENDENCIES
sidekiq-limit_fetch!

BUNDLED WITH
2.3.14
2.3.5
4 changes: 2 additions & 2 deletions gemfiles/sidekiq_6.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -50,4 +50,4 @@ DEPENDENCIES
sidekiq-limit_fetch!

BUNDLED WITH
2.3.14
2.3.5
4 changes: 2 additions & 2 deletions gemfiles/sidekiq_6.4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -50,4 +50,4 @@ DEPENDENCIES
sidekiq-limit_fetch!

BUNDLED WITH
2.3.14
2.3.5
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_6.5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/sidekiq_master.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -55,4 +55,4 @@ DEPENDENCIES
sidekiq-limit_fetch!

BUNDLED WITH
2.3.14
2.3.5
2 changes: 1 addition & 1 deletion sidekiq-limit_fetch.gemspec
Original file line number Diff line number Diff line change
@@ -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 = '[email protected]'
Expand Down

0 comments on commit 0a33979

Please sign in to comment.