Skip to content

Releases: blackbeam/rust-mysql-simple

v16.1.0

18 Aug 09:34
Compare
Choose a tag to compare
  • 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.2

30 Apr 18:47
Compare
Choose a tag to compare

v15.1.2

30 Apr 18:50
Compare
Choose a tag to compare

v16.0.1

23 Apr 19:58
Compare
Choose a tag to compare

This release contains patch for an issue with multi-result set handling, discovered by @ufoscout. (see #37)

v15.1.1

23 Apr 20:19
Compare
Choose a tag to compare

This release contains patch for an issue with multi-result set handling, discovered by @ufoscout. (see #37)

v0.16.0

21 Apr 10:03
Compare
Choose a tag to compare
  • 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

v15.1.0

16 Feb 18:43
Compare
Choose a tag to compare

v14.2.0

09 Dec 14:22
Compare
Choose a tag to compare
  • 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

05 Sep 12:46
Compare
Choose a tag to compare
  • prefer_socket option now will fall back to TCP (fix #150). socket option should be used to enforce socket connection.

v14.0.0

30 Jun 17:43
Compare
Choose a tag to compare

Support of caching_sha2_password authentication plugin added.