All Versions
116
Latest Version
Avg Release Cycle
31 days
Latest Release
1760 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v4.3.6 Changes
April 16, 2018โ Added
- โ added
ArangoDB.Builder#maxConnectionTtl(Integer)
(Issue #141, #186)
- โ added
-
v4.3.5 Changes
April 11, 2018๐ Fixed
- ๐ fixed compatibility for
ArangoDatabase#getAqlFunctions()
for ArangoDB 3.4 - ๐ fixed internal exception handling in VST connection
- ๐ fixed compatibility for
-
v4.3.4 Changes
March 21, 2018๐ Changed
- made
ErrorEntity
serializable (Issue #178)
๐ Fixed
- ๐ fixed serialization of bind parameter with null values (Issue #176, #177)
- ๐ fixed VelocyStream multi-thread authentication bug
- ๐ fixed load balancing cursor stickiness bug
- made
-
v4.3.3 Changes
February 01, 2018โ Added
- โ added
CollectionCreateOptions#distributeShardsLike(String)
(Issue #170) - โ added
AqlQueryOptions#memoryLimit(Long)
- โ added
AqlQueryOptions#failOnWarning(Boolean)
- โ added
AqlQueryOptions#maxTransactionSize(Long)
- โ added
AqlQueryOptions#maxWarningCount(Long)
- โ added
AqlQueryOptions#intermediateCommitCount(Long)
- โ added
AqlQueryOptions#intermediateCommitSize(Long)
- โ added
AqlQueryOptions#satelliteSyncWait(Double)
- โ added
AqlQueryOptions#skipInaccessibleCollections(Boolean)
- โ added
TransactionOptions#maxTransactionSize(Long)
- โ added
TransactionOptions#intermediateCommitCount(Long)
- โ added
TransactionOptions#intermediateCommitSize(Long)
- โ added
QueryEntity#getBindVars(): Map<String, Object>
- โ added
QueryEntity#getState(): QueryExecutionState
๐ Fixed
- ๐ fixed inconsistency of
ArangoCollection#getDocument()
variants (Issue #168)
- โ added
-
v4.3.2 Changes
November 30, 2017๐ Fixed
- ๐ fixed redirect header (uppercase)
-
v4.3.1 Changes
November 27, 2017๐ Fixed
- ๐ fixed default JSON parsing, include null values (Issue #163)
- ๐ fixed JSON parsing of negative long (Issue #151)
-
v4.3.0 Changes
November 23, 2017โ Added
- โ added load balancing (
ArangoDB.Builder#loadBalancingStrategy()
) - โ added automatic acquiring of hosts for load balancing or as fallback (
ArangoDB.Builder#acquireHostList()
)
- โ added load balancing (
-
v4.2.7 Changes
November 03, 2017โ Added
- โ added
ArangoGraph#exists()
๐ Fixed
- ๐ fixed deserialization of
BigDecimal
- โ added
-
v4.2.6 Changes
October 23, 2017๐ Changed
- exclude junit dependency of json-simple
๐ Fixed
- ๐ fixed de-/serialization of negative int values (issue #151)
-
v4.2.5 Changes
October 16, 2017โ Added
- โ added
ArangoCollection#exists()
(issue #146) - โ added
ArangoDatabase#exists()
- โ added
BaseDocument#setId(String)
(issue #152) - โ added
GraphCreateOptions#replicationFactor(Integer)
๐ Changed
ArangoDB#shutdown()
now closes all connections (issue #156)
- โ added