Skip to content

Commit dbbf028

Browse files
committed
Prepare 3.5.0 release
1 parent 05ca11a commit dbbf028

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
3.5.0
33
* Support for Apache Spark 3.5 (SPARKC-704)
4+
* Fix: Projection of Sub Elements (SPARKC-699)
45

56
3.4.1
67
* Scala 2.13 support (SPARKC-686)

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
| What | Where |
1010
| ---------- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1111
| Community | Chat with us at [Apache Cassandra](https://cassandra.apache.org/_/community.html#discussions) |
12-
| Scala Docs | Most Recent Release (3.4.1): [Connector API docs](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.4.1/connector/com/datastax/spark/connector/index.html), [Connector Driver docs](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.4.1/driver/com/datastax/spark/connector/index.html) |
13-
| Latest Production Release | [3.4.1](https://search.maven.org/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.4.1/jar) |
12+
| Scala Docs | Most Recent Release (3.5.0): [Connector API docs](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.5.0/connector/com/datastax/spark/connector/index.html), [Connector Driver docs](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.5.0/driver/com/datastax/spark/connector/index.html) |
13+
| Latest Production Release | [3.5.0](https://search.maven.org/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.5.0/jar) |
1414

1515
## Features
1616

@@ -79,6 +79,9 @@ Currently, the following branches are actively supported:
7979
## Hosted API Docs
8080
API documentation for the Scala and Java interfaces are available online:
8181

82+
### 3.5.0
83+
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.5.0/connector/com/datastax/spark/connector/index.html)
84+
8285
### 3.4.1
8386
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.4.1/connector/com/datastax/spark/connector/index.html)
8487

0 commit comments

Comments
 (0)