Download Latest Version Version 7.22.0 source code.zip (1.0 MB)
Email in envelope

Get an email when there's a new version of ArangoDB Java Driver

Home / v7.19.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-05-28 538 Bytes
Version 7.19.0 source code.tar.gz 2025-05-28 507.3 kB
Version 7.19.0 source code.zip 2025-05-28 1.0 MB
Totals: 3 Items   1.5 MB 0
  • fixed connection pool load-balancing (DE-1016, [#602]), now the connection pool:
  • keeps track of busy connections (or busy HTTP/2 streams)
  • enqueues new requests only to connections that are not busy (or that have available HTTP/2 streams)
  • waits asynchronously if all the connections are busy (or all HTTP/2 streams are busy)
  • added new option to configure HTTP/1.1 pipelining (com.arangodb.ArangoDB.Builder.pipelining(Boolean)), false by default
  • changed default configuration HTTP/1.1 pipelining to false
Source: README.md, updated 2025-05-28