aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2018-12-05 13:37:48 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2018-12-05 13:52:44 -0500
commit884310fdd031ed8121944f9ea07c8b7723c4e6b6 (patch)
tree626ade08923335b89f533a2311f4cf34ea163394 /activejob/CHANGELOG.md
parentb802e08273f899d5f3b199f7c6a4f5d514c1b0e1 (diff)
downloadrails-884310fdd031ed8121944f9ea07c8b7723c4e6b6.tar.gz
rails-884310fdd031ed8121944f9ea07c8b7723c4e6b6.tar.bz2
rails-884310fdd031ed8121944f9ea07c8b7723c4e6b6.zip
Improve deprecation message for enqueue returning false
And make sure new applications in Rails 6.0 has this config enabled. Also, improve test coverage and add a CHANGELOG entry.
Diffstat (limited to 'activejob/CHANGELOG.md')
-rw-r--r--activejob/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md
index 8e18faeb02..4acbe9a4e9 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Return false instead of the job instance when `enqueue` is aborted.
+
+ This will be the behavior in Rails 6.1 but it can be controlled now with
+ `config.active_job.return_false_on_aborted_enqueue`.
+
+ *Kir Shatrov*
+
* Keep executions for each specific declaration
Each `retry_on` declaration has now its own specific executions counter. Before it was