Skip to content

Releases: ArangoDB-Community/arangodb-net-standard

3.0.0

03 Jan 15:38
c9935ec
Compare
Choose a tag to compare

https://www.nuget.org/packages/ArangoDBNetStandard/3.0.0

What's Changed

New Contributors

Full Changelog: 2.0.1...3.0.0

2.0.1

07 Mar 14:55
47b9b1d
Compare
Choose a tag to compare

https://www.nuget.org/packages/ArangoDBNetStandard/2.0.1

What's Changed

  • Fix InvertedIndexConsolidationPolicy. SetgmentsBytesMax type by @kealist in #472
  • Update csproj version to 2.0.1 by @DiscoPYF in #473

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

07 Feb 12:56
d8e4297
Compare
Choose a tag to compare

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

1.3.1

18 Jan 14:44
a7d505c
Compare
Choose a tag to compare

https://www.nuget.org/packages/ArangoDBNetStandard/1.3.1

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

28 Dec 14:18
3a6465e
Compare
Choose a tag to compare

https://www.nuget.org/packages/ArangoDBNetStandard/1.3.0

What's Changed

  • Deprecate methods and provide replacement for PutCursorAsync by @tjoubert in #396
  • Added example using graphs, vertices and edges by @tjoubert in #407
  • Renamed PostCursorResponse to CursorResponse by @tjoubert in #439
  • Fixes #426 Impossible to specify ApiClientSerializationOptions when patching an edge by @JLedel in #437
  • License features and tests by @tjoubert in #386
  • Created CollectionSchema and associated classes by @tjoubert in #393
  • Fixed dictionary item value serialization issue by @tjoubert in #401
  • Fix compilation warnings caused by XML doc comments. by @DiscoPYF in #435
  • Added header for driver version and other info by @tjoubert in #441
  • Fixed dictionary item value serialization issue - Part 2 by @tjoubert in #445
  • Added missing ngram properties by @tjoubert in #453
  • Update csproj version to 1.3.0 by @DiscoPYF in #456

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

18 Oct 10:22
34e2ccd
Compare
Choose a tag to compare

https://www.nuget.org/packages/ArangoDBNetStandard/1.2.0

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

05 Jul 15:34
Compare
Choose a tag to compare

https://www.nuget.org/packages/ArangoDBNetStandard/1.1.1

What's Changed

Full Changelog: 1.1.0...1.1.1

Note: the commits for this release have been picked from master using cherry-pick.

1.1.0

07 Jun 06:24
a490d81
Compare
Choose a tag to compare

https://www.nuget.org/packages/ArangoDBNetStandard/1.1.0

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

14 Dec 14:38
052aaeb
Compare
Choose a tag to compare

https://www.nuget.org/packages/ArangoDBNetStandard/1.0.0

What's Changed

  • Fix ShardKeys property by using collection type instead of string. by @DiscoPYF in #315
  • Implement Stream Transaction Api. by @DiscJockeyDJ in #323
  • Added .ConfigureAwait(false) to every awaited async call by @Leoltron in #324
  • Implement changes to Cursor API to include the stream transaction id … by @DiscJockeyDJ in #325
  • Stream transaction on Document API by @DiscJockeyDJ in #327
  • Rename header class of document API for consistency. by @DiscoPYF in #331
  • Add remark to Error in transaction response by @EMcG0402429 in #335
  • Create a common interface for POST and PUT cursor responses. by @DiscoPYF in #338
  • Update roadmap to include completed APIs by @DiscoPYF in #334
  • Mention usage of http request headers in readme. by @DiscoPYF in #333
  • Extend coverage of default serialization logic. by @DiscoPYF in #329
  • Update csproj version number to 1.0.0. by @rossmills99 in #340

New Contributors

Full Changelog: 1.0.0-alpha04...1.0.0

1.0.0-alpha04

04 Apr 13:53
692d4e2
Compare
Choose a tag to compare
1.0.0-alpha04 Pre-release
Pre-release

https://www.nuget.org/packages/ArangoDBNetStandard/1.0.0-alpha04

What's Changed

  • Add ErrorMessage property in PatchDocumentsResponse. by @DiscoPYF in #268
  • Feature create user by @DiscoPYF in #265
  • Create and throw dedicated serialization exception. by @robsiera in #275
  • Add _oldRev property in PatchDocumentsResponse. by @DiscoPYF in #270
  • Fix inconsistent usage of T and U types for body and response. by @DiscoPYF in #271
  • Add missing silent parameter in query models for multiple documents by @DiscoPYF in #280
  • Add method overloads with document ID. by @DiscoPYF in #272
  • Implement remaining CRUD operation for user API. by @DiscoPYF in #278
  • Implement access level methods in UserApiClient. by @DiscoPYF in #283
  • Resolve warnings about malformed xml doc comments by @DiscoPYF in #289
  • Fix Code property of PutCursorResponse. by @DiscoPYF in #292
  • Add IArangoDBClient interface. Fixes #296 by @Otixa in #302
  • Provide ability to override options used to serialize, use default op… by @modios in #290
  • Build and run tests with release configuration. by @DiscoPYF in #301
  • Add a PostDocumentAsync with extra generic for new doc type. by @DiscoPYF in #305
  • Make cluster-only graph properties optional in response. by @DiscoPYF in #307
  • Add a step in circle CI config to run tests against arangodb 3.7 by @DiscoPYF in #298
  • Implement endpoint to list available users in UserApiClient. by @DiscoPYF in #288
  • Change collection Type property from integer to enum value. by @rossmills99 in #309
  • Add support for ARANGO_PORT env variable in tests. by @DiscoPYF in #300
  • Implement IAsyncLifetime in test classes with async calls in constructor. by @DiscoPYF in #319
  • Update .Net SDK to 3.1 for docker image of CI. by @DiscoPYF in #317
  • Add doc comments to various collection API classes by @DiscoPYF in #314
  • Update version to 1.0.0-alpha04 by @DiscoPYF in #316

New Contributors

Full Changelog: 1.0.0-alpha03...1.0.0-alpha04