Skip to content

Commit 3282218

Browse files
Merge pull request #196 from kanchana-mongodb/DOCSP-46645
DOCSP-46645 v1.15.0 updates
2 parents d42060a + b0b0659 commit 3282218

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

source/source-connector/configuration-properties/change-stream.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,23 @@ Settings
8787
| **Default**: ``""``
8888
| **Accepted Values**: ``""``, ``"updateLookup"``, ``"whenAvailable"``, or ``"required"``
8989

90+
* - | **change.stream.show.expanded.events**
91+
- | **Type:** boolean
92+
|
93+
| **Description:**
94+
| Determines if change streams notifies for DDL events such as
95+
| :manual:`createIndexes </reference/change-events/createIndexes/>` and
96+
| :manual:`dropIndexes </reference/change-events/dropIndexes/>`
97+
| events. To learn more, see :manual:`showExpandedEvents </reference/change-events/#expanded-events>`.
98+
|
99+
| This setting is **required** to show
100+
| ``updateDescription.disambiguatedPaths`` in update events, which
101+
| clarifies changes that involve ambiguous fields. To learn more,
102+
| see :manual:`disambiguatedPaths </reference/change-events/update/#path-disambiguation>`.
103+
|
104+
| **Default**: ``false``
105+
| **Accepted Values**: ``true`` or ``false``
106+
90107
* - | **change.stream.full.document.before.change**
91108
- | **Type:** string
92109
|

source/whats-new.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ What's New
1717
.. meta::
1818
:keywords: bug fix, features
1919

20+
.. _kafka-connector-whats-new-1.15.0:
21+
22+
What's New in 1.15.0
23+
--------------------
24+
25+
- Added ``change.stream.show.expanded.events`` change stream source
26+
connector configuration.
27+
2028
.. _kafka-connector-whats-new-1.14.1:
2129

2230
What's New in 1.14.1

0 commit comments

Comments
 (0)