We are proud to announce the release of
MySQL Proxy 0.8.3 (alpha)
which updates MySQL Proxy for the protocol changes introduced in MySQL 5.5 and 5.6.
All users of MySQL Proxy 0.8.x are recommend to upgrade.
ChangeLog
- added network timeouts for connect, read and write operations
-
--proxy-connect-timeout
,--proxy-read-timeout
,--proxy-write-timeout
- added IPv6 support
- added initial support for the win-auth-method and its protocol extensions (MySQL 5.5.17)
- added support for extracting the pluggable auth protocol information
- Lua-API added:
-
con.client.challenge.auth_plugin_name
-
con.client.response.auth_plugin_name
-
- fixed handling capability flags in the client auth response …