Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
Version 6.7.4
- fixed path escaping in
ArangoDatabase.route()
- added ssl hostname verifier to ArangoDB builder
Version 6.7.3
- added
users
field toDBCreateOptions
- velocypack v2.4.1
Version 6.7.2
- velocypack v2.4.0
Version 6.7.1
- fixed VST communication adding
accept
andcontent-type
headers to every message - fixed missing classes in GraalVM native image reflection configuration
Version 6.7.0
- added support of schema validation (ArangoDB v3.7)
- added support of
overwriteMode
on document creation, to allowinsert-ignore
,insert-replace
andinsert-update
(ArangoDB v3.7) - added support of
mergeObjects
for insert document withoverwriteMode: update
(ArangoDB v3.7) - added support of
storedValues
inArangoSearchProperties
(ArangoDB v3.7) - added support of
primarySortCompression
inArangoSearchProperties
(ArangoDB v3.7) - added support of
DisjointSmartGraphs
andSatelliteGraphs
(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
- added support of
mergeObjects
for insert document withoverwriteMode: update
(ArangoDB v3.7) - added support of
DisjointSmartGraphs
(ArangoDB v3.7) - added support of
ArangoSearchProperties
valuestoredValues
(ArangoDB v3.7) - added support of
ArangoSearchProperties
valueprimarySortCompression
(ArangoDB v3.7) - added support of
overwriteMode
valuesignore
andconflict
(ArangoDB v3.7) - velocypack v2.3.1
Version 6.6.3
- velocypack v2.3.1
Version 6.6.2
- 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
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
- GraalVM Native Image support
- fixed acquire host list (ArangoDB v3.7)