Skip to content

Releases: arangodb/arangodb-java-driver

Version 6.2.0

05 Sep 12:18
Compare
Choose a tag to compare
  • merged async driver
  • bugfix method chaining in IndexOptions

Version 6.1.0

29 Aug 14:53
Compare
Choose a tag to compare

Added

  • updated maven dependencies

Fixed

  • custom serde not always used
  • documentExists() and getDocument behaviour on non existing transactionId

Version 6.0.0

20 Aug 14:47
Compare
Choose a tag to compare

Added

  • split GraphDocumentReadOptions from DocumentReadOptions (breaking change)
  • added ArangoCollection#getResponsibleShard(Object)
  • added support for Analyzers
  • added support for Stream Transactions
  • added support for named indices
  • added support for TTL indices
  • added minReplicationAttribute for collections and graphs

Version 5.0.7

19 Jul 11:58
Compare
Choose a tag to compare

Fixed

  • properly all load all configuration defaults

Added

  • added acquireHostListInterval configuration parameter

Version 5.0.6

17 Jun 11:56
Compare
Choose a tag to compare

Added

  • requests are now storing header information
  • faster test code execution

Version 5.0.5

24 May 18:39
Compare
Choose a tag to compare

Fixed

  • host handling (issue #241)
  • logging extended hostresolver

Added

  • add arangodb.httpCookieSpec
  • added smartJoinAttribute and shardingStrategy collection attributes

4.3.4

21 Mar 13:46
Compare
Choose a tag to compare
  • fixed serialization of bind parameter with null values (Issue #176, #177)
  • made ErrorEntity serializable (Issue #178)
  • fixed VelocyStream multi-thread authentication bug
  • fixed load balancing cursor stickiness bug

4.2.6

23 Oct 12:42
Compare
Choose a tag to compare
  • issue #151: fixed de-/serialization of negative int values
  • exclude junit dependency of json-simple

4.2.5

23 Oct 12:33
Compare
Choose a tag to compare
  • issue #146: added ArangoCollection.exists()
  • added ArangoDatabase.exists()
  • issue #152: added BaseDocument.setId(String)
  • added GraphCreateOptions.replicationFactor(Integer)
  • issue #156: ArangoDB.shutdown() now closes all connections

4.2.4

04 Sep 08:05
Compare
Choose a tag to compare
  • fixed ArangoDatabase.transaction(): ignore null result
  • added properties validation arangodb.host
  • added ArangoCollection.ensureIndex()
  • made ArangoCollection.createIndex() deprecated
  • let ArangoCursor implement Iterable
  • fixed issue #145: ArangoCollection.updateDocument()
  • fixed issue #145: ArangoVertexCollection.updateVertex()
  • fixed issue #145: ArangoEdgeCollection.updateEdge()