File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
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+
916## [ 6.16.1] - 2022-02-23
1017
1118- fixed retry behavior of HTTP connections in case of timeout exceptions (#429 )
Original file line number Diff line number Diff line change 55
66 <groupId >com.arangodb</groupId >
77 <artifactId >arangodb-java-driver</artifactId >
8- <version >6.16.1 </version >
8+ <version >6.17.0 </version >
99 <inceptionYear >2016</inceptionYear >
1010 <packaging >jar</packaging >
1111
You can’t perform that action at this time.
0 commit comments