neo4rs v0.7.0-rc.1
Pre-release
Pre-release
What's Changed
- Initial serde integration by @knutwalker in #96
- Implement From for BoltType by @jifalops in #99
- add Query::has_param_key by @jifalops in #98
- release: neo4rs v0.7.0-alpha.1 by @github-actions in #102
- Extract more additional data via serde by @knutwalker in #100
- Allow use of deprecated
add_server_trust_anchors
by @knutwalker in #105 - Add keys method to nodes/rels by @knutwalker in #101
- Breaking! Change
labels
andtype
to return&str
instead ofString
by @knutwalker in #103 - Share test code between integration tests and doc examples by @knutwalker in #104
- Use the MSRV lockfile for MSRV tests by @knutwalker in #115
- Allow direct IP uris by @knutwalker in #114
- Add
_on
variants to tx/run/execute that allow selecting the db per call by @knutwalker in #117 - Make some bolt types
pub use
by @knutwalker in #119 - Mark RowStream as
must_use
by @knutwalker in #121 - Set MSRV to 1.63 for all crates by @knutwalker in #122
- Update Neo4j versions used in the integration tests by @knutwalker in #123
- Breaking! Move a lot of
get::<T>
functions to useserde
instead ofTryFrom<BoltType>
by @knutwalker in #120 - Allow HashMap to/from BoltType conversion by @caamartin35 in #109
- release: neo4rs v0.7.0-rc.1 by @github-actions in #124
New Contributors
- @jifalops made their first contribution in #99
- @caamartin35 made their first contribution in #109
Full Changelog: v0.6.2...v0.7.0-rc.1