mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
53c516d88d
* Use `gem 'redis', '~> 4.0'` for new app Gemfiles * Loosen Action Cable redis-rb dep to `>= 3.3, < 5` * Bump redis-namespace for looser Redis version dep * Avoid using the underlying `redis.client` directly * Use `Redis.new` instead of `Redis.connect`
12 lines
286 B
Markdown
12 lines
286 B
Markdown
* Support redis-rb 4.0.
|
|
|
|
*Jeremy Daer*
|
|
|
|
* Change logging instrumentation to log errors when a job raises an exception.
|
|
|
|
Fixes #26848.
|
|
|
|
*Steven Bull*
|
|
|
|
|
|
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/activejob/CHANGELOG.md) for previous changes.
|