mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
89df4f2e0c
Changes in `queue_name_prefix` no longer affects unrelated jobs.
22 lines
639 B
Markdown
22 lines
639 B
Markdown
* Changes in `queue_name_prefix` of a job no longer affects all other jobs. Fixes #37084.
|
|
|
|
*Lucas Mansur*
|
|
|
|
* Allow `Class` and `Module` instances to be serialized.
|
|
|
|
*Kevin Deisz*
|
|
|
|
* Log potential matches in `assert_enqueued_with` and `assert_performed_with`
|
|
|
|
*Gareth du Plooy*
|
|
|
|
* Add `at` argument to the `perform_enqueued_jobs` test helper.
|
|
|
|
*John Crepezzi*, *Eileen Uchitelle*
|
|
|
|
* `assert_enqueued_with` and `assert_performed_with` can now test jobs with relative delay.
|
|
|
|
*Vlado Cingel*
|
|
|
|
|
|
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/activejob/CHANGELOG.md) for previous changes.
|