v7.5.0-preview-arangodb.3.8
Pre-release
Pre-release
·
373 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
,
GeoPointAnalyzer
andStopwordsAnalyzer
types in TypeScript, as well as
the Analyzer-specific properties types. -
Added support for new ArangoDB 3.8
estimates
option for indexesThis affects the
PersistentIndex
,HashIndex
andSkiplistIndex
types
in TypeScript.