Skip to content

Releases: arangodb/arangodb-java-driver

Version 7.26.0

Choose a tag to compare

@rashtao rashtao released this 07 Apr 13:44
09b5e4d
  • 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

Choose a tag to compare

@rashtao rashtao released this 14 Jan 14:13
ffb6dc0
  • added SSL configuration from files (#623, DE-505)

Version 7.24.2

Choose a tag to compare

@rashtao rashtao released this 05 Jan 12:53
b4e81b2
  • removed maven build cache

Version 7.24.1

Choose a tag to compare

@rashtao rashtao released this 02 Jan 21:39
b1efd68
  • fixed release connection in case of exceptions

Version 7.24.0

Choose a tag to compare

@rashtao rashtao released this 15 Dec 22:26
cbbd313
  • 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

Choose a tag to compare

@rashtao rashtao released this 04 Nov 13:21
0c786de
  • increased default HTTP/2 window size (#616, DE-1080)
  • made HTTP/2 window size configurable (#616, DE-1080)

Version 7.22.1

Choose a tag to compare

@rashtao rashtao released this 09 Oct 11:28
189f606
  • 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

Choose a tag to compare

@rashtao rashtao released this 06 Aug 07:34
06c885d
  • wildcard generic AQL bind vars (#612, DE-991)

Version 7.21.0

Choose a tag to compare

@rashtao rashtao released this 24 Jul 06:14
d7528fc
  • 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

Choose a tag to compare

@rashtao rashtao released this 17 Jun 12:41
0da6fce
  • added option usePlanCache to AqlQueryOptions (DE-973, #609)
  • updated Jackson version to 2.19 (DE-1012, #607)