Skip to content

Commit 9e461a3

Browse files
authored
Merge pull request rails#49094 from akhilgkrishnan/activejob-notable-release-note
[skip ci] ActionJob notable changes added to 7.1 release note
2 parents 16d365b + 62db35d commit 9e461a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

guides/source/7_1_release_notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,14 @@ Please refer to the [Changelog][active-job] for detailed changes.
523523

524524
### Notable changes
525525

526+
* Add `perform_all_later` to enqueue multiple jobs at once.
527+
528+
* Add `--parent` option to job generator to specify parent class of job.
529+
530+
* Add `after_discard` method to `ActiveJob::Base` to run a callback when a job is about to be discarded.
531+
532+
* Add support for logging background job enqueue callers.
533+
526534
Action Text
527535
----------
528536

0 commit comments

Comments
 (0)