Skip to content

Commit 9a324d6

Browse files
committed
10.2 whats new features (#171)
(cherry picked from commit ecf1df2)
1 parent 06c6fd0 commit 9a324d6

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

source/release-notes.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@
22
Release Notes
33
=============
44

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:
79

8-
- Added the ``ignoreNullValues`` write configuration property, which enables you
10+
- Added the ``ignoreNullValues`` write-configuration property, which enables you
911
to control whether the connector ignores null values. In previous versions,
1012
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.
1122

1223
MongoDB Connector for Spark 10.1.1
1324
----------------------------------

0 commit comments

Comments
 (0)