1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2022-06-07 08:56:24 -07:00
parent d985aa35f0
commit 16debb0bac
2 changed files with 9 additions and 1 deletions

View file

@ -4,6 +4,13 @@
Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.
2.5.0
-------------
- Per the 2.0 upgrade notes, Sidekiq Enterprise will stop if you do not have valid
credentials configured on startup.
- Internal refactoring for Sidekiq 6.5.
2.3.1
-------------

View file

@ -4,7 +4,7 @@
Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
HEAD
5.5.0
---------
- DEPRECATION: remove support for statsd-ruby via `Sidekiq::Pro.statsd`.
@ -20,6 +20,7 @@ end
- Excise "worker" terminology from codebase [#4955]
- Ensure batch callback metrics are always fired [#5217]
- Added `error_type` tag for `job.failures` metrics [#5211]
- Internal refactoring for Sidekiq 6.5.
5.3.1
---------