v9.0.0-preview.3
Pre-release
Pre-release
This is a preview release which is not intended for use in production and has been published under the npm next tag.
To install the latest preview release, run npm install arangojs@next.
See the migration guide for detailed instructions
for upgrading your code to arangojs v9.
Removed
-
Removed
Collectionmethods for simple queries:list,all,any,
byExample,firstExample,removeByExample,replaceByExample,
updateByExample,lookupByKeys,removeByKeys,fulltextSimple queries were deprecated in ArangoDB 3.4 and can be replicated with AQL.
Added
-
Added support for
withStatsoption incollection.indexesThis method now takes an object with
withStatsandwithHiddenoptions
instead of a boolean flag.