Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
pmadrigal committed Feb 11, 2016
1 parent dfc0f73 commit 1042522
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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##
Expand Down
2 changes: 1 addition & 1 deletion doc/src/site/sphinx/First_Steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1042522

Please sign in to comment.