Skip to content

Releases: neo4j-labs/neo4rs

neo4rs 0.6.0

24 Mar 19:55
85b7d42
Compare
Choose a tag to compare

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

Fix linting issues

10 Jan 12:57
Compare
Choose a tag to compare
  • Fix linting issues
  • handle unsupported bolt version gracefuly
  • add test for config validations

Improved documentation and code readability

08 Jan 01:50
Compare
Choose a tag to compare
v0.5.7

update crates keywords