File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 5.0.8] - 2019-19-07
10
+
11
+ ### Fixed
12
+
13
+ - decoupled communication ExecutorService from client threads
14
+ - ` ArangoDBException ` responseCode
15
+ - error handling in ` ArangoCollectionAsyncImpl.getDocument ` and ` ArangoCollectionAsyncImpl.documentExists `
16
+ - asynchronous methods never throw synchronous ` ArangoDBException `
17
+ - tests assertions
18
+ - catch errors in negative tests
19
+ - velocypack-module-jdk8 v1.1.0
20
+
9
21
## [ 5.0.7] - 2019-19-07
10
22
11
23
### Fixed
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-java-driver-async</artifactId >
7
- <version >5.0.8-SNAPSHOT </version >
7
+ <version >5.0.8</version >
8
8
<inceptionYear >2016</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
25
25
<logback-classic .version>1.1.3</logback-classic .version>
26
26
<hamcrest-all .version>1.3</hamcrest-all .version>
27
27
<junit .version>4.12</junit .version>
28
- <arangodb-java-driver .version>${project.version} </arangodb-java-driver .version>
29
- <arangodb .velocypack.module.jdk8.version>1.0.2 </arangodb .velocypack.module.jdk8.version>
28
+ <arangodb-java-driver .version>5.0.7 </arangodb-java-driver .version>
29
+ <arangodb .velocypack.module.jdk8.version>1.1.0 </arangodb .velocypack.module.jdk8.version>
30
30
</properties >
31
31
32
32
<developers >
33
+ <developer >
34
+ <name >Michele Rastelli</name >
35
+ <url >https://github.com/rashtao</url >
36
+ </developer >
33
37
<developer >
34
38
<id >mpv1989</id >
35
39
<name >Mark Vollmary</name >
You canβt perform that action at this time.
0 commit comments