Release 3.7.1 commit (#552)

This commit is contained in:
Andrew Klychkov 2023-05-22 09:34:59 +02:00 committed by GitHub
commit bff05ce8dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 4 deletions

View file

@ -6,6 +6,21 @@ Community MySQL Collection Release Notes
This changelog describes changes after version 2.0.0.
v3.7.1
======
Release Summary
---------------
This is a patch 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.
Bugfixes
--------
- mysql module utils - use the connection arguments ``db`` instead of ``database`` and ``passwd`` instead of ``password`` when running with older mysql drivers (MySQLdb < 2.1.0 or PyMySQL < 1.0.0) (https://github.com/ansible-collections/community.mysql/pull/551).
v3.7.0
======