Releases: blackbeam/rust-mysql-simple
Releases · blackbeam/rust-mysql-simple
v16.1.0
mysql_common
updated to v0.18.0
- @killme2008 found and fixed #176
rustc-serialize
support was removed (#184)
- #182 was fixed
socket
parameter was added to connection URL (#181)
v16.0.1
This release contains patch for an issue with multi-result set handling, discovered by @ufoscout. (see #37)
v15.1.1
This release contains patch for an issue with multi-result set handling, discovered by @ufoscout. (see #37)
v0.16.0
- Add option to configure features of the dependency "flate2" by @chrisreu (#169)
- Fix connect attribute test and document by @kubo (#165)
- Update
mysql_common
to v0.17.0
v14.2.0
- 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
prefer_socket
option now will fall back to TCP (fix #150). socket
option should be used to enforce socket connection.
v14.0.0
Support of caching_sha2_password
authentication plugin added.