Skip to content

Releases: arangodb/arangodb-spark-datasource

Version 1.2.0

18 Mar 20:05
f85831c
Compare
Choose a tag to compare
  • use overwriteMode=ignore if save mode is other than Append (#26)
  • require non-nullable string fields _from and _to to write to edge collections (#25)
  • configurable backoff retry delay for write requests (retry.minDelay and retry.maxDelay), disabled by default (#24)
  • retry only if schema has non-nullable field _key (#23)
  • retry on connection exceptions
  • added retry.maxAttempts config param (#20)
  • increased default timeout to 5 minutes
  • reject writing decimal types with json content type (#18)
  • report records causing write errors (#17)
  • improved logging about connections and write tasks

Version 1.1.1

28 Feb 15:20
56b3881
Compare
Choose a tag to compare
  • retry timeout exception in truncate requests (#16)
  • fixed exception serialization bug (#15)

Version 1.1.0

23 Feb 14:10
d828aa8
Compare
Choose a tag to compare
  • added driver timeout configuration option (#12)
  • updated dependency com.arangodb:arangodb-java-driver:6.16.1

Version 1.0.0

11 Dec 19:48
ea15b64
Compare
Choose a tag to compare
  • Initial Release

v0.2.0-SNAPSHOT

16 Nov 16:33
830c9a5
Compare
Choose a tag to compare
v0.2.0-SNAPSHOT Pre-release
Pre-release

0.0.1-SNAPSHOT

10 Nov 09:26
f8a4431
Compare
Choose a tag to compare
0.0.1-SNAPSHOT Pre-release
Pre-release
v0.1.0-SNAPSHOT

updated readme and demo with 0.1.0-SNAPSHOT