v0.34.0
What's Changed
- Use an explicit priority check by @espindola in #271
- Refactor pool creation in tests by @espindola in #268
- Implement Borrow for QueuedWaker by @espindola in #266
- Inline poll_new_conn_inner into only caller by @espindola in #267
- Make queue_id non-optional by @espindola in #273
- Drop unnecessary use of Pin by @espindola in #277
- Silence clippy warnings by @espindola in #276
- Always save the most recent waker by @espindola in #272
- Delete GetConnInner::take by @espindola in #279
- fix skip_domain_validation usage when using rustls by @alekitto in #284
- annotate
Transaction
withmust_use
by @petrosagg in #290 - Allow specifying root certs and Client Identity as bytes rather than via a file by @blackbeam in #291
- Allow specifying root certs and Client Identity [for native-tls] as bytes rather than via a file by @rjobanp in #288
- Allow overriding domain used for TLS hostname verification by @blackbeam in #292
- Allow overriding domain used for TLS hostname verification by @rjobanp in #289
- Use DROP USER in test by @grooverdan in #295
- proxy
mysql_common
features by @blackbeam in #297
New Contributors
- @espindola made their first contribution in #271
- @alekitto made their first contribution in #284
- @petrosagg made their first contribution in #290
- @rjobanp made their first contribution in #288
- @grooverdan made their first contribution in #295
Full Changelog: v0.33.0...v0.34.0