Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
Version 7.9.0
- updated
velocypack
to version3.1.0
- updated
jackson-dataformat-velocypack
to version4.4.0
- added
SHADED
flag inPackageVersion
class (#576) - added
serdeProviderClass
configuration property (#575, DE-837) - added
skipFastLockRound
parameter to StreamTransactionOptions (#574, DE-832) - added support to reset log levels (#573, DE-831)
- added
legacy
option toGeoJSONAnalyzerProperties
(#572, DE-736) - support resuming AQL cursor in transaction (#571, DE-592)
- fíxed
HostHandler
concurrency (DE-663) - fíxed
ConnectionPoolImpl
concurrency (#570, DE-536)
Version 7.8.0
- added property
ignoreRevs
to DocumentDeleteOptions (#567, DE-844)
Version 7.7.1
- fixed deserialization of responses with no content (#560)
Version 7.7.0
Version 7.6.0
- added support to external versioning (ArangoDB 3.12, #547)
- added support to
wildcard
analyzer (ArangoDB 3.12, #546) - added support to
multi_delimiter
analyzer (ArangoDB 3.12, #545) - added support to multi dimensional indexes (ArangoDB 3.12, #544)
- added support to WAND optimization (ArangoDB 3.12, #543)
- added support to content compression (ArangoDB 3.12, #535)
- fixed ALPN with H2 (DE-792, #551)
- tolerate SPI ServiceConfigurationError (DE-793, #552)
- added support to Jackson 2.17
- changed default TTL to 30 seconds for HTTP connections (DE-794, #553)
Version 7.5.1
- fixed inclusion of transitive dependency on
com.tngtech.archunit:archunit-junit5
Version 7.5.0
Version 7.1.1
- fixed returning
com.arangodb.internal.InternalArangoDBBuilder
from public API
Version 7.4.0
Added
- added new methods to remove graph definitions and vertex collections, to align the naming with the documentation (DE-729)
- added support to Jackson 2.16 (DE-735)
Changed
- deprecated ArangoDB.Builder.asyncExecutor() (DE-726)
- retry requests on response code 503 (DE-55, #530)
- changed
ArangoCursor#close()
andArangoCursorAsync#close()
to be idempotent (DE-727, #528) - changed default Jackson dependencies versions to 2.16 (DE-735)
Fixed
Version 7.3.0
- changed types of documents and errors in
com.arangodb.entity.MultiDocumentEntity
tojava.util.List