Skip to content

4.2.0

Compare
Choose a tag to compare
@mvollmary mvollmary released this 14 Jun 07:42
· 1237 commits to main since this release
  • added ArangoDBVersion.getLicense()
  • added ArangoDB.getRole()
  • added ArangoDBException.getException()
  • added protocol switch (ArangoDB.Builder.useProtocol(Protocol))
    • Protocol.VST = VeclocyStream (default)
    • Protocol.HTTP_JSON = Json over HTTP
    • Protocol.HTTP_VPACK = VelocyPack over HTTP