Skip to content

Commit

Permalink
Bump, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Aug 19, 2021
1 parent 13e2b56 commit d69e3c6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Changes.md
Expand Up @@ -2,13 +2,14 @@

[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/master/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/master/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/master/Ent-Changes.md)

HEAD
6.2.2
---------

- Reduce retry jitter, add jitter to `sidekiq_retry_in` values [#4957]
- Minimize scheduler load on Redis at scale [#4882]
- Improve logging of delay jobs [#4904, BuonOno]
- Minor CSS improvements for buttons and tables, design PRs always welcome!
- Tweak Web UI `Cache-Control` header [#4966]

6.2.1
---------
Expand Down
8 changes: 8 additions & 0 deletions Ent-Changes.md
Expand Up @@ -4,6 +4,14 @@

Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.

2.2.3
-------------

- Fixes for leaky and unlimited limiters [#4809, #4869]
- Invalid leaders now immediately step down [#4950]
- Web UI now displays "next run time" in the specified timezone [#4833]
- Fix swarm memory monitoring on BSDs

2.2.2
-------------

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
sidekiq (6.2.1)
sidekiq (6.2.2)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -82,7 +82,7 @@ GEM
json
simplecov
concurrent-ruby (1.1.8)
connection_pool (2.2.3)
connection_pool (2.2.5)
crass (1.0.6)
docile (1.3.2)
erubi (1.10.0)
Expand Down
3 changes: 2 additions & 1 deletion Pro-Changes.md
Expand Up @@ -4,9 +4,10 @@

Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.

HEAD
5.2.3
---------

- Reduce superfluous logging of Redis errors [#4969]
- Display dead JIDs on Batch details page [#4926]

5.2.2
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Sidekiq
VERSION = "6.2.1"
VERSION = "6.2.2"
end

0 comments on commit d69e3c6

Please sign in to comment.