You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/scripts/release-tools/examples/CHANGELOG-3.0.4-detailed.md

4.6 KiB

ProxySQL 3.0.4 Detailed Changelog

This changelog lists all pull requests merged since ProxySQL 3.0.3.

Bug Fixes

Documentation

Improvements

New Features

Other

  • PR #4901: [WIP] Setting client side wait_timeout
    • Setting client side wait_timeout current ProxySQL ignores wait_timeout set by the client. If a client specifies a value for wait_timeout , ProxySQL should terminate the client connection (but not the backend connection) when said timeout is reached instead of ProxySQLs global mysql-wait_timeout . As a further enhancement, the wait timeout specified by the client shouldnt exceed ProxySQLs wait_timeout . The implementation also requires adequate TAP test to verify the functionality.
  • PR #5200: bump version to 3.0.4 at the beginning of the development cycle

Refactoring

Testing