v6.8.0
Changed
-
Added
any[]to allowed types for AQL bind parametersThis 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/pathandhttp+unix:///socket/path
URL formats recognized by ArangoDB, arangojs also supports the format
http://unix:/socket/pathcommonly supported in the Node ecosystem and
automatically converts ArangoDB endpoint URLs between them.