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

v3 Changes

This commit is contained in:
Mike Perham 2014-02-01 21:14:50 -08:00
parent 44379c8d48
commit 0e6e150315

View file

@ -1,3 +1,17 @@
3.0.0
-----------
- **Remove official support for Ruby 1.9** Things still might work but
I no longer actively test on it.
- Remove built-in support for Redis-to-Go.
Heroku users: heroku config:set REDIS\_URL REDISTOGO\_URL
- Removed 'sidekiq/yaml\_patch'
- Removed the 'started' worker data, it originally provided compatibility with resque-web
but overlaps the 'run_at' worker data.
- Remove built-in error integration for Airbrake, Honeybadger, ExceptionNotifier and Exceptional
2.17.4
-----------