Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9845b0

Browse files
authored
Release 3.12.0 commit (ansible-collections#698)
1 parent 960ac32 commit e9845b0

File tree

5 files changed

+35
-6
lines changed

5 files changed

+35
-6
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,30 @@ Community MySQL and MariaDB Collection Release Notes
66

77
This changelog describes changes after version 2.0.0.
88

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+
925
v3.11.0
1026
=======
1127

1228
Release Summary
1329
---------------
1430

1531
This is a minor release of the ``community.mysql`` collection.
32+
1633
This changelog contains all changes to the modules and plugins in this
1734
collection that have been made after the previous release.
1835

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,23 @@ releases:
230230
- 591-mysql_info-db_tables_count.yml
231231
- 671-modules_util_user.yml
232232
release_date: '2024-11-19'
233+
3.12.0:
234+
changes:
235+
minor_changes:
236+
- mysql_db - added ``zstd`` (de)compression support for ``import``/``dump``
237+
states (https://github.com/ansible-collections/community.mysql/issues/696).
238+
- mysql_query - returns the ``execution_time_ms`` list containing execution
239+
time per query in milliseconds.
240+
release_summary: 'This is a minor release of the ``community.mysql`` collection.
241+
242+
This changelog contains all changes to the modules and plugins in this
243+
244+
collection that have been made after the previous release.'
245+
fragments:
246+
- 0-mysql_query-returns-exec-time-ms.yml
247+
- 3.12.0.yml
248+
- 696-mysql-db-add-zstd-support.yml
249+
release_date: '2025-01-17'
233250
3.2.0:
234251
changes:
235252
bugfixes:

changelogs/fragments/0-mysql_query-returns-exec-time-ms.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/696-mysql-db-add-zstd-support.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: community
33
name: mysql
4-
version: 3.11.1
4+
version: 3.12.0
55
readme: README.md
66
authors:
77
- Ansible community

0 commit comments

Comments
 (0)