v0.28.0
版本发布时间: 2021-07-05 17:35:45
blackbeam/mysql_async最新发布版本:v0.34.2(2024-08-13 16:10:23)
New features:
- it is now possible to register as a slave and subscribe to a binlog event stream (see
Conn::get_binlog_stream
and this test) -
mysql_old_password
plugin support was added (seeOptsBuilder::secure_auth
) - new options for client side
max_allowed_packet
andwait_timeout
was added (see #151) - new
FromRow
implementation was added forfrunk::HList
. This allows to perform row-to-tuple conversion for tuples of arbitrary arity (usingHCons::into_tuple2
)
Improvements:
- binary serialization/deserialization was improved (up to 5% speedup)
Other:
- add
Conn::last_ok_packet
- migrate from
crate::BoxFuture
tofutures_core::future::BoxFuture
- documentation fixes (by @yerke)
- fix #155