We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e245df9 commit 0bc7227Copy full SHA for 0bc7227
ChangeLog.md
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [6.17.0] - 2022-05-17
10
+
11
+- updated dependencies
12
+- fixed IndexOutOfBoundsException in RoundRobinHostHandler (#435)
13
+- warn on json request payload size too big (#434)
14
+- fixed various serialization bugs in native image (#425)
15
16
## [6.16.1] - 2022-02-23
17
18
- fixed retry behavior of HTTP connections in case of timeout exceptions (#429)
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
- <version>6.16.1</version>
+ <version>6.17.0</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>
0 commit comments