v0.32.0
版本发布时间: 2023-04-13 03:16:52
blackbeam/mysql_async最新发布版本:v0.34.2(2024-08-13 16:10:23)
Breaking changes
- please look into mysql_common v0.30.1 release notes for the list of breaking changes
New features:
- Add
FromRow
andFromValue
derive macros (see mysql_common crate-level docs) - New
Opts::client_found_rows
setting to return found rows when writing to the database (by @pimeys in #236) -
mysql_clear_password
support is implemented (opt-in viaOpts::enable_cleartext_plugin
) -
COM_CHANGE_USER
is now supported (viaConn::change_user
function)
Other changes:
-
Poll
will now reset acquired connections (see #240) -
Conn::reset
will now falls back toCOM_CHANGE_USER
instead of reconnecting
Auto-generated changelog follows
What's Changed
- Capabilities setup by @blackbeam in https://github.com/blackbeam/mysql_async/pull/236
- Allow setting to return found rows when writing to the database by @pimeys in https://github.com/blackbeam/mysql_async/pull/235
- Update to lru v0.10.0 by @benesch in https://github.com/blackbeam/mysql_async/pull/238
- Prepare 0.32.0 release by @blackbeam in https://github.com/blackbeam/mysql_async/pull/242
New Contributors
- @benesch made their first contribution in https://github.com/blackbeam/mysql_async/pull/238
Full Changelog: https://github.com/blackbeam/mysql_async/compare/v0.31.3...v0.32.2