Skip to content

neo4rs v0.7.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@knutwalker knutwalker released this 14 Nov 13:47
· 25 commits to master since this release
5119ba7

Breaking changes

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