This repository was archived by the owner on Oct 5, 2023. It is now read-only.
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.6] - 2018-09-03
10
+
11
+ ### Fixed
12
+
13
+ - fixed partitioning with ` ArangoSpark#load `
14
+
9
15
## [ 1.0.5] - 2018-09-03
10
16
11
17
### Fixed
@@ -32,7 +38,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
32
38
- added velocypack-module-jdk8
33
39
- added velocypack-module-scala
34
40
35
- [ unreleased ] : https://github.com/arangodb/arangodb-spark-connector/compare/1.0.5...HEAD
41
+ [ unreleased ] : https://github.com/arangodb/arangodb-spark-connector/compare/1.0.6...HEAD
42
+ [ 1.0.6 ] : https://github.com/arangodb/arangodb-spark-connector/compare/1.0.5...1.0.6
36
43
[ 1.0.5 ] : https://github.com/arangodb/arangodb-spark-connector/compare/1.0.4...1.0.5
37
44
[ 1.0.4 ] : https://github.com/arangodb/arangodb-spark-connector/compare/1.0.3...1.0.4
38
45
[ 1.0.3 ] : https://github.com/arangodb/arangodb-spark-connector/compare/1.0.2...1.0.3
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-spark-connector</artifactId >
7
- <version >1.0.6-SNAPSHOT </version >
7
+ <version >1.0.6</version >
8
8
<inceptionYear >2016</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
218
218
<dependency >
219
219
<groupId >com.arangodb</groupId >
220
220
<artifactId >arangodb-java-driver</artifactId >
221
- <version >4.7.2 </version >
221
+ <version >4.7.3 </version >
222
222
</dependency >
223
223
<dependency >
224
224
<groupId >com.arangodb</groupId >
You can’t perform that action at this time.
0 commit comments