Skip to content

Commit

Permalink
v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
michele committed Aug 28, 2019
1 parent 7361ee4 commit 056a6dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [5.0.8] - 2019-19-07

### Fixed

- decoupled communication ExecutorService from client threads
- `ArangoDBException` responseCode
- error handling in `ArangoCollectionAsyncImpl.getDocument` and `ArangoCollectionAsyncImpl.documentExists`
- asynchronous methods never throw synchronous `ArangoDBException`
- tests assertions
- catch errors in negative tests
- velocypack-module-jdk8 v1.1.0

## [5.0.7] - 2019-19-07

### Fixed
Expand Down
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver-async</artifactId>
<version>5.0.8-SNAPSHOT</version>
<version>5.0.8</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>

Expand All @@ -25,11 +25,15 @@
<logback-classic.version>1.1.3</logback-classic.version>
<hamcrest-all.version>1.3</hamcrest-all.version>
<junit.version>4.12</junit.version>
<arangodb-java-driver.version>${project.version}</arangodb-java-driver.version>
<arangodb.velocypack.module.jdk8.version>1.0.2</arangodb.velocypack.module.jdk8.version>
<arangodb-java-driver.version>5.0.7</arangodb-java-driver.version>
<arangodb.velocypack.module.jdk8.version>1.1.0</arangodb.velocypack.module.jdk8.version>
</properties>

<developers>
<developer>
<name>Michele Rastelli</name>
<url>https://github.com/rashtao</url>
</developer>
<developer>
<id>mpv1989</id>
<name>Mark Vollmary</name>
Expand Down

0 comments on commit 056a6dc

Please sign in to comment.