Skip to content

Commit b9fcd82

Browse files
committed
updated ChangeLog.md
1 parent 409049c commit b9fcd82

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ChangeLog.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
- added asynchronous API, accessible via `ArangoDB.async()` (DE-496, #523)
10+
- added configuration option to specify the asynchronous downstream executor via `ArangoDB.Builder#asyncExecutor(Executor)` (DE-697)
11+
- added missing asynchronous API to ensure parity with synchronous API
12+
- changed behavior for acquiring the host list to be asynchronous (#521)
13+
- changed internal communication to be asynchronous
14+
- fixed swallowed exceptions in `ArangoCollection.getDocument()`, `ArangoCollection#documentExists()`, `ArangoCollection#exists()`, `ArangoEdgeCollection.getEdge()` and `ArangoVertexCollection#getVertex()`
15+
- fixed `ArangoCursorAsync` API to be fully asynchronous (#433, #520)
16+
- fixed interference of Jackson annotations with other Jackson instances (DE-636, #513)
17+
- fixed nested properties deserialization in `BaseDocument` (#517)
18+
919
## [7.1.0] - 2023-05-26
1020

1121
- added support to Jackson 2.15

0 commit comments

Comments
 (0)