v0.36.0
What's Changed
- Simplify socket2 keep alive logic by @serprex in #303
- Explicitly rollback when transaction commit fails by @Bixilon in #333
- Cache the TlsConnector built from SslOpts by @goffrie in #331
- new transaction: explicitly rollback when previous connection was dro… by @Bixilon in #334
- Bump
lru, make license metadata SPDX compliant, replacefutures_util::future::poll_fnwithstd::future::poll_fnby @paolobarbolini in #337 - Upgrade
lruto v0.14 by @paolobarbolini in #339 - [BREAKING] add glue code for ed25519 auth method in mysql_common by @crai0n in #329
- Replace
crossbeamwithcrossbeam-queueby @paolobarbolini in #342 - Fix connection count metrics by @goffrie in #336
- Add
DriverError::StmtParamsNumberExceedsLimitby @stephen-hlx in #327 - Drop
pin-projectdependency by @paolobarbolini in #341 - [BREAKING] Drop unused
webpkidependency by @paolobarbolini in #340 - rand 0.9 by @serprex in #328
- Make
ToConnection,Connection,ToConnectionResultpublic by @smiera in #345 - Properly update
active_wait_requestsmetric (fix #335) by @blackbeam in #346 - Release
mysql_asyncv0.36.0 by @paolobarbolini in #343
New Contributors
- @Bixilon made their first contribution in #333
- @paolobarbolini made their first contribution in #337
- @crai0n made their first contribution in #329
- @stephen-hlx made their first contribution in #327
- @smiera made their first contribution in #345
Full Changelog: v0.35.1...v0.36.0