Skip to content

Commit cf381ac

Browse files
author
Chris Cho
authored
DOCSP-34887: v1.11.1 release (#151)
* DOCSP-34887: v1.11.1 release
1 parent 0c3813e commit cf381ac

File tree

1 file changed

+34
-12
lines changed

1 file changed

+34
-12
lines changed

source/whats-new.txt

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,16 @@ What's New
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
17+
.. meta::
18+
:keywords: bug fix, features
19+
1320
Learn what's new by version:
1421

22+
* :ref:`Version 1.11.1 <kafka-connector-whats-new-1.11.1>`
1523
* :ref:`Version 1.11 <kafka-connector-whats-new-1.11>`
1624
* :ref:`Version 1.10.1 <kafka-connector-whats-new-1.10.1>`
1725
* :ref:`Version 1.10 <kafka-connector-whats-new-1.10>`
@@ -29,6 +37,20 @@ Learn what's new by version:
2937
* :ref:`Version 1.1 <kafka-connector-whats-new-1.1>`
3038
* :ref:`Version 1.0 <kafka-connector-whats-new-1.0>`
3139

40+
.. _kafka-connector-whats-new-1.11.1:
41+
42+
What's New in 1.11.1
43+
--------------------
44+
45+
- Fixed wildcard matching on partial field names in documents. To learn more
46+
about this fix, see the `KAFKA-391 <https://jira.mongodb.org/browse/KAFKA-391>`__
47+
JIRA issue.
48+
49+
- Fixed an issue in which a null pointer exception is thrown when the
50+
connector attempts to log null values on configuration settings. To learn
51+
more about this fix, see the `KAFKA-390 <https://jira.mongodb.org/browse/KAFKA-390>`__
52+
JIRA issue.
53+
3254
.. _kafka-connector-whats-new-1.11:
3355

3456
What's New in 1.11
@@ -52,7 +74,7 @@ What's New in 1.11
5274
connector adds keys of the deleted documents to the tombstone events.
5375
When set to ``false``, the connector uses the resume token as the source key
5476
for the tombstone events.
55-
77+
5678
Because this property is set to ``true`` by
5779
default, this might be a breaking change for some users. To learn more,
5880
see the list of :ref:`Change Stream Properties <source-configuration-change-stream-list>`.
@@ -65,13 +87,13 @@ What's New in 1.10.1
6587
--------------------
6688

6789
.. important:: Upgrade to Version 1.10.1
68-
69-
Version 1.9 introduced a bug related to ``MongoSourceTask.start`` that can cause a resource leak on
70-
both the connector side and the server side .
90+
91+
Version 1.9 introduced a bug related to ``MongoSourceTask.start`` that can cause a resource leak on
92+
both the connector side and the server side.
7193

7294
Upgrade to version 1.10.1 if you are using version 1.9 or 1.10 of the connector.
7395

74-
- Fixed a resource leak related to ``MongoSourceTask.start`` that was introduced in version 1.9.
96+
- Fixed a resource leak related to ``MongoSourceTask.start`` that was introduced in version 1.9.
7597

7698
.. _kafka-connector-whats-new-1.10:
7799

@@ -80,7 +102,7 @@ What's New in 1.10
80102

81103
- Added the connector name to JMX monitoring metrics.
82104
- Added support for SSL by creating the following configuration options:
83-
105+
84106
- ``connection.ssl.truststore``
85107
- ``connection.ssl.truststorePassword``
86108
- ``connection.ssl.keystore``
@@ -105,7 +127,7 @@ What's New in 1.9
105127
start a Change Stream at a specific timestamp by setting the new
106128
``startup.mode.timestamp.start.at.operation.time`` property.
107129
- Deprecated the ``copy.existing`` property and all ``copy.existing.*``
108-
properties. You should use ``startup.mode=copy_existing`` and
130+
properties. Use the ``startup.mode=copy_existing`` and the
109131
``startup.mode.copy.existing.*`` properties to configure the copy existing
110132
feature.
111133
- Introduced the ``change.stream.full.document.before.change`` setting that
@@ -136,7 +158,7 @@ What's New in 1.8
136158
- Added several logger events and details in source and sink connectors
137159
to help with debugging. For a complete list
138160
of updates, see the
139-
`KAFKA-302 <https://jira.mongodb.org/browse/KAFKA-302>`__ issue in JIRA.
161+
`KAFKA-302 <https://jira.mongodb.org/browse/KAFKA-302>`__ issue in JIRA.
140162
- Added JMX monitoring support for the source and sink connectors.
141163
To learn more about monitoring connectors, see the
142164
:ref:`<kafka-monitoring>` page.
@@ -158,7 +180,7 @@ What's New in 1.7
158180
Sink Connector
159181
~~~~~~~~~~~~~~
160182

161-
- Added dead letter queue error reports in the event
183+
- Added dead letter queue error reports if
162184
:ref:`the connector experiences bulk write errors <sink-configuration-error-handling-dlq-errors>`
163185
- Added support for unordered bulk writes with the ``bulk.write.ordered`` :ref:`configuration property <sink-configuration-message-processing>`
164186
- Added warning when attempting to use a Change Data Capture (CDC)
@@ -183,7 +205,7 @@ Sink Connector
183205

184206
To learn more about connection URI options, see the
185207
`Connection Options <{+connector_driver_url_base+}fundamentals/connection/connection-options/>`__
186-
guide in the MongoDB Java driver documentation.
208+
guide in the MongoDB Java driver documentation.
187209

188210
Source Connector
189211
~~~~~~~~~~~~~~~~
@@ -427,8 +449,8 @@ Source Connector
427449
Bug Fixes
428450
~~~~~~~~~
429451

430-
- Removed failures with the ``MongoCopyDataManager`` when the source database
431-
does not exist
452+
- Removed exceptions reported by the ``MongoCopyDataManager`` when the source
453+
database does not exist
432454
- Fixed the copying the existing resumability error in the Source Connector
433455

434456
.. _kafka-connector-whats-new-1.1:

0 commit comments

Comments
 (0)