mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-09-14 17:08:24 -07:00
Release 3.7.0 commit (#544)
This commit is contained in:
parent
30a2015f6c
commit
04e197fe55
6 changed files with 35 additions and 11 deletions
|
@ -6,6 +6,22 @@ Community MySQL Collection Release Notes
|
|||
|
||||
This changelog describes changes after version 2.0.0.
|
||||
|
||||
v3.7.0
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
This is the 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 module utils - change deprecated connection parameters ``passwd`` and ``db`` to ``password`` and ``database`` (https://github.com/ansible-collections/community.mysql/pull/177).
|
||||
- mysql_user - add ``MAX_STATEMENT_TIME`` support for mariadb to the ``resource_limits`` argument (https://github.com/ansible-collections/community.mysql/issues/211).
|
||||
|
||||
v3.6.0
|
||||
======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue