Skip to content

Releases: arangodb/arangodb-java-driver

Version 7.15.0

10 Dec 14:34
6006e46
Compare
Choose a tag to compare
  • added missing collection options (#590, DE-961)
  • improved serde performances (#588, DE-959)

Version 7.14.0

06 Dec 14:45
d84bbdb
Compare
Choose a tag to compare
  • support all AQL query options in ArangoDatabase.explainAqlQuery() (#589, ES-2266)

Version 7.13.1

29 Nov 09:03
9202836
Compare
Choose a tag to compare
  • tolerate error responses with text content-type (#587, DE-960)

Version 7.13.0

15 Nov 18:41
b769205
Compare
Choose a tag to compare
  • improved serialization and deserialization of RawBytes and RawJson (#586)

Version 7.12.0

07 Nov 20:22
7383f22
Compare
Choose a tag to compare
  • added new method ArangoDatabase.explainAqlQuery(), supporting arbitrary JSON-like response data
  • deprecated ArangoDatabase.explainQuery()

Version 7.11.0

31 Oct 20:50
d7cfec5
Compare
Choose a tag to compare
  • added support to HTTP proxies (#584, DE-930)

Version 7.10.0

22 Oct 20:49
5e164dc
Compare
Choose a tag to compare
  • udpated Jackson to version 2.18 (#581, DE-877)
  • added missing statistics to CursorStats (#580, DE-876)
  • fixed type of AqlExecutionExplainEntity.warnings (#579, DE-886)

Version 7.9.0

20 Sep 20:45
329a4f8
Compare
Choose a tag to compare
  • updated velocypack to version 3.1.0
  • updated jackson-dataformat-velocypack to version 4.4.0
  • added SHADED flag in PackageVersion 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 to GeoJSONAnalyzerProperties (#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

04 Sep 12:43
30eaf7e
Compare
Choose a tag to compare
  • added property ignoreRevs to DocumentDeleteOptions (#567, DE-844)

Version 7.7.1

12 Jun 19:36
9fee441
Compare
Choose a tag to compare
  • fixed deserialization of responses with no content (#560)