mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
ready for release
This commit is contained in:
parent
636fa9a06a
commit
1e80f43004
4 changed files with 10 additions and 4 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
[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)
|
||||
|
||||
7.0.1
|
||||
----------
|
||||
|
||||
- Allow an embedding process to reuse its own heartbeat thread
|
||||
- Update zh-cn localization
|
||||
|
||||
7.0.0
|
||||
----------
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
7.0.1
|
||||
---------
|
||||
|
||||
- Fix spurious ReadTimeoutError in concurrent rate limiter [#5611]
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
7.0.1
|
||||
---------
|
||||
|
||||
- Fix eager connection to Redis [#5606]
|
||||
- Fix eager connection to Redis when activating reliable_push [#5606]
|
||||
|
||||
7.0.0
|
||||
---------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Sidekiq
|
||||
VERSION = "7.0.0"
|
||||
VERSION = "7.0.1"
|
||||
MAJOR = 7
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue