v0.29.0
版本发布时间: 2021-12-17 21:36:52
blackbeam/mysql_async最新发布版本:v0.34.2(2024-08-13 16:10:23)
Breaking
-
mysql_common
version bumped to 0.28.0, this means that now there is another set of enabledmysql_common
features:-
mysql_common/chrono
– disabled due to RUSTSEC-2020-0159 -
mysql_common/time
replaced withmysql_common/time03
-
mysql_common/bigdecimal
replaced withmysql_common/bigdecimal03
You should be able to redefine this features in your Cargo.toml.
Also note, that
mysql_async::time
andmysql_async::uuid
reexports are now removed. Please use direct dependencies in your Cargo.toml -
Improvements
- BufferPool is now lock free (implemented by @vkrasnov in #170)
Fixes
- #175 fixes
Conn::perform_auth_switch
that was broken in e18f47d (reported by @bfjnaude in #173) - #172 fixes resource leak in
Conn::drop
(reported by @WGH- in #171)\
Other
-
mio
bumped to 0.8 -
lru
bumped to 0.7 -
pem
bumped to 1.0