Breaking changes
- Add vector type added in MySQL 9.0 by @dbussink in #142
- Remove
HlistFromRow
helper trait. by @blackbeam in #150 (fixes #149) time
v0.2.x support dropped- all
bigdecimal..
features are replaced with thebigdecimal
feature (see update "Crate features" table) - almost all of the previously default features are now non-default (see update "Crate features" table)
Other Changed
- update to base64 0.22 by @serprex in #143
- jsonb: Introduce
JsonDom
type and parsing/conversion by @blackbeam in #147 (see #145)
New Contributors
Full Changelog: v0.32.4...v0.33.0