v0.33.0
版本发布时间: 2023-11-08 23:59:44
blackbeam/mysql_async最新发布版本:v0.34.2(2024-08-13 16:10:23)
What's new
- Option to set an absolute TTL for connections by @cloneable in https://github.com/blackbeam/mysql_async/pull/258
- add
ResultSetStream
types export by @web3creator in https://github.com/blackbeam/mysql_async/pull/264 -
breaking New
BinlogStreamRequest
structure (see #250, blackbeam/rust_mysql_common#96) -
breaking New
binlog
feature (enabled by default)
Fixes
- Usability improvement: leading forward slash empty database by @altmannmarcelo in https://github.com/blackbeam/mysql_async/pull/259
- Fixed spelling mistake in doc-comments by @DK26 in https://github.com/blackbeam/mysql_async/pull/255
Internal Improvements
- Replace crate priority_queue with keyed_priority_queue by @cloneable in https://github.com/blackbeam/mysql_async/pull/248
- Do not read unnecessary settings in Conn::read_settings by @blackbeam in https://github.com/blackbeam/mysql_async/pull/254
New Contributors
- @altmannmarcelo made their first contribution in https://github.com/blackbeam/mysql_async/pull/259
- @DK26 made their first contribution in https://github.com/blackbeam/mysql_async/pull/255
- @web3creator made their first contribution in https://github.com/blackbeam/mysql_async/pull/264
Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.32.2...v0.33.0