2019-09-11 20:20:09 -04:00
|
|
|
* Changes in `queue_name_prefix` of a job no longer affects all other jobs. Fixes #37084.
|
|
|
|
|
|
|
|
*Lucas Mansur*
|
|
|
|
|
2019-09-09 16:42:16 -04:00
|
|
|
* Allow `Class` and `Module` instances to be serialized.
|
|
|
|
|
|
|
|
*Kevin Deisz*
|
|
|
|
|
2019-08-12 15:12:23 -04:00
|
|
|
* Log potential matches in `assert_enqueued_with` and `assert_performed_with`
|
|
|
|
|
|
|
|
*Gareth du Plooy*
|
|
|
|
|
2019-08-07 11:09:23 -04:00
|
|
|
* Add `at` argument to the `perform_enqueued_jobs` test helper.
|
|
|
|
|
|
|
|
*John Crepezzi*, *Eileen Uchitelle*
|
|
|
|
|
2019-07-25 18:41:15 -04:00
|
|
|
* `assert_enqueued_with` and `assert_performed_with` can now test jobs with relative delay.
|
|
|
|
|
|
|
|
*Vlado Cingel*
|
2019-04-12 11:24:05 -04:00
|
|
|
|
|
|
|
|
2019-04-24 15:57:14 -04:00
|
|
|
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/activejob/CHANGELOG.md) for previous changes.
|