Releases: ansible-collections/community.proxysql
Releases · ansible-collections/community.proxysql
1.6.0
1.5.1
1.5.0
Minor Changes
- roles/proxysql - add support for configuring REST API (#110).
Bugfixes
- proxysql_query_rules_fast_routing - fix query parameter order, that prevents updating
destination_hostgroup
parameter (#108). - proxysql_query_rules_fast_routing - remove unnecessary
flagIN
check, that makes it impossible to update thedestination_hostgroup
parameter (#108). - roles/proxysql - Fix wait_for task when
proxysql_admin_bind_address
is overridden (#115). - roles/proxysql - Missing proxysql_global_variables module parameters (#116).
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
v1.2.0
Release Summary
This is the minor release of the community.proxysql
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
- refactor
perform_checks
function and movelogin_port
check tomodule_utils/mysql.py
(#63).
New Modules
- community.proxysql.proxysql_info - Gathers information about proxysql server
1.1.0
v1.1.0
Release Summary
This is the minor release of the community.proxysql
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
- Refactoring of connector presence checking (#50).
- Replace MySQL-Python with mysqlclient in the import error message (#50).
- proxysql_query_rules - added new parameters
cache_empty_result
,multiplex
,OK_msg
(#24).
New Modules
- community.proxysql.proxysql_query_rules_fast_routing - Modifies query rules for fast routing policies using the proxysql admin interface
Initial release of the collection
initial commit (#1) * Migrated existing modules (and docs fragment) from community.general * Added basic role * Added integration tests for modules * Implemented git actions workflows