Skip to content

v6.9.0

Choose a tag to compare

@pluma pluma released this 08 Nov 10:03
851400f

Changed

  • Restored support for credentials in URLs

    If the server URL includes credentials, arangojs will now use them instead of
    the default username "root" and an empty password. Any credentials explicitly
    set using useBasicAuth or useBearerAuth will still override the default
    credentials as before.