Skip to content

Version 7.19.0

Latest
Compare
Choose a tag to compare
@rashtao rashtao released this 28 May 20:45
· 4 commits to main since this release
caa6d2f
  • 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