Skip to content

Commit 21d5328

Browse files
authored
Release notes (#149)
* wip * wip * blog link * additions * edit * add hyphen * DB feedback
1 parent 3238002 commit 21d5328

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

source/release-notes.txt

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

55
.. default-domain:: mongodb
66

7-
MongoDB Connector for Spark 10.0.0
7+
MongoDB Connector for Spark 10.1.0
88
----------------------------------
99

10-
*Released on March 31, 2022*
10+
- Support for Scala 2.13.
11+
- Support for micro-batch mode with Spark Structured Streaming.
12+
- Support for BSON data types.
13+
- Improved partitioner support for empty collections.
14+
- Option to disable automatic upsert on write operations.
15+
- Improved schema inference for empty arrays.
16+
- Support for null values in arrays and lists. The Connector now writes these values
17+
to MongoDB instead of throwing an exception.
18+
19+
See `this post <https://www.mongodb.com/blog/post/introducing-mongodb-spark-connector-version-10-1>`__
20+
on the MongoDB blog for more information.
21+
22+
MongoDB Connector for Spark 10.0.0
23+
----------------------------------
1124

1225
- Support for Spark Structured Streaming.

0 commit comments

Comments
 (0)