1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

latest changes

This commit is contained in:
Mike Perham 2022-09-23 11:27:52 -07:00
parent 9a54abc7c4
commit 6df3c0159e
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View file

@ -4,6 +4,12 @@
Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.
2.5.3
---------
- Adjust rate limiters to lazy initialize, avoiding connection issues
when forking preloaded app code [#5535]
2.5.2
---------

View file

@ -4,6 +4,12 @@
Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
5.5.5
---------
- Lock Sidekiq Pro 5.x to Sidekiq 6.x.
- Update IT localization
5.5.4
---------