Skip to content

v0.30.1

Compare
Choose a tag to compare
@blackbeam blackbeam released this 12 Apr 15:12
· 117 commits to master since this release
ad8b8e5

Breaking changes

  • @lance6716 did some work improving GTID parsing. Naming was slightly changed (see #74)
  • ConvIr trait was removed:
    • It is now required for FromValue::Intermediate to instead satisfy TryFrom<Value, Error = FromValueError> + Into<Self>
    • FromRow now requires FromValue::Intermediate to also satisfy Into<Value>
  • New variants: AuthPluginData::Clear and AuthPlugin::MysqlClearPassword (see #79)
  • Renamed features:
    • bigdecimal -> bigdecimal02
    • bigcedimal03 -> bigcecimal
    • time -> time02
    • time03 -> time

New features

  • derive macros are available for FromRow and FromValue (see crate-level docs). It is possible to opt-out via derive feature.
  • ComChangeUser packet support.

Auto-generated change log follows..

What's Changed

New Contributors

Full Changelog: v0.29.2...v0.30.1