Skip to content

Releases: blackbeam/rust-mysql-simple

v14.2.0

09 Dec 14:22

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

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

Choose a tag to compare

Support of caching_sha2_password authentication plugin added.

v13.0.0

17 May 05:37

Choose a tag to compare

  • compression support was added. Use the compress function on OptsBuilder or the compress parameter of a connection URL (fixes #130).
  • added a way to set additional capabilities for connection. See docs on OptsBuilder::additional_capabilities (fixes #142)

v12.3.0

16 Mar 19:43

Choose a tag to compare

v12.2.0

25 Feb 10:51

Choose a tag to compare

  • @jonhoo found and fixed #132. Note that now TCP_NODELAY is enabled by default. Please look into #132 and #134 for more info.

v12.1.1

18 Feb 17:14

Choose a tag to compare

v12.1.0

26 Dec 09:59

Choose a tag to compare

v12.0.4

25 Dec 10:55

Choose a tag to compare

  • @kjmrknsn fixed version check against `TRANSACTION READ ONLY/WRITE".

v12.0.3

11 Sep 15:23

Choose a tag to compare

  • mysql_common version bumped
  • unnecessary mut removed from Row::{get, get_opt}.