1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Pro changes, fixes #1744

This commit is contained in:
Mike Perham 2014-05-30 21:19:38 -07:00
parent 24f5ba7029
commit 8360fdb2f9

View file

@ -3,6 +3,15 @@ Sidekiq Pro Changelog
Please see [http://sidekiq.org/pro](http://sidekiq.org/pro) for more details and how to buy.
HEAD
-----------
- **DEPRECATION** Use `Batch#on(:complete)` instead of `Batch#notify`.
The specific Campfire, HipChat, email and other notification schemes
will be removed in 2.0.0.
- Remove batch from UI when successful. [#1745]
- Convert batch callbacks to be asynchronous jobs for error handling [#1744]
1.7.1
-----------