Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
Version 7.22.1
Version 7.22.0
- wildcard generic AQL bind vars (#612, DE-991)
Version 7.21.0
- added SSL configuration properties (DE-1010, #611)
- fixed support to Jackson 2.19
Full Changelog: v7.20.0...v7.21.0
Version 7.20.0
Version 7.19.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)),
 falseby default
- changed default configuration HTTP/1.1 pipelining to false
Version 7.18.0
- updated jackson-dataformat-velocypackto version4.6.0
- exposed configuration properties keys in ArangoConfigProperties
- deprecated CollectionStatus
- fixed equals()andhashCode()in some entity classes
Version 7.17.1
- implemented equals()andhashCode()for all entity classes
- fixed overlapping resources in shaded package
Version 7.17.0
- allow construct ArangoConfigPropertiesfromjava.util.Properties(DE-976)
- made BaseDocumentandBaseEdgeDocumentserializable (#596)