neo4rs

Neo4j driver for rust

Downloads
168.1K
Stars
166
Committers
15

Bot releases are hidden (Show)

neo4rs - neo4rs v0.8.0 Latest Release

Published by knutwalker 2 months ago

What's Changed

Breaking changes

  • the neo4rs::Errors enum changed in a semver breaking manner:
    • There is a new member Neo4j (#187), making current matches without a catch-all non exhaustive
    • It is marked #[non_exhaustive] now, requiring users to include a catch-all branch to their match. This will also allow future additions to the enum to be done on a non-breaking manner

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.7.3...v0.8.0

neo4rs - v0.7.3

Published by knutwalker 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.7.2...v0.7.3

neo4rs - neo4rs v0.7.2

Published by knutwalker 3 months ago

What's Changed

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.7.1...v0.7.2

neo4rs - neo4rs v0.7.1

Published by knutwalker 10 months ago

Bugfix

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.7.0...v0.7.1

neo4rs - v0.7.0

Published by knutwalker 10 months ago

Breaking changes

General changes

New Contributors

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.6.2...v0.7.0

neo4rs - neo4rs v0.7.0-rc.3

Published by knutwalker 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.7.0-rc.2...v0.7.0-rc.3

neo4rs - neo4rs v0.7.0-rc.2

Published by knutwalker 11 months ago

Breaking changes

What's Changed

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.7.0-rc.1...v0.7.0-rc.2

neo4rs - neo4rs v0.7.0-rc.1

Published by knutwalker about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.6.2...v0.7.0-rc.1

neo4rs - neo4rs v0.7.0-rc.1

Published by knutwalker about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.6.2...v0.7.0-rc.1

neo4rs - neo4rs v0.6.2

Published by s1ck over 1 year ago

What's Changed

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.6.1...v0.6.2

neo4rs - neo4rs v0.6.1

Published by knutwalker over 1 year ago

What's Changed

Full Changelog: https://github.com/neo4j-labs/neo4rs/compare/v0.6.0...v0.6.1

neo4rs - neo4rs 0.6.0

Published by knutwalker over 1 year ago

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: https://github.com/neo4j-labs/neo4rs/compare/v0.5.9...v0.6.0

neo4rs - Fix linting issues

Published by yehohanan7 almost 4 years ago

  • Fix linting issues
  • handle unsupported bolt version gracefuly
  • add test for config validations
neo4rs - Improved documentation and code readability

Published by yehohanan7 almost 4 years ago