Skip to content

Commit 66994fd

Browse files
DOCSP-46645 v1.15.0 updates
1 parent 90add65 commit 66994fd

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

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

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

90+
* - | **change.stream.show.expanded.events**
91+
- | **Type:** string
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+
90104
* - | **change.stream.full.document.before.change**
91105
- | **Type:** string
92106
|

source/whats-new.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ 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+
- Adds a new change stream source connector configuration.
26+
2027
.. _kafka-connector-whats-new-1.14.1:
2128

2229
What's New in 1.14.1

0 commit comments

Comments
 (0)