Terence Joubert
Terence Joubert
- Added `request_timeout` property to `ArangoClient` to overwrite `DefaultHTTPClient.REQUEST_TIMEOUT` - Added `request_timeout` constructor parameter in `ArangoClient` to initialize `request_timeout` property. The default value for this parameter is -1. Any other...
I am using the SDK in a .NET 6.0 project. When I call the API to add or update an entity in QuickBooks and there is a validation error (for...
Added Read From Follower support to the following: - Single document reads (GET /_api/document) - Batch document reads (PUT /_api/document?onlyget=true) - Read-only AQL queries (POST /_api/cursor) - Read-only Stream Transactions...
Marked fulltext option as Obsolete indicating the recommendation to use ArangoSearch for fulltext searching. See https://github.com/arangodb/docs/blob/main/3.10/release-notes-upgrading-changes310.md#indexes
Added ComputedValue class and ComputedValues property to PostCollectionBody, PostCollectionResponse and GetCollectionPropertiesResponse. For reference see: https://github.com/arangodb/docs/blob/main/3.10/data-modeling-documents-computed-values.md https://www.arangodb.com/docs/devel/data-modeling-documents-computed-values.html#computed-value-expressions
Deprecated several properties and methods
Solves #183 Added 1 example of how to use graph, vertices and edges in a simple case. See https://github.com/ArangoDB-Community/arangodb-net-standard/blob/feature-3.8/DE-286-graph-get-started/readme.md#example-using-graphs
See https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#index-api
See https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#index-api
See https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#cursor-api