Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-activerecord-7.0 for
openSUSE:Factory checked in at 2022-05-16 18:08:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activerecord-7.0 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-activerecord-7.0.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-activerecord-7.0"
Mon May 16 18:08:30 2022 rev:4 rq:977366 version:7.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-activerecord-7.0/rubygem-activerecord-7.0.changes
2022-04-30 22:52:28.540219207 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-activerecord-7.0.new.1538/rubygem-activerecord-7.0.changes
2022-05-16 18:10:57.593394713 +0200
@@ -1,0 +2,50 @@
+Sun May 15 15:19:24 UTC 2022 - Manuel Schnitzer <[email protected]>
+
+- updated to version 7.0.3
+
+ * Some internal housekeeping on reloads could break custom `respond_to?`
+ methods in class objects that referenced reloadable constants. See
+ [#44125](https://github.com/rails/rails/issues/44125) for details.
+
+ *Xavier Noria*
+
+ * Fixed MariaDB default function support.
+
+ Defaults would be written wrong in "db/schema.rb" and not work correctly
+ if using `db:schema:load`. Further more the function name would be
+ added as string content when saving new records.
+
+ *kaspernj*
+
+ * Fix `remove_foreign_key` with `:if_exists` option when foreign key
actually exists.
+
+ *fatkodima*
+
+ * Remove `--no-comments` flag in structure dumps for PostgreSQL
+
+ This broke some apps that used custom schema comments. If you don't want
+ comments in your structure dump, you can use:
+
+ ```ruby
+ ActiveRecord::Tasks::DatabaseTasks.structure_dump_flags =
['--no-comments']
+ ```
+
+ *Alex Ghiculescu*
+
+ * Use the model name as a prefix when filtering encrypted attributes from
logs.
+
+ For example, when encrypting `Person#name` it will add `person.name` as
a filter
+ parameter, instead of just `name`. This prevents unintended filtering of
parameters
+ with a matching name in other models.
+
+ *Jorge Manrubia*
+
+ * Fix quoting of `ActiveSupport::Duration` and `Rational` numbers in the
MySQL adapter.
+
+ *Kevin McPhillips*
+
+ * Fix `change_column_comment` to preserve column's AUTO_INCREMENT in the
MySQL adapter
+
+ *fatkodima*
+
+-------------------------------------------------------------------
Old:
----
activerecord-7.0.2.4.gem
New:
----
activerecord-7.0.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-activerecord-7.0.spec ++++++
--- /var/tmp/diff_new_pack.4QKRpO/_old 2022-05-16 18:10:58.029395060 +0200
+++ /var/tmp/diff_new_pack.4QKRpO/_new 2022-05-16 18:10:58.033395063 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-activerecord-7.0
-Version: 7.0.2.4
+Version: 7.0.3
Release: 0
%define mod_name activerecord
%define mod_full_name %{mod_name}-%{version}
++++++ activerecord-7.0.2.4.gem -> activerecord-7.0.3.gem ++++++
++++ 1721 lines of diff (skipped)