Skip to content

v7.5.0

Choose a tag to compare

@pluma pluma released this 22 Apr 17:53
· 373 commits to main since this release
2c41d75

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.