Skip to content

v6.8.0

Choose a tag to compare

@pluma pluma released this 08 Nov 10:02
216efd9

Changed

  • Added any[] to allowed types for AQL bind parameters

    This should help in some cases where the previous TypeScript annotation
    was too restrictive.

Added

  • Added support for UNIX socket URLs (#405)

    In addition to the unix:///socket/path and http+unix:///socket/path
    URL formats recognized by ArangoDB, arangojs also supports the format
    http://unix:/socket/path commonly supported in the Node ecosystem and
    automatically converts ArangoDB endpoint URLs between them.