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 2017-04-27 10:43:23 -07:00
parent 40de8236e9
commit bf91df6901

View file

@ -4,9 +4,11 @@
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
HEAD
3.5.0
---------
- Add queue pause/unpause endpoints for scripting via curl [#3445]
- Change how super\_fetch names private queues to avoid hostname/queue clashes. [#3443]
- Re-implement `Sidekiq::Queue#delete_job` to avoid O(n) runtime [#3408]
- Batch page displays Pending JIDs if less than 10 [#3130]
- Batch page has a Search button to find associated Retries [#3130]