Skip to content

Releases: arangodb/arangodb-java-driver

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)

Version 7.7.0

07 Jun 13:55
b65c92e
Compare
Choose a tag to compare
  • added configuration option to set Vert.x instance (#558, DE-535)
  • added overloaded variant of ArangoSerde#deserialize() accepting RequestContext parameter (#555, #554, DE-771)
  • updated jackson-dataformat-velocypack to version 4.3.0
  • fixed support to Jackson 2.17
  • fixed native image build for GraalVM 22

Version 7.6.0

22 Mar 09:57
74c58e4
Compare
Choose a tag to compare
  • 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

24 Jan 12:52
26aab3d
Compare
Choose a tag to compare
  • fixed inclusion of transitive dependency on com.tngtech.archunit:archunit-junit5