Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
Version 7.15.0
Version 7.14.0
- support all AQL query options in
ArangoDatabase.explainAqlQuery()
(#589, ES-2266)
Version 7.13.1
- tolerate error responses with text content-type (#587, DE-960)
Version 7.13.0
- improved serialization and deserialization of
RawBytes
andRawJson
(#586)
Version 7.12.0
- added new method
ArangoDatabase.explainAqlQuery()
, supporting arbitrary JSON-like response data - deprecated
ArangoDatabase.explainQuery()
Version 7.11.0
- added support to HTTP proxies (#584, DE-930)
Version 7.10.0
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)