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
66
77## [ Unreleased]
88
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+
921## [ 5.0.7] - 2019-19-07
1022
1123### Fixed
Original file line number Diff line number Diff line change 44
55 <groupId >com.arangodb</groupId >
66 <artifactId >arangodb-java-driver-async</artifactId >
7- <version >5.0.8-SNAPSHOT </version >
7+ <version >5.0.8</version >
88 <inceptionYear >2016</inceptionYear >
99 <packaging >jar</packaging >
1010
2525 <logback-classic .version>1.1.3</logback-classic .version>
2626 <hamcrest-all .version>1.3</hamcrest-all .version>
2727 <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>
3030 </properties >
3131
3232 <developers >
33+ <developer >
34+ <name >Michele Rastelli</name >
35+ <url >https://github.com/rashtao</url >
36+ </developer >
3337 <developer >
3438 <id >mpv1989</id >
3539 <name >Mark Vollmary</name >
You can’t perform that action at this time.
0 commit comments