Skip to content

Releases: arangodb/arangodb-java-driver

Version 7.26.0

07 Apr 13:44
09b5e4d

Choose a tag to compare

  • updated Jackson to version 2.21
  • created new user-data serde module based on Jackson 3 (com.arangodb:jackson3-serde-json) (DE-1073, #626)

Notes: the default user-data serde remains com.arangodb:jackson-serde-json. To use Jackson 3 user-data serde:

  • exclude transitive dependency on com.arangodb:jackson-serde-json
  • add dependency on com.arangodb:jackson3-serde-json

Version 7.25.0

14 Jan 14:13
ffb6dc0

Choose a tag to compare

  • added SSL configuration from files (#623, DE-505)

Version 7.24.2

05 Jan 12:53
b4e81b2

Choose a tag to compare

  • removed maven build cache

Version 7.24.1

02 Jan 21:39
b1efd68

Choose a tag to compare

  • fixed release connection in case of exceptions

Version 7.24.0

15 Dec 22:26
cbbd313

Choose a tag to compare

  • added support to access tokens (#620, DE-1101)
  • added support to vector indexes (#619, DE-1032)
  • changed ConsolidationPolicy to support ArangoDB version 3.12.7

Version 7.23.0

04 Nov 13:21
0c786de

Choose a tag to compare

  • increased default HTTP/2 window size (#616, DE-1080)
  • made HTTP/2 window size configurable (#616, DE-1080)

Version 7.22.1

09 Oct 11:28
189f606

Choose a tag to compare

  • added Java 25 to test matrix (#614)
  • fixed native image in GraalVM 25 (#614)
  • update Vert.x to version 4.5.21 (#614)
  • updated Jackson to version 2.20.0 (#613)

Version 7.22.0

06 Aug 07:34
06c885d

Choose a tag to compare

  • wildcard generic AQL bind vars (#612, DE-991)

Version 7.21.0

24 Jul 06:14
d7528fc

Choose a tag to compare

  • added SSL configuration properties (DE-1010, #611)
  • fixed support to Jackson 2.19

Full Changelog: v7.20.0...v7.21.0

Version 7.20.0

17 Jun 12:41
0da6fce

Choose a tag to compare

  • added option usePlanCache to AqlQueryOptions (DE-973, #609)
  • updated Jackson version to 2.19 (DE-1012, #607)