v0.32.1
版本发布时间: 2023-04-14 18:19:23
blackbeam/mysql_async最新发布版本:v0.34.2(2024-08-13 16:10:23)
-
fix regression introduced in v0.32.0 (reported by @cloneable in #243)
-
add a set of commands to execute each time
Conn::reset
orConn::change_user
is performed.New APIs:
-
Opts::setup
-
OptsBuilder::setup
-
-
add a way to opt out of pooled connection reset:
Pooled connection reset is now the default but comes with a performance cost. Please read the docs on
PoolOpts::with_reset_connection
New APIs:
-
PoolOpts::with_reset_connection
-
PoolOpts::reset_connection
-
Conn::reset_connection
-
Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.32.0...v0.32.1