File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
5
- MongoDB Connector for Spark 10.2.0
6
- ----------------------------------
5
+ MongoDB Connector for Spark 10.2
6
+ --------------------------------
7
+
8
+ The 10.2 connector release includes the following new features:
7
9
8
- - Added the ``ignoreNullValues`` write configuration property, which enables you
10
+ - Added the ``ignoreNullValues`` write- configuration property, which enables you
9
11
to control whether the connector ignores null values. In previous versions,
10
12
the connector always wrote ``null`` values to MongoDB.
13
+ - Added options for the ``convertJson`` write-configuration property.
14
+ - Added the ``change.stream.micro.batch.max.partition.count`` read-configuration property,
15
+ which allows you to divide micro-batches into multiple partitions for parallel
16
+ processing.
17
+ - Improved change stream schema inference when using the
18
+ ``change.stream.publish.full.document.only`` read-configuration property.
19
+ - Added the ``change.stream.startup.mode`` read-configuration property, which specifies
20
+ how the connector processes change events when no offset is available.
21
+ - Support for adding a comment to operations.
11
22
12
23
MongoDB Connector for Spark 10.1.1
13
24
----------------------------------
You can’t perform that action at this time.
0 commit comments