All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- set
jackson-dataformat-velocypack
as default serializer - replaced velocypack modules with the jackson modules counterparts
- updated
com.arangodb:arangodb-java-driver:6.16.1
NOTE: this library is now deprecated in favor of the new ArangoDB Connector for Apache Spark.
- insert, update and replace write option
- update java driver version to 6.6.2
- updated java driver version to 6.5.0
- fixed null Seq entries
- fixed null values handling
- update java driver version to 6.2.0
- Array Support
1.0.11 - 2019-07-19
- support for acquireHostListInterval
- update version
1.0.10 - 2019-06-14
- update java driver version to 5.0.6
1.0.9 - 2019-05-24
- update java driver version to 5.0.5
1.0.8 - 2018-11-23
- added load balancing
- upgraded dependency spark-core and spark-sql to 2.4.0
1.0.7 - 2018-09-25
- upgraded dependency arangodb-java-driver 5.0.1
- fixed connection stickiness
1.0.6 - 2018-09-03
- fixed partitioning with
ArangoSpark#load
1.0.5 - 2018-09-03
- fixed partitioning with
ArangoSpark#load
1.0.4 - 2018-08-28
- added config
arangodb.protocol
1.0.3 - 2018-07-18
- upgraded dependency arangodb-java-driver 4.6.1
- added SSL support
- added velocypack-module-jdk8
- added velocypack-module-scala