mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 05:10:24 -07:00
Release 3.12.0 commit (#698)
This commit is contained in:
parent
960ac32adf
commit
e9845b0a1c
5 changed files with 35 additions and 6 deletions
|
@ -230,6 +230,23 @@ releases:
|
|||
- 591-mysql_info-db_tables_count.yml
|
||||
- 671-modules_util_user.yml
|
||||
release_date: '2024-11-19'
|
||||
3.12.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
- mysql_db - added ``zstd`` (de)compression support for ``import``/``dump``
|
||||
states (https://github.com/ansible-collections/community.mysql/issues/696).
|
||||
- mysql_query - returns the ``execution_time_ms`` list containing execution
|
||||
time per query in milliseconds.
|
||||
release_summary: 'This is a minor release of the ``community.mysql`` collection.
|
||||
|
||||
This changelog contains all changes to the modules and plugins in this
|
||||
|
||||
collection that have been made after the previous release.'
|
||||
fragments:
|
||||
- 0-mysql_query-returns-exec-time-ms.yml
|
||||
- 3.12.0.yml
|
||||
- 696-mysql-db-add-zstd-support.yml
|
||||
release_date: '2025-01-17'
|
||||
3.2.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- mysql_query - returns the ``execution_time_ms`` list containing execution time per query in milliseconds.
|
|
@ -1,3 +0,0 @@
|
|||
minor_changes:
|
||||
- mysql_db - added ``zstd`` (de)compression support for ``import``/``dump`` states
|
||||
(https://github.com/ansible-collections/community.mysql/issues/696).
|
Loading…
Add table
Add a link
Reference in a new issue