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.
- proxysql role - add the pidfile location management (#145).
- role_proxysql - Update default proxysql version and fix small bugs (#92).
- module_utils - fix ProxySQL version parsing that fails when a suffix wasn't present in the version (#154).
- role_proxysql - Correct package name (python3-mysqldb instead of python-mysqldb) (#89).
- role_proxysql - Dynamic user/password in .my.cnf (#89).
This is the bugfix release of the community.proxysql
collection.
- proxysql_manage_config - Fix
check_mode
(#138).
This is the minor release of the community.proxysql
collection.
- roles/proxysql - add support for configuring REST API (#110).
- 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).
This is the minor release of the community.proxysql
collection.
Because ansible <= 2.10 is EOL, community.proxysql
will only be tested against ansible > 2.10.
- roles/proxysql - As of ProxySQL 2.4.0, client_found_rows mysql variable has been removed (#101).
This is a bugfix release of the community.proxysql
collection.
- module_utils/mysql.py - Proxysql version suffix may not be an integer (#96).
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.
- module_utils - Refactor save_config_to_disk and load_config_to_runtime (#78).
- proxysql_mysql_users - Add missing
no_log
option toencrypt_password
parameter (#86).
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.
- proxysql_query_rules - add
next_query_flagIN
argument (#74). - proxysql_replication_hostgroups - implement
check_type
parameter (#69).
- proxysql_query_rules - fix backwards compatibility. Proxysql > 2 does not support parameter
cache_empty_result
(#77). - proxysql_replication_hostgroups - ability to change
reader_hostgroup
(#69).
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.
- refactor
perform_checks
function and movelogin_port
check tomodule_utils/mysql.py
(#63).
- community.proxysql.proxysql_info - Gathers information about proxysql server
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.
- 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).
- community.proxysql.proxysql_query_rules_fast_routing - Modifies query rules for fast routing policies using the proxysql admin interface
This is the first proper release of the community.proxysql
collection. This changelog contains all changes to the modules in this collection that were added after the release of Ansible 2.9.0.