CHANGELOG.md 997 字节
Newer Older
1 2 3 4
*   Allow passing multiple exceptions to `retry_on`, and `discard_on`.

    *George Claghorn*

5 6 7 8 9 10
*   Pass the error instance as the second parameter of block executed by `discard_on`.

    Fixes #32853.

    *Yuji Yaginuma*

A
Alberto Almagro 已提交
11 12 13 14 15 16 17 18
*   Remove support for Qu gem.

    Reasons are that the Qu gem wasn't compatible since Rails 5.1,
    gem development was stopped in 2014 and maintainers have
    confirmed its demise. See issue #32273

    *Alberto Almagro*

B
bogdanvlviv 已提交
19
*   Add support for timezones to Active Job.
20 21 22 23 24 25 26

    Record what was the current timezone in effect when the job was
    enqueued and then restore when the job is executed in same way
    that the current locale is recorded and restored.

    *Andrew White*

J
Jeremy Daer 已提交
27 28 29 30
*   Rails 6 requires Ruby 2.4.1 or newer.

    *Jeremy Daer*

R
Rafael Mendonça França 已提交
31 32 33
*   Add support to define custom argument serializers.

    *Evgenii Pecherkin*, *Rafael Mendonça França*
34 35


36
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/activejob/CHANGELOG.md) for previous changes.