File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,22 @@ Release Notes
4
4
5
5
.. default-domain:: mongodb
6
6
7
- MongoDB Connector for Spark 10.0 .0
7
+ MongoDB Connector for Spark 10.1 .0
8
8
----------------------------------
9
9
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
+ ----------------------------------
11
24
12
25
- Support for Spark Structured Streaming.
You can’t perform that action at this time.
0 commit comments