v0.9.0-rc.2
Pre-release
Pre-release
What's Changed
- Add serde serializer and deserializer for packstream by @knutwalker in #162
- Add some general types and untilities for more serde processing by @knutwalker in #163
- Simplify extractors deserializer by @knutwalker in #165
- Implement TryInto<serde_json::Value>, with optional
json
feature by @elimirks in #166 - Add more re-implementations of the bolt protocol by @knutwalker in #171
- Add feature flags for new bolt protocol implementation by @knutwalker in #172
- Update CI jobs to include feature flags by @knutwalker in #173
- Use GHA service container for integration tests by @knutwalker in #174
- Refactor current stream API in preparation for summary stats by @knutwalker in #175
- Bump MSRV to 1.75.0 by @knutwalker in #177
- Implement new version of the Pull command by @knutwalker in #176
- Remove an unsafe block by @ChayimFriedman2 in #178
- Use system installed certificates by default and accept neo4j+ssc connections by @madchicken in #180
- Enable servers to use SSR by @knutwalker in #183
- Retry on certain query failures for managed transactions by @knutwalker in #190
- Return server errors as Neo4jError, not unexpected by @knutwalker in #191
- Refactor connection creation by @knutwalker in #192
- Make it a bit simpler to test against an Aura instance by @knutwalker in #193
- Implement a few messages for the new bolt protocol implementation by @knutwalker in #181
- Update README.md by @knutwalker in #195
- Use new Pull message behind the feature flag by @knutwalker in #196
- Use server default db over hardcoded default db by @knutwalker in #197
- Make result summary available behind a feature flag by @knutwalker in #199
- Add skip_ssl_validation flag and refactor TLS config by @madchicken in #201
- Guard against incomplete list/maps by @knutwalker in #207
- Bump some dependencies by @knutwalker in #208
- Add Ignore to current Bolt implementation by @madchicken in #204
- Fix property parsing when a property contains a struct by @knutwalker in #210
- Add missing property name to the "property missing" error message by @knutwalker in #206
- Client side routing implementation by @madchicken in #205
- Fix extracting point properties from BoltType by @knutwalker in #211
New Contributors
- @ChayimFriedman2 made their first contribution in #178
- @madchicken made their first contribution in #180
Full Changelog: v0.8.0...v0.9.0-rc.2