You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,30 @@ Community MySQL and MariaDB Collection Release Notes
6
6
7
7
This changelog describes changes after version 2.0.0.
8
8
9
+
v3.12.0
10
+
=======
11
+
12
+
Release Summary
13
+
---------------
14
+
15
+
This is a minor release of the ``community.mysql`` collection.
16
+
This changelog contains all changes to the modules and plugins in this
17
+
collection that have been made after the previous release.
18
+
19
+
Minor Changes
20
+
-------------
21
+
22
+
- mysql_db - added ``zstd`` (de)compression support for ``import``/``dump`` states (https://github.com/ansible-collections/community.mysql/issues/696).
23
+
- mysql_query - returns the ``execution_time_ms`` list containing execution time per query in milliseconds.
24
+
9
25
v3.11.0
10
26
=======
11
27
12
28
Release Summary
13
29
---------------
14
30
15
31
This is a minor release of the ``community.mysql`` collection.
32
+
16
33
This changelog contains all changes to the modules and plugins in this
17
34
collection that have been made after the previous release.
0 commit comments