Releases: blackbeam/mysql_async
Releases · blackbeam/mysql_async
v0.19.0
20 Apr 12:07
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
#36 and #37 are fixed.
new option: SslOpts::set_danger_accept_invalid_certs(..).
v0.17.1
09 Jan 20:05
Compare
Sorry, something went wrong.
No results found
PoolConstraints structure is published (see #34 )
v0.17.0
05 Jan 19:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.15.0
05 Aug 11:49
Compare
Sorry, something went wrong.
No results found
caching_sha2_password support was implemented;
library switched to the tokio crate.
v0.14.2
22 May 22:18
Compare
Sorry, something went wrong.
No results found
Packet parsing was cleaned up by @yjh0502 (see #25 )
Also empty result sets now handled correctly
v0.14.1
27 Mar 19:42
Compare
Sorry, something went wrong.
No results found
v0.14.0
22 Mar 20:10
Compare
Sorry, something went wrong.
No results found