Releases: blackbeam/mysql_async
Releases · blackbeam/mysql_async
v0.17.1
PoolConstraints
structure is published (see #34)
v0.17.0
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
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.0
- caching_sha2_password support was implemented;
- library switched to the
tokio
crate.
v0.14.2
- Packet parsing was cleaned up by @yjh0502 (see #25)
- Also empty result sets now handled correctly
v0.12.1
SslOpts::set_root_cert_path
added.