v7.5.0-preview-arangodb.3.8
Pre-release
Pre-release
·
374 commits
to main
since this 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 or yarn add arangojs@next.
Added
-
Added support for new ArangoDB 3.8 Analyzer types
This adds the
PipelineAnalyzer,AqlAnalyzer,GeoJsonAnalyzer,
GeoPointAnalyzerandStopwordsAnalyzertypes in TypeScript, as well as
the Analyzer-specific properties types. -
Added support for new ArangoDB 3.8
estimatesoption for indexesThis affects the
PersistentIndex,HashIndexandSkiplistIndextypes
in TypeScript.