Releases: blackbeam/mysql_async
Releases · blackbeam/mysql_async
v0.22.0
- 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.0
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
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
- #73 fixed;
pin-project
, futures-*
, and tokio*
versions bumped (#75).
v0.21.0-alpha.1
- Support for
std::future
and async/await was added by @jonhoo (#71)
v0.20.0
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.0
Protocol
and 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
- #36 and #37 are fixed.
- new option:
SslOpts::set_danger_accept_invalid_certs(..)
.