neo4rs v0.7.0-rc.2
Pre-release
Pre-release
Breaking changes
- Remove internal mutex boxing of connections by @knutwalker in #134
What's Changed
- Update lockfiles with xtask and when initiating a release by @knutwalker in #126
- Improve parser/macro code to remove Rc<RefCell<>> wrappers by @knutwalker in #129
- Handle
null
value when deserializing Option by @s1ck in #132 - Improve API for RowStream by @knutwalker in #133
- Be more flexible in what is accepted for run_queries by @knutwalker in #135
- Only store cheap/rc cloneable fields inside of Graph by @knutwalker in #136
- Support deserializing SocketAddr and maybe some other enums by @knutwalker in #138
- Support deserialization of C-style enums by @knutwalker in #140
- Support deserialization into newtype structs by @knutwalker in #141
- Support deserialization into serde_json::Value and similar deserialize_any kinda types by @knutwalker in #142
- Expose all the bolt types by @knutwalker in #145
Full Changelog: v0.7.0-rc.1...v0.7.0-rc.2