v8.3.0
Fixed
- Fixed
updateUser
andreplaceUser
behavior (#783)
Added
-
Added
renewAuthToken
method toDatabase
(#784)This method allows refreshing the authentication token passed to the
useBearerAuth
method or used by thelogin
method. Note that ArangoDB
will currently only return a new token if the token is going to expire
in the next 150 seconds. -
Added
returnOld
andmergeObjects
toCollectionInsertOptions
typeThese options are only available when using
overwriteMode
. -
Added caching options to
InvertedIndex
andArangoSearchView
typesThese options were added in ArangoDB 3.10.2.
-
Added support for
ArangoSearchView
typestoredValues
shorthand 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
peakMemoryUsage
andexecutionTime
toSingleExplainResult.stats
typeThese attributes were added in ArangoDB 3.10.4.
-
Added
geo_s2
Analyzer typesThis Analyzer was added in ArangoDB 3.10.5.
-
Added
refillIndexCaches
option to document operation options typesThis option was added in ArangoDB 3.11.
-
Added
optimizeTopK
toArangoSearchView
andInvertedIndex
typesThis option was added in ArangoDB 3.11.
-
Added support for
allowRetry
option indb.query
This feature was added in ArangoDB 3.11.
-
Added
x-arango-driver
headerThe 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.