File tree Expand file tree Collapse file tree 10 files changed +14
-10
lines changed
arangodb-spark-datasource-3.1
arangodb-spark-datasource-3.2
arangodb-spark-datasource-3.3
arangodb-spark-datasource-3.4 Expand file tree Collapse file tree 10 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55
66## [ Unreleased]
77
8+ ## [ 1.6.0] - 2024-03-20
9+
10+ - support to query ` ttl ` (#50 )
11+ - updated Java Driver to version ` 7.5.1 `
812- dropped support for Spark 2.4
913
1014## [ 1.5.1] - 2023-09-25
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >1.5.1 </version >
8+ <version >1.6.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >1.5.1 </version >
8+ <version >1.6.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >1.5.1 </version >
8+ <version >1.6.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >1.5.1 </version >
8+ <version >1.6.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >1.5.1 </version >
8+ <version >1.6.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ For the python demo, you will also need
2727Set environment variables:
2828
2929``` shell
30- export ARANGO_SPARK_VERSION=1.5.1
30+ export ARANGO_SPARK_VERSION=1.6.0
3131```
3232
3333Start ArangoDB cluster with docker:
Original file line number Diff line number Diff line change 66
77 <groupId >com.arangodb</groupId >
88 <artifactId >demo</artifactId >
9- <version >1.5.1 </version >
9+ <version >1.6.0 </version >
1010
1111 <properties >
1212 <maven .compiler.source>1.8</maven .compiler.source>
7575 <dependency >
7676 <groupId >com.arangodb</groupId >
7777 <artifactId >arangodb-spark-datasource-${spark.compat.version}_${scala.compat.version}</artifactId >
78- <version >1.5.1 </version >
78+ <version >1.6.0 </version >
7979 </dependency >
8080 <dependency >
8181 <groupId >org.apache.spark</groupId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >1.5.1 </version >
8+ <version >1.6.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <groupId >com.arangodb</groupId >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <packaging >pom</packaging >
8- <version >1.5.1 </version >
8+ <version >1.6.0 </version >
99
1010 <name >${project.artifactId} </name >
1111 <description >ArangoDB Datasource for Apache Spark</description >
You can’t perform that action at this time.
0 commit comments