Skip to content

Commit

Permalink
Release 3.12.0 commit (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Jan 17, 2025
1 parent 960ac32 commit e9845b0
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,30 @@ Community MySQL and MariaDB Collection Release Notes

This changelog describes changes after version 2.0.0.

v3.12.0
=======

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.

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.

v3.11.0
=======

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.

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/0-mysql_query-returns-exec-time-ms.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/696-mysql-db-add-zstd-support.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: community
name: mysql
version: 3.11.1
version: 3.12.0
readme: README.md
authors:
- Ansible community
Expand Down

0 comments on commit e9845b0

Please sign in to comment.