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 2020-06-16 07:49:08 -07:00
parent 5830a0c0f8
commit 0f9d141521

View file

@ -10,7 +10,7 @@ HEAD
- Avoid exception dumping SSL store in Redis connection logging [#4532]
- Better error messages in Sidekiq::Client [#4549]
- Remove rack-protection, reimplement CSRF protection [#4588]
- Require redis-rb 4.2.0 [#4591]
- Require redis-rb 4.2 [#4591]
- Update to jquery 1.12.4 [#4593]
6.0.7
@ -171,6 +171,12 @@ See the [Logging wiki page](https://github.com/mperham/sidekiq/wiki/Logging) for
- Integrate the StandardRB code formatter to ensure consistent code
styling. [#4114, gearnode]
5.2.9
---------
- Release Rack lock due to a cascade of CVEs. [#4566]
Pro-tip: don't lock Rack.
5.2.8
---------