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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,34 @@ Community MySQL Collection Release Notes
6
6
7
7
This changelog describes changes after version 2.0.0.
8
8
9
+
v3.4.0
10
+
======
11
+
12
+
Release Summary
13
+
---------------
14
+
15
+
This is the minor release of the ``community.mysql`` collection.
16
+
This changelog contains all changes to the modules in this collection
17
+
that have been added after the release of ``community.mysql`` 3.3.0.
18
+
19
+
Major Changes
20
+
-------------
21
+
22
+
- mysql_db - the ``pipefail`` argument's default value will be changed to ``true`` in community.mysql 4.0.0. If your target machines do not use ``bash`` as a default interpreter, set ``pipefail`` to ``false`` explicitly. However, we strongly recommend setting up ``bash`` as a default and ``pipefail=true`` as it will protect you from getting broken dumps you don't know about (https://github.com/ansible-collections/community.mysql/issues/407).
23
+
24
+
Minor Changes
25
+
-------------
26
+
27
+
- mysql_db - add the ``chdir`` argument to avoid failings when a dump file contains relative paths (https://github.com/ansible-collections/community.mysql/issues/395).
28
+
- mysql_db - add the ``pipefail`` argument to avoid broken dumps when ``state`` is ``dump`` and compression is used (https://github.com/ansible-collections/community.mysql/issues/256).
29
+
30
+
Bugfixes
31
+
--------
32
+
33
+
- Include ``simplified_bsd.txt`` license file for various module utils.
34
+
- mysql_db - Using compression masks errors messages from mysql_dump. By default the fix is inactive to ensure retro-compatibility with system without bash. To activate the fix, use the module option ``pipefail=true`` (https://github.com/ansible-collections/community.mysql/issues/256).
35
+
- mysql_replication - when the ``primary_ssl`` argument is set to ``no``, the module will turn off SSL (https://github.com/ansible-collections/community.mysql/issues/393).
0 commit comments