Release 3.1.0 commit (#275)

This commit is contained in:
Andrew Klychkov 2022-01-18 12:59:38 +03:00 committed by GitHub
parent f5e8fbb3f5
commit c0619821de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 46 additions and 7 deletions

View file

@ -1,2 +0,0 @@
minor_changes:
- Added explicit description of the supported versions of databases and connectors. Changes to the collection are **NOT** tested against database versions older than `mysql 5.7.31` and `mariadb 10.2.37` or connector versions older than `pymysql 0.7.10` and `mysqlclient 2.0.1`. (https://github.com/ansible-collections/community.mysql/discussions/141)

View file

@ -1,2 +0,0 @@
minor_changes:
- mysql_user - added the ``force_context`` boolean option to set the default database context for the queries to be the ``mysql`` database. This way replication/binlog filters can catch the statements (https://github.com/ansible-collections/community.mysql/issues/265).

View file

@ -1,2 +0,0 @@
bugfixes:
- Collection core functions - use vendored version of ``distutils.version`` instead of the deprecated Python standard library ``distutils`` (https://github.com/ansible-collections/community.mysql/pull/269).