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 2019-10-02 09:27:40 -07:00
parent 0cfd82bd93
commit da206669da

View file

@ -7,6 +7,7 @@ Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how t
5.0.1
---------
- Delete batch data with `UNLINK` [#4155]
- Fix bug where a scheduled job can lose its scheduled time when using reliable push [#4267]
- Sidekiq::JobSet#scan and #find_job APIs have been promoted to Sidekiq OSS. [#4259]