Releases: neo4j-labs/neo4rs
Releases · neo4j-labs/neo4rs
neo4rs 0.6.0
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 andVec<T: From<BoltType>>
andf64
What's Changed
- Implement Into/TryFrom BoltType for Vec and Into for f64 by @Peikos in #11
- Fix deprecation warnings by @s1ck in #53
- Replace Into impls with From by @s1ck in #55
- Fix clippy warnings by @s1ck in #56
- Eliminate warnings and deprecations from docs by @knutwalker in #59
- Add more From impls for numbers by @knutwalker in #58
- Setup Github Actions CI by @knutwalker in #60
- Update dependencies. by @SolidTux in #63
- Compatibility with Neo4j version 5 and 4.4. by @SolidTux in #64
- Implement Error trait using thiserror. by @SolidTux in #65
- bool type in params by @0xDjole in #67
- Support Neo4j 5.x alongside Neo4j 4.4 by @knutwalker in #70
- Update CI configuration by @knutwalker in #72
New Contributors
- @Peikos made their first contribution in #11
- @s1ck made their first contribution in #53
- @knutwalker made their first contribution in #59
- @SolidTux made their first contribution in #63
- @0xDjole made their first contribution in #67
Full Changelog: v0.5.9...v0.6.0
Fix linting issues
- Fix linting issues
- handle unsupported bolt version gracefuly
- add test for config validations
Improved documentation and code readability
v0.5.7 update crates keywords