From e6362092da014ef33428e64cd31bd9a26dcb1c65 Mon Sep 17 00:00:00 2001 From: Piotr Kolaczkowski Date: Wed, 22 Jul 2015 11:00:06 +0200 Subject: [PATCH] Update CHANGES.txt. Prepare release 1.3.0-RC1. --- CHANGES.txt | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 12d567c01..f5f4f1179 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +1.3.0 RC1 + * Fixed NoSuchElementException when using UDTs in SparkSQL (SPARKC-218) + 1.3.0 M2 * Support for loading, saving and mapping Cassandra tuples (SPARKC-172) * Support for mapping case classes to UDTs on saving (SPARKC-190) diff --git a/README.md b/README.md index 2e2b1938f..33dc1d796 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ This project has been published to the Maven Central Repository. For SBT to download the connector binaries, sources and javadoc, put this in your project SBT config: - libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.3.0-M2" + libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.3.0-RC1" If you want to access the functionality of Connector from Java, you may want to add also a Java API module: - libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.3.0-M2" + libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.3.0-RC1" ## Building See [Building And Artifacts](doc/12_building_and_artifacts.md)