SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.6-rubygem-activejob-doc-5.2-5.2.2-13.1.x86_64.rpm :
Sat Jan 19 13:00:00 2019 Marcus Rueckert
- rb_build_ruby_abi needs to be rb_build_ruby_abis

Fri Jan 18 13:00:00 2019 Marcus Rueckert
- limit to ruby 2.5 and above for 42.3/sle12

Sat Dec 8 13:00:00 2018 Stephan Kulow
- updated to version 5.2.2
see installed CHANGELOG.md
[#]# Rails 5.2.2 (December 04, 2018) ##

* Make sure `assert_enqueued_with()` & `assert_performed_with()` work reliably with hash arguments.

* Sharang Dashputre
*

* Restore `ActionController::Parameters` support to `ActiveJob::Arguments.serialize`.

* Bernie Chiu
*

* Restore `HashWithIndifferentAccess` support to `ActiveJob::Arguments.deserialize`.

* Gannon McGibbon
*

* Include deserialized arguments in job instances returned from
`assert_enqueued_with` and `assert_performed_with`

* Alan Wu
*

* Increment execution count before deserialize arguments.
Currently, the execution count increments after deserializes arguments.
Therefore, if an error occurs with deserialize, it retries indefinitely.

* Yuji Yaginuma
*

Mon Dec 3 13:00:00 2018 mschnitzerAATTsuse.com
- updated to version 5.2.1.1 (boo#1118076)
- addresses a security vulnerability (CVE-2018-16476, bsc#1117632)
Carefully crafted user input can cause Active Job to deserialize
it using GlobalId and allow an attacker to have access to
information that they should not have.
Vulnerable code will look something like this:
MyJob.perform_later(user_input)
All users running an affected release should either upgrade
or use one of the workarounds immediately.

Wed Aug 8 14:00:00 2018 mschnitzerAATTsuse.com
- updated to version 5.2.1 (boo#1104209)

* Pass the error instance as the second parameter of block executed by `discard_on`.
Fixes #32853.
(Yuji Yaginuma)

Mon Apr 16 14:00:00 2018 mschnitzerAATTsuse.com
- initialize package
see changelog: https://github.com/rails/rails/blob/v5.2.0/activejob/CHANGELOG.md


 
ICM