Skip to content

v0.7.0

Compare
Choose a tag to compare
@knutwalker knutwalker released this 11 Dec 15:05
· 19 commits to master since this release
23423bb

Breaking changes

  • Change labels and type to return &str instead of String by @knutwalker in #103
  • Move a lot of get::<T> functions to use serde instead of TryFrom<BoltType> by @knutwalker in #120
  • Remove internal mutex boxing of connections by @knutwalker in #134
  • Set MSRV to 1.63 for all crates by @knutwalker in #122

General changes

New Contributors

Full Changelog: v0.6.2...v0.7.0