Skip to content

v0.32.0 (Yanked)

Compare
Choose a tag to compare
@blackbeam blackbeam released this 12 Apr 19:16
· 98 commits to master since this release

Breaking changes

New features:

  • Add FromRow and FromValue 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 via Opts::enable_cleartext_plugin)
  • COM_CHANGE_USER is now supported (via Conn::change_user function)

Other changes:

  • Poll will now reset acquired connections (see #240)
  • Conn::reset will now falls back to COM_CHANGE_USER instead of reconnecting

Auto-generated changelog follows

What's Changed

New Contributors

Full Changelog: v0.31.3...v0.32.2