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 2015-07-13 22:39:05 -07:00
parent 15c876c25a
commit 330a79e5ea
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
3.4.2
-----------
- Don't allow `Sidekiq::Worker` in ActiveJob::Base classes.
- Safer display of job data in Web UI [#2405]
- Fix CSRF vulenerability in Web UI, thanks to Egor Homakov for
reporting. [#2422] If you are running the Web UI as a standalone Rack app,

View file

@ -7,6 +7,7 @@ HEAD
-----------
- Atomic scheduler now sets `enqueued_at` [#2414]
- Batches now account for jobs which are stopped by client middleware [#2406]
2.0.4
-----------