v8.3.0
Fixed
- Fixed
updateUserandreplaceUserbehavior (#783)
Added
-
Added
renewAuthTokenmethod toDatabase(#784)This method allows refreshing the authentication token passed to the
useBearerAuthmethod or used by theloginmethod. Note that ArangoDB
will currently only return a new token if the token is going to expire
in the next 150 seconds. -
Added
returnOldandmergeObjectstoCollectionInsertOptionstypeThese options are only available when using
overwriteMode. -
Added caching options to
InvertedIndexandArangoSearchViewtypesThese options were added in ArangoDB 3.10.2.
-
Added support for
ArangoSearchViewtypestoredValuesshorthand notationInstead of using an object, attributes can also be defined as arrays of
strings and arrays of arrays of strings. This was added in ArangoDB 3.10.3. -
Added
peakMemoryUsageandexecutionTimetoSingleExplainResult.statstypeThese attributes were added in ArangoDB 3.10.4.
-
Added
geo_s2Analyzer typesThis Analyzer was added in ArangoDB 3.10.5.
-
Added
refillIndexCachesoption to document operation options typesThis option was added in ArangoDB 3.11.
-
Added
optimizeTopKtoArangoSearchViewandInvertedIndextypesThis option was added in ArangoDB 3.11.
-
Added support for
allowRetryoption indb.queryThis feature was added in ArangoDB 3.11.
-
Added
x-arango-driverheaderThe arangojs driver now correctly identifies itself to ArangoDB, allowing the
ArangoGraph Insights Platform to take advantage of the driver's support for
cloud-optimized behaviors.