Skip to content

v7.5.0-preview-arangodb.3.8

Pre-release
Pre-release

Choose a tag to compare

@pluma pluma released this 09 Apr 14:38
· 374 commits to main since this release
213cc59

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 and StopwordsAnalyzer types in TypeScript, as well as
    the Analyzer-specific properties types.

  • Added support for new ArangoDB 3.8 estimates option for indexes

    This affects the PersistentIndex, HashIndex and SkiplistIndex types
    in TypeScript.