Skip to content

Commit 056a6dc

Browse files
author
michele
committed
v5.0.8
1 parent 7361ee4 commit 056a6dc

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

β€ŽChangeLog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

β€Žpom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

@@ -25,11 +25,15 @@
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>

0 commit comments

Comments
 (0)