Skip to content

Releases: arangodb/arangodb-java-driver

Version 6.7.0

01 Jul 08:49
Compare
Choose a tag to compare
  • added support of schema validation (ArangoDB v3.7)
  • added support of overwriteMode on document creation, to allow insert-ignore, insert-replace and insert-update (ArangoDB v3.7)
  • added support of mergeObjects for insert document with overwriteMode: update (ArangoDB v3.7)
  • added support of storedValues in ArangoSearchProperties (ArangoDB v3.7)
  • added support of primarySortCompression in ArangoSearchProperties (ArangoDB v3.7)
  • added support of DisjointSmartGraphs and SatelliteGraphs (ArangoDB v3.7)
  • added support of SatelliteGraphs support (ArangoDB v3.7)
  • allow specifying return type on document update
  • added peakMemoryUsage to aql statistics

Version 6.7.0_PREVIEW_3.7.1-alpha.1

22 May 18:57
Compare
Choose a tag to compare
  • added support of mergeObjects for insert document with overwriteMode: update (ArangoDB v3.7)
  • added support of DisjointSmartGraphs (ArangoDB v3.7)
  • added support of ArangoSearchProperties value storedValues (ArangoDB v3.7)
  • added support of ArangoSearchProperties value primarySortCompression (ArangoDB v3.7)
  • added support of overwriteMode values ignore and conflict (ArangoDB v3.7)
  • velocypack v2.3.1

Version 6.6.3

06 May 08:55
Compare
Choose a tag to compare
  • velocypack v2.3.1

Version 6.6.2

07 Apr 13:09
Compare
Choose a tag to compare
  • bugfix VelocyJack deserialization
  • bugfix allowImplicit parameter in stream transactions
  • added peakMemoryUsage to aql statistics

Version 6.7.0_PREVIEW_3.7.0-alpha.2_0

24 Mar 10:50
Compare
Choose a tag to compare

This is a preview release supporting API changes and new features introduced in ArangoDB 3.7.0-alpha.2.

  • added overwriteMode parameter to support insert-update (ArangoDB v3.7)
  • satellite graphs support (ArangoDB v3.7)
  • schema validation (ArangoDB v3.7)
  • added peakMemoryUsage to AQL stats

Version 6.6.1

18 Mar 13:46
Compare
Choose a tag to compare
  • GraalVM Native Image support
  • fixed acquire host list (ArangoDB v3.7)

Version 6.6.0

03 Feb 14:49
Compare
Choose a tag to compare
  • typed ArangoSearch analyzers
  • updated dependecies
  • bugfix asynchronous shutdown

Version 6.5.0

23 Dec 11:01
Compare
Choose a tag to compare
  • createDatabase with options (replicationFactor, minReplicationFactor, sharding) (ArangoDB v3.6)
  • extended DatabaseEntity with replicationFactor, minReplicationFactor, sharding (ArangoDB v3.6)
  • timeout option for AQL queries (ArangoDB v3.6)
  • enhancedNgramAnalyzer and enhancedTextAnalyzer (ArangoDB v3.6)
  • velocypack v2.1.0

Version 6.4.1

23 Oct 08:58
Compare
Choose a tag to compare
  • jackson v2.9.10

Version 6.4.0

09 Oct 13:46
Compare
Choose a tag to compare

Added

  • Stream Transactions support for graph APIs

Fixed

  • catchExceptions option in async getEdge and getVertex