v0.34.0
版本发布时间: 2024-03-19 15:39:19
blackbeam/mysql_async最新发布版本:v0.34.2(2024-08-13 16:10:23)
What's Changed
- Use an explicit priority check by @espindola in https://github.com/blackbeam/mysql_async/pull/271
- Refactor pool creation in tests by @espindola in https://github.com/blackbeam/mysql_async/pull/268
- Implement Borrow<QueueId> for QueuedWaker by @espindola in https://github.com/blackbeam/mysql_async/pull/266
- Inline poll_new_conn_inner into only caller by @espindola in https://github.com/blackbeam/mysql_async/pull/267
- Make queue_id non-optional by @espindola in https://github.com/blackbeam/mysql_async/pull/273
- Drop unnecessary use of Pin by @espindola in https://github.com/blackbeam/mysql_async/pull/277
- Silence clippy warnings by @espindola in https://github.com/blackbeam/mysql_async/pull/276
- Always save the most recent waker by @espindola in https://github.com/blackbeam/mysql_async/pull/272
- Delete GetConnInner::take by @espindola in https://github.com/blackbeam/mysql_async/pull/279
- fix skip_domain_validation usage when using rustls by @alekitto in https://github.com/blackbeam/mysql_async/pull/284
- annotate
Transaction
withmust_use
by @petrosagg in https://github.com/blackbeam/mysql_async/pull/290 - Allow specifying root certs and Client Identity as bytes rather than via a file by @blackbeam in https://github.com/blackbeam/mysql_async/pull/291
- Allow specifying root certs and Client Identity [for native-tls] as bytes rather than via a file by @rjobanp in https://github.com/blackbeam/mysql_async/pull/288
- Allow overriding domain used for TLS hostname verification by @blackbeam in https://github.com/blackbeam/mysql_async/pull/292
- Allow overriding domain used for TLS hostname verification by @rjobanp in https://github.com/blackbeam/mysql_async/pull/289
- Use DROP USER in test by @grooverdan in https://github.com/blackbeam/mysql_async/pull/295
- proxy
mysql_common
features by @blackbeam in https://github.com/blackbeam/mysql_async/pull/297
New Contributors
- @espindola made their first contribution in https://github.com/blackbeam/mysql_async/pull/271
- @alekitto made their first contribution in https://github.com/blackbeam/mysql_async/pull/284
- @petrosagg made their first contribution in https://github.com/blackbeam/mysql_async/pull/290
- @rjobanp made their first contribution in https://github.com/blackbeam/mysql_async/pull/288
- @grooverdan made their first contribution in https://github.com/blackbeam/mysql_async/pull/295
Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.33.0...v0.34.0