Skip to content

Releases: blackbeam/mysql_async

v0.22.0

02 Mar 20:32
Compare
Choose a tag to compare
  • pool was simplified by @jonhoo (see #92, #97);
  • the info field of mysql ok packet was exposed (see #93, #98);
  • ipv6 parsing for URLs was fixed by @HarveyHunt (see #95);

v0.21.1

15 Dec 17:50
Compare
Choose a tag to compare
  • #88 was fixed

v0.21.0

28 Nov 14:45
Compare
Choose a tag to compare

Changes:

  • see notes on release v0.21.0-alpha.1;
  • see notes on release v0.21.0-alpha.2;
  • see notes on release v0.21.0-alpha.4;
  • the tokio crate version was updated to 0.2;
  • the bytes crate version was updated to 0.5.2;
  • the mysql_common crate version was updated to 0.20.0;

v0.21.0-alpha.4

04 Nov 11:53
Compare
Choose a tag to compare
v0.21.0-alpha.4 Pre-release
Pre-release

Changes:

  • mysql_common was updated:
    • codec replaced by mysql_common codec;
    • compression support was introduced (see docs on OptsBuilder::compression);
  • falure was replaced by thiserror (by @udoprog in #78);
  • #79 was fixed;
  • #82 was fixed by @tomhoule;
  • #57 fixed:
    • PoolOptions structure was introduced;
    • inactive_connection_ttl and ttl_check_interval options were introduced.

v0.21.0-alpha.2

01 Oct 20:02
Compare
Choose a tag to compare
v0.21.0-alpha.2 Pre-release
Pre-release
  • #73 fixed;
  • pin-project, futures-*, and tokio* versions bumped (#75).

v0.21.0-alpha.1

20 Sep 15:37
Compare
Choose a tag to compare
v0.21.0-alpha.1 Pre-release
Pre-release
  • Support for std::future and async/await was added by @jonhoo (#71)

v0.20.0

19 Aug 05:59
Compare
Choose a tag to compare
  • WhiteListFsLocalInfileHandler was switched from mio to tokio::fs::File, mio dependency was removed (#61, #62 by @travismiller)
  • Pool was reimplemented to be fully async (#66 by @jonhoo, #70 by @udoprog)

v0.19.1

11 Jun 14:04
Compare
Choose a tag to compare

v0.19.0

20 Apr 12:07
Compare
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
Compare
Choose a tag to compare
  • #36 and #37 are fixed.
  • new option: SslOpts::set_danger_accept_invalid_certs(..).