Skip to content

neo4rs 0.6.0

Compare
Choose a tag to compare
@knutwalker knutwalker released this 24 Mar 19:55
· 103 commits to master since this release
85b7d42

neo4rs 0.6.0

This is the first release under the neo4j-labs organization.

https://crates.io/crates/neo4rs/0.6.0
https://docs.rs/neo4rs/0.6.0/neo4rs/

Highlights

  • Support for Neo4j version 4.1, 4.2, 4.3, 4.4, 5
  • MSRV is set to 1.60.0
  • The error type implements std::error::Error
  • From/TryFrom impls for BoltType and Vec<T: From<BoltType>> and f64

What's Changed

New Contributors

Full Changelog: v0.5.9...v0.6.0