Changelog for
ruby3.3-rubygem-activerecord-5.2-5.2.8.1-2.12.x86_64.rpm :
* Sun May 14 2023 Marcus Rueckert
- cleanup ruby version restrictions
* Wed Jul 13 2022 Marcus Rueckert - Update to version 5.2.8.1: (boo#1201465 CVE-2022-32224) https://rubyonrails.org/2022/7/12/Rails-Versions-7-0-3-1-6-1-6-1-6-0-5-1-and-5-2-8-1-have-been-released
* Mon Mar 14 2022 Daniel Molkentin - Update to version 5.2.6.3: https://rubyonrails.org/2022/3/8/Rails-7-0-2-3-6-1-4-7-6-0-4-7-and-5-2-6-3-have-been-released https://discuss.rubyonrails.org/t/cve-2022-21831-possible-code-injection-vulnerability-in-rails-active-storage/80199
* Sat Feb 12 2022 Marcus Rueckert - Update to version 5.2.6.2: https://rubyonrails.org/2022/2/11/Rails-7-0-2-2-6-1-4-6-6-0-4-6-and-5-2-6-2-have-been-released https://github.com/rails/rails/security/advisories/GHSA-wh98-p28r-vrc9 https://discuss.rubyonrails.org/t/cve-2022-23633-possible-exposure-of-information-vulnerability-in-action-pack/80016
* Thu Jun 24 2021 Stephan Kulow updated to version 5.2.6 see installed CHANGELOG.md [#]# Rails 5.2.6 (May 05, 2021) ##
* No changes. [#]# Rails 5.2.5 (March 26, 2021) ##
* No changes. [#]# Rails 5.2.4.6 (May 05, 2021) ##
* No changes. [#]# Rails 5.2.4.5 (February 10, 2021) ##
* Fix possible DoS vector in PostgreSQL money type Carefully crafted input can cause a DoS via the regular expressions used for validating the money format in the PostgreSQL adapter. This patch fixes the regexp. Thanks to AATTdee-see from Hackerone for this patch! [CVE-2021-22880]
* Aaron Patterson
*
* Fri Sep 25 2020 Stephan Kulow updated to version 5.2.4.4 see installed CHANGELOG.md [#]# Rails 5.2.4.4 (September 09, 2020) ##
* No changes. [#]# Rails 5.2.4.3 (May 18, 2020) ##
* No changes.
* Thu May 07 2020 Stephan Kulow - updated to version 5.2.4.2 see installed CHANGELOG.md
* Fri Dec 20 2019 Marcus Rueckert - update to version 5.2.4.1 (CVE-2019-16782): https://weblog.rubyonrails.org/2019/12/18/Rails-5-2-4-1-has-been-released/
* Thu Nov 28 2019 Manuel Schnitzer - updated to version 5.2.4
* Fix circular `autosave: true` causes invalid records to be saved. Prior to the fix, when there was a circular series of `autosave: true` associations, the callback for a `has_many` association was run while another instance of the same callback on the same association hadn\'t finished running. When control returned to the first instance of the callback, the instance variable had changed, and subsequent associated records weren\'t saved correctly. Specifically, the ID field for the `belongs_to` corresponding to the `has_many` was `nil`. Fixes #28080.
* Larry Reid
*
* PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute. Fixes #36022.
* Ryuta Kamizono
*
* Fix sqlite3 collation parsing when using decimal columns.
* Martin R. Schuster
*
* Make ActiveRecord `ConnectionPool.connections` method thread-safe. Fixes #36465.
* Jeff Doering
*
* Assign all attributes before calling `build` to ensure the child record is visible in `before_add` and `after_add` callbacks for `has_many :through` associations. Fixes #33249.
* Ryan H. Kerr
*
* Fri Mar 29 2019 Stephan Kulow - updated to version 5.2.3 see installed CHANGELOG.md [#]# Rails 5.2.3 (March 27, 2019) ##
* Fix different `count` calculation when using `size` with manual `select` with DISTINCT. Fixes #35214.
* Juani Villarejo
*
* Fix prepared statements caching to be enabled even when query caching is enabled.
* Ryuta Kamizono
*
* Don\'t allow `where` with invalid value matches to nil values. Fixes #33624.
* Ryuta Kamizono
*
* Restore an ability that class level `update` without giving ids. Fixes #34743.
* Ryuta Kamizono
*
* Fix join table column quoting with SQLite.
* Gannon McGibbon
*
* Ensure that `delete_all` on collection proxy returns affected count.
* Ryuta Kamizono
*
* Reset scope after delete on collection association to clear stale offsets of removed records.
* Gannon McGibbon
*