Skip to content

Releases: neo4j-labs/neo4rs

neo4rs 0.9.0-rc.10

Choose a tag to compare

@neo-walker neo-walker released this 11 Jun 15:30
19f244a

What's Changed

New Contributors

Full Changelog: v0.9.0-rc.9...v0.9.0-rc.10

v0.9.0-rc.9

Choose a tag to compare

@knutwalker knutwalker released this 26 Nov 13:58
7be45a0

What's Changed

New Contributors

Full Changelog: v0.9.0-rc.8...v0.9.0-rc.9

v0.9.0-rc.8

Choose a tag to compare

@knutwalker knutwalker released this 13 Aug 08:53
1b92c9b

What's Changed

Full Changelog: v0.9.0-rc.7...v0.9.0-rc.8

v0.9.0-rc.7

Choose a tag to compare

@knutwalker knutwalker released this 12 Aug 13:55
41ce66f

What's Changed

New Contributors

Full Changelog: v0.9.0-rc.6...v0.9.0-rc.7

v0.9.0-rc.6

v0.9.0-rc.6 Pre-release
Pre-release

Choose a tag to compare

@knutwalker knutwalker released this 28 Feb 17:42
8dbbaea

What's Changed

Full Changelog: v0.9.0-rc.5...v0.9.0-rc.6

neo4rs v0.9.0-rc.5

neo4rs v0.9.0-rc.5 Pre-release
Pre-release

Choose a tag to compare

@knutwalker knutwalker released this 12 Feb 13:31
da73a1d

What's Changed

Full Changelog: v0.9.0-rc.4...v0.9.0-rc.5

neo4rs v0.9.0-rc.4

neo4rs v0.9.0-rc.4 Pre-release
Pre-release

Choose a tag to compare

@knutwalker knutwalker released this 12 Feb 11:16
2b35176

What's Changed

Breaking Changes

  • The Graph::new and Graph::connect methods are no longer async, any .await after calling them must be removed.
  • (compared to previous RCs) RowStream::next_or_summary and related have been removed. RowStream::finish is now the only way to access to result summary

Full Changelog: 0.9.0-rc.3...v0.9.0-rc.4

0.9.0-rc.3

0.9.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@knutwalker knutwalker released this 15 Jan 18:05
6fd6342

What's Changed

  • Change query entrypoints to use Into<Query> instead of just Query by @knutwalker in #213
  • Add query! macro providing a more ergonomic way to create parmeterized queries by @knutwalker in #214

Full Changelog: v0.9.0-rc.2...0.9.0-rc.3

v0.9.0-rc.2

v0.9.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@knutwalker knutwalker released this 13 Jan 09:02
345e2cc

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0-rc.2

neo4rs v0.8.0

Choose a tag to compare

@knutwalker knutwalker released this 07 Aug 20:59
1797e03

What's Changed

  • Retry on certain query failures for managed transactions by @knutwalker in #186
  • Return server errors as Neo4jError, not unexpected by @knutwalker in #187

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: v0.7.3...v0.8.0