Skip to content

neo4rs v0.9.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@knutwalker knutwalker released this 12 Feb 11:16
· 2 commits to main since this release
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