Skip to content

v9.0.0-preview.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@pluma4345 pluma4345 released this 15 May 10:22
· 2 commits to main since this release
3c9e7da

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.

Changed

  • Inlined x3-linkedlist dependency

    Inlining this dependency should help make arangojs more portable.

Added

  • Added support for withHidden option in collection.indexes

    This option was introduced in ArangoDB 3.10.13 and 3.11.7 and allows
    fetching the progress information of indexes that are in the building phase.