All Versions
116
Latest Version
Avg Release Cycle
31 days
Latest Release
807 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v5.0.7 Changes
July 19, 2019🛠 Fixed
- 🔧 properly all load all configuration defaults
➕ Added
- ➕ added acquireHostListInterval configuration parameter
-
v5.0.6 Changes
May 24, 2019➕ Added
- requests are now storing header information
- ✅ faster test code execution
-
v5.0.5 Changes
May 24, 2019🛠 Fixed
- host handling (issue #241)
- 🌲 logging extended hostresolver
➕ Added
- ➕ add arangodb.httpCookieSpec
- ➕ added smartJoinAttribute and shardingStrategy collection attributes
-
v5.0.4 Changes
🛠 Fixed
- 🛠 fixed bug with multi document operations when using parameter
silent
(issue #241)
- 🛠 fixed bug with multi document operations when using parameter
-
v5.0.3 Changes
November 12, 2018🛠 Fixed
- adaption to changed ArangoSearch API
-
v5.0.2 Changes
November 09, 2018➕ Added
- ➕ added
ArangoGraph#drop(boolean dropCollections)
🔄 Changed
- 🔄 changed
ArangoDB#timeout
to also set the request timeout when using VelocyStream (issue #230)
🛠 Fixed
- 🛠 fixed compatibility of
ArangoCursor#filter
with Java 6 - 🛠 fixed replace-insert with
DocumentCreateOptions#overwrite(Boolean)
forArangoCollection#insertDocuments
- ✂ removed unused dependency
- ➕ added
-
v5.0.1 Changes
September 25, 2018🛠 Fixed
- 🛠 fixed
ArangoCursor#next
when performing a dirty read - 🛠 fixed connection stickiness
- 🛠 fixed
-
v5.0.0 Changes
September 18, 2018➕ Added
➕ added dirty read support (reading from followers)
- added option
AqlQueryOptions#allowDirtyRead
forArangoDatabase#query
. - added option
DocumentReadOptions#allowDirtyRead
forArangoCollection#getDocument
- added option
DocumentReadOptions#allowDirtyRead
forArangoCollection#getDocuments
- added option
DocumentReadOptions#allowDirtyRead
forArangoVertexCollection#getVertex
- added option
DocumentReadOptions#allowDirtyRead
forArangoEdgeCollection#getEdge
- added option
🔄 Changed
- 🔄 changed the internal connection pool and host management. There now exists a connection pool for every configured host. This changes the behavior of
ArangoDB.Builder#maxConnections
which now allows to configure the maximal number of connection per host and not overall. - 🔄 changed
IndexEntity#selectivityEstimate
fromInteger
toDouble
⬆️ upgraded dependency velocypack 1.4.1
- added support for generic types
Serialize the class name in a field _class when necessary. Field name can be configured through VPack.Builder#typeKey(String)
-
v4.7.3 Changes
September 03, 2018🔄 Changed
- made
AqlQueryOptions#Options
serializable
- made
-
v4.7.2 Changes
September 03, 2018🔄 Changed
- made
AqlQueryOptions
serializable
- made