diff --git a/CHANGELOG.md b/CHANGELOG.md index 114c499..40b7119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.11.0 (February 2016) + +* Compatibility with spark 1.6 +* Refactor mongo clients to improve performance + ## 0.10.1 (November 2015) * Allow filter by _id like an ObjectId or another type diff --git a/README.md b/README.md index 1b9762c..561a187 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ This library requires Apache Spark, Scala 2.10 or Scala 2.11, Casbah 2.8.X #### Latest compatible versions#### -| spark-MongoDB | Apache Spark | MongoDB | -| ------------- | ------------- | -------- | -| 0.10.x | 1.5.x | 3.0.x | -| 0.8.2 - 0.9.2 | 1.4.0 | 3.0.x | -| 0.8.1 | 1.3.0 | 3.0.x | -| 0.8.0 | 1.2.1 | 3.0.x | +| spark-MongoDB | Apache Spark | MongoDB | +| ----------------- | ------------- | -------- | +| 0.10.x - 0.11.x | 1.5.x | 3.0.x | +| 0.8.2 - 0.9.2 | 1.4.0 | 3.0.x | +| 0.8.1 | 1.3.0 | 3.0.x | +| 0.8.0 | 1.2.1 | 3.0.x | ## How to use Spark-MongoDB## diff --git a/doc/src/site/sphinx/First_Steps.rst b/doc/src/site/sphinx/First_Steps.rst index b21e0c3..fff7854 100644 --- a/doc/src/site/sphinx/First_Steps.rst +++ b/doc/src/site/sphinx/First_Steps.rst @@ -61,7 +61,7 @@ Jars option: ____ __ / __/__ ___ _____/ /__ _\ \/ _ \/ _ `/ __/ '_/ - /___/ .__/\_,_/_/ /_/\_\ version 1.4.0 + /___/ .__/\_,_/_/ /_/\_\ version 1.5.2 /_/ Using Scala version 2.10.4 (OpenJDK 64-Bit Server VM, Java 1.7.0_79)