neo4rs v0.9.0-rc.4
Pre-release
Pre-release
What's Changed
- Handle ignored message as a failure by @madchicken in #218
- Always skip ssl validation when using a self-signed certificate by @madchicken in #217
- Refresh routing table using a separated thread by @madchicken in #216
- Simplify the example where two transactions are multiplexed over one … by @knutwalker in #220
- Add more method to result streams by @knutwalker in #223
- Implement From for Error by @knutwalker in #224
- Simplify result summary api by @knutwalker in #222
- Return result summary from run by @knutwalker in #221
- Creating a Graph doesn't have to be async by @knutwalker in #219
- Fix a few clippy warnings by @knutwalker in #226
- Pin testcontainers for MSRV to 0.23.1 by @knutwalker in #227
Breaking Changes
- The
Graph::new
andGraph::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