mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
changes
This commit is contained in:
parent
b65a932ae6
commit
8ee13c703d
2 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,13 @@
|
|||
|
||||
[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/main/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/main/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/main/Ent-Changes.md)
|
||||
|
||||
HEAD
|
||||
---------
|
||||
|
||||
- Fix sidekiq.yml YAML load errors on Ruby 3.1 [#5141]
|
||||
- Sharding support for `perform_bulk` [#5129]
|
||||
- Refactor job logger for SPEEEEEEED
|
||||
|
||||
6.4.0
|
||||
---------
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Sidekiq
|
||||
VERSION = "6.4.0"
|
||||
VERSION = "6.4.1"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue