All Versions
20
Latest Version
Avg Release Cycle
58 days
Latest Release
552 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v16.0.2 Changes
April 30, 2019 -
v16.0.1 Changes
April 23, 2019 -
v15.1.2 Changes
April 30, 2019 -
v15.1.1 Changes
April 23, 2019 -
v14.2.0 Changes
December 09, 2018- ๐ fix #160 (AuthSwitchRequest is now supported);
- fix #161 (client will fallback to
mysql_native_password
if no plugin specified in the initial handshake).
-
v14.1.0 Changes
September 05, 2018prefer_socket
option now will fall back to TCP (fix #150).socket
option should be used to enforce socket connection.
-
v14.0.0 Changes
June 30, 2018Support of
caching_sha2_password
authentication plugin added. -
v13.0.0 Changes
May 17, 2018- ๐ compression support was added. Use the
compress
function onOptsBuilder
or thecompress
parameter of a connection URL (fixes #130). - โ added a way to set additional capabilities for connection. See docs on
OptsBuilder::additional_capabilities
(fixes #142)
- ๐ compression support was added. Use the