2.0.0
https://www.nuget.org/packages/ArangoDBNetStandard/2.0.0
What's Changed
This release contains breaking changes, including a bug fix for an issue when deserializing the response of API method PostInvertedIndexAsync
.
- Added support for satellite graphs in graph API by @tjoubert in #405
- Added async serialization methods by @tjoubert in #404
- Fixed PostInvertedIndexAsync() response issue by @tjoubert in #454
- Use interfaces instead of implementation for each API client in IArangoDBClient by @iwedaz in #458
- Fixes #436 Properties in RunningAqlQuery class should be PascalCase instead of lowerCase by @JLedel in #438
- Bump Newtonsoft.Json from 12.0.2 to 13.0.2 in /arangodb-net-standard by @dependabot in #446
- Update csproj version to 2.0.0 by @DiscoPYF in #471
Full Changelog: 1.3.1...2.0.0