v0.34.2
版本发布时间: 2024-08-13 16:10:23
blackbeam/mysql_async最新发布版本:v0.34.2(2024-08-13 16:10:23)
What's Changed
- Add support to specify pre-resolved IP addresses for the connection & avoid a DNS lookup by @rjobanp in https://github.com/blackbeam/mysql_async/pull/300
- Compatibility with non-Unix and non-Windows platforms. by @L-jasmine in https://github.com/blackbeam/mysql_async/pull/301
- Replace lazy_static & once_cell with std::sync::OnceLock by @serprex in https://github.com/blackbeam/mysql_async/pull/302
- conn: handle initial error packet correctly by @petrosagg in https://github.com/blackbeam/mysql_async/pull/307
- Update dependencies by @westy92 in https://github.com/blackbeam/mysql_async/pull/313
New Contributors
- @L-jasmine made their first contribution in https://github.com/blackbeam/mysql_async/pull/301
- @serprex made their first contribution in https://github.com/blackbeam/mysql_async/pull/302
- @westy92 made their first contribution in https://github.com/blackbeam/mysql_async/pull/313
Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.34.1...v0.34.2