From dbbf02890605692d163572cda4b2462993754d7b Mon Sep 17 00:00:00 2001 From: Jaroslaw Grabowski Date: Fri, 23 Feb 2024 10:22:56 +0100 Subject: [PATCH] Prepare 3.5.0 release --- CHANGES.txt | 1 + README.md | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index c36988be4..da7e5c6c2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,7 @@ 3.5.0 * Support for Apache Spark 3.5 (SPARKC-704) + * Fix: Projection of Sub Elements (SPARKC-699) 3.4.1 * Scala 2.13 support (SPARKC-686) diff --git a/README.md b/README.md index 084862e53..7878a8913 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ | What | Where | | ---------- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Community | Chat with us at [Apache Cassandra](https://cassandra.apache.org/_/community.html#discussions) | -| 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) | -| Latest Production Release | [3.4.1](https://search.maven.org/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.4.1/jar) | +| 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) | +| Latest Production Release | [3.5.0](https://search.maven.org/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.5.0/jar) | ## Features @@ -79,6 +79,9 @@ Currently, the following branches are actively supported: ## Hosted API Docs API documentation for the Scala and Java interfaces are available online: +### 3.5.0 +* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.5.0/connector/com/datastax/spark/connector/index.html) + ### 3.4.1 * [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.4.1/connector/com/datastax/spark/connector/index.html)