Skip to content

Releases: arangodb/arangodb-java-driver

Version 7.17.1

27 Mar 15:45
1f741d8
Compare
Choose a tag to compare
  • implemented equals() and hashCode() for all entity classes
  • fixed overlapping resources in shaded package

Version 7.17.0

27 Jan 21:46
cf49aa2
Compare
Choose a tag to compare
  • allow construct ArangoConfigProperties from java.util.Properties (DE-976)
  • made BaseDocument and BaseEdgeDocument serializable (#596)

Version 7.16.0

09 Jan 20:20
bafed68
Compare
Choose a tag to compare
  • improved deserialization of RawBytes and RawJson (#592, DE-969)
  • added support to Jakarta JSON-P data types (#593, DE-968)
  • fixed ArangoSearch PrimarySort serialization

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)