Skip to content

Commit 123eae4

Browse files
authored
[Spark Connector] v3.0.0 release notes (#56)
1 parent 31ff300 commit 123eae4

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
}
6363

6464
source_constants = {
65-
'current-version': '2.4.2',
66-
'spark-core-version': '2.4.2',
67-
'spark-sql-version': '2.4.2'
65+
'current-version': '3.0.0',
66+
'spark-core-version': '3.0.0',
67+
'spark-sql-version': '3.0.0'
6868
}
6969

7070
intersphinx_mapping = {}

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "spark-connector"
22

33
[constants]
4-
current-version = "2.4.0"
5-
spark-core-version = "2.4.0"
6-
spark-sql-version = "2.4.0"
4+
current-version = "3.0.0"
5+
spark-core-version = "3.0.0"
6+
spark-sql-version = "3.0.0"

source/index.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ versions of Apache Spark and MongoDB:
2525
- MongoDB Version
2626

2727
* - **{+current-version+}**
28-
- **2.4.x**
28+
- **3.0.x**
2929
- **2.6 or later**
3030

3131
* - 2.3.4
@@ -53,6 +53,9 @@ versions of Apache Spark and MongoDB:
5353

5454
.. admonition:: Announcements
5555

56+
- **August 17, 2020**, `MongoDB Connector for Spark version v3.0.0
57+
<https://www.mongodb.com/products/spark-connector>`_ Released.
58+
5659
- **Jun 10, 2020**, `MongoDB Connector for Spark versions v2.4.2,
5760
v2.3.4, v2.2.8, and v2.1.7
5861
<https://www.mongodb.com/products/spark-connector>`_ Released.

source/release-notes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Release Notes
44

55
.. default-domain:: mongodb
66

7+
MongoDB Connector for Spark 3.0.0
8+
---------------------------------
9+
10+
*Released on August 17, 2020*
11+
12+
- Support for Spark 3.0.0.
13+
- Updated ``mongodb-driver-sync`` version to 4.0.4
14+
- Updated dependency to ``mongodb-driver-sync``
15+
716
MongoDB Connector for Spark 2.4.2
817
---------------------------------
918

0 commit comments

Comments
 (0)