v0.30.1
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 satisfyTryFrom<Value, Error = FromValueError> + Into<Self>
FromRow
now requiresFromValue::Intermediate
to also satisfyInto<Value>
- It is now required for
- New variants:
AuthPluginData::Clear
andAuthPlugin::MysqlClearPassword
(see #79) - Renamed features:
bigdecimal
->bigdecimal02
bigcedimal03
->bigcecimal
time
->time02
time03
->time
New features
- derive macros are available for
FromRow
andFromValue
(see crate-level docs). It is possible to opt-out viaderive
feature. ComChangeUser
packet support.
Auto-generated change log follows..
What's Changed
- Update doc by @AureliaDolo in #78
- Add parsing from string for Sid(GTID) by @lance6716 in #74
- Add
mysql_clear_password
authentication plugin support by @blackbeam in #79 - FromValue and FromRow derive macros by @blackbeam in #80
- Parse optional metadata in BinlogRow::deserialize by @blackbeam in #81
- prevent time 0.1 from being in dep graph by @robjtede in #60
- Release v0.30.0 by @blackbeam in #82
- Remove circular dev-dependency by @blackbeam in #83
- Release v0.30.1 by @blackbeam in #84
New Contributors
- @AureliaDolo made their first contribution in #78
- @lance6716 made their first contribution in #74
- @robjtede made their first contribution in #60
Full Changelog: v0.29.2...v0.30.1