- Notifications
You must be signed in to change notification settings - Fork95
Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
Version 7.20.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 7.19.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 7.18.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- updated
jackson-dataformat-velocypack
to version4.6.0
- exposed configuration properties keys in
ArangoConfigProperties
- deprecated
CollectionStatus
- fixed
equals()
andhashCode()
in some entity classes
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 7.17.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- implemented
equals()
andhashCode()
for all entity classes - fixed overlapping resources in shaded package
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 7.17.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- allow construct
ArangoConfigProperties
fromjava.util.Properties
(DE-976) - made
BaseDocument
andBaseEdgeDocument
serializable (#596)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 7.16.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 7.15.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 7.14.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- support all AQL query options in
ArangoDatabase.explainAqlQuery()
(#589, ES-2266)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 7.13.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- tolerate error responses with text content-type (#587, DE-960)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 7.13.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- improved serialization and deserialization of
RawBytes
andRawJson
(#586)
Assets2
Uh oh!
There was an error while loading.Please reload this page.