Skip to content

Releases: blackbeam/mysql_async

v0.19.0

20 Apr 12:07

Choose a tag to compare

  • Protocoland ConnectionLike traits are now in prelude (see #48)
  • mysql_common bumped to the latest version
  • unix domain sockets and windows named pipes now supported
  • now pool won't wait for queue cleanup when new_conn is called (see #45)
  • pool ongoing count fixed by @Healthire (see #44)

v0.17.2

28 Jan 06:44

Choose a tag to compare

  • #36 and #37 are fixed.
  • new option: SslOpts::set_danger_accept_invalid_certs(..).

v0.17.1

09 Jan 20:05

Choose a tag to compare

  • PoolConstraints structure is published (see #34)

v0.17.0

05 Jan 19:13

Choose a tag to compare

  • error_chain now replaced by failure (fix #30);
  • support of AuthSwitchRequest is implemented (hopefully fix #33);
  • new from_url<T: AsRef<str>>(url: T) constructor is added to the Pool.

v0.16.0

19 Dec 20:46

Choose a tag to compare

Fixed issues:

  • New methods: QueryResult::columns(..) and QueryResult::columns_ref(..) (fix #31)
  • Ssl identity is now optional in SslOpts (fix #32)

Improvements:

  • tokio-core removed in favor of tokio
  • tokio-codec now used for packet parsing

v0.15.1

10 Oct 18:56

Choose a tag to compare

v0.15.0

05 Aug 11:49

Choose a tag to compare

  • caching_sha2_password support was implemented;
  • library switched to the tokio crate.

v0.14.2

22 May 22:18

Choose a tag to compare

  • Packet parsing was cleaned up by @yjh0502 (see #25)
  • Also empty result sets now handled correctly

v0.14.1

27 Mar 19:42

Choose a tag to compare

v0.14.0

22 Mar 20:10

Choose a tag to compare

#17 fixed in colaborative work with @jonhoo