You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added asynchronous API, accessible via ArangoDB.async() (DE-496, #523)
added configuration option to specify the asynchronous downstream executor via ArangoDB.Builder#asyncExecutor(Executor) (DE-697)
added missing asynchronous API to ensure parity with synchronous API
changed behavior for acquiring the host list to be asynchronous (#521)
changed internal communication to be asynchronous
fixed swallowed exceptions in ArangoCollection.getDocument(), ArangoCollection#documentExists(), ArangoCollection#exists(), ArangoEdgeCollection.getEdge() and ArangoVertexCollection#getVertex()
fixed ArangoCursorAsync API to be fully asynchronous (#433, #520)
fixed interference of Jackson annotations with other Jackson instances (DE-636, #513)
fixed nested properties deserialization in BaseDocument (#517)