From 8d8add3c1ac6098f97dcd218b5041b2fa54a41a4 Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Mon, 11 Dec 2023 11:33:28 -0500 Subject: [PATCH 1/5] DOCSP-34887: v1.11.1 release --- source/whats-new.txt | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index c3a77305..727cfcb2 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -12,6 +12,7 @@ What's New Learn what's new by version: +* :ref:`Version 1.11.1 ` * :ref:`Version 1.11 ` * :ref:`Version 1.10.1 ` * :ref:`Version 1.10 ` @@ -29,6 +30,18 @@ Learn what's new by version: * :ref:`Version 1.1 ` * :ref:`Version 1.0 ` +.. _kafka-connector-whats-new-1.11.1: + +What's New in 1.11.1 +-------------------- + +- Fixed wildcard matching for partial field name matching. To learn more about + this fix, see the :jira:`KAFKA-391 ` JIRA issue. + +- Fixed an issue in which a null pointer exception is thrown when the + connector attempts to log null values on configuration settings. To learn + more about this fix, see the :jira:`KAFKA-390 ` JIRA issue. + .. _kafka-connector-whats-new-1.11: What's New in 1.11 @@ -52,7 +65,7 @@ What's New in 1.11 connector adds keys of the deleted documents to the tombstone events. When set to ``false``, the connector uses the resume token as the source key for the tombstone events. - + Because this property is set to ``true`` by default, this might be a breaking change for some users. To learn more, see the list of :ref:`Change Stream Properties `. @@ -65,13 +78,13 @@ What's New in 1.10.1 -------------------- .. important:: Upgrade to Version 1.10.1 - - Version 1.9 introduced a bug related to ``MongoSourceTask.start`` that can cause a resource leak on - both the connector side and the server side . + + Version 1.9 introduced a bug related to ``MongoSourceTask.start`` that can cause a resource leak on + both the connector side and the server side . Upgrade to version 1.10.1 if you are using version 1.9 or 1.10 of the connector. -- Fixed a resource leak related to ``MongoSourceTask.start`` that was introduced in version 1.9. +- Fixed a resource leak related to ``MongoSourceTask.start`` that was introduced in version 1.9. .. _kafka-connector-whats-new-1.10: @@ -80,7 +93,7 @@ What's New in 1.10 - Added the connector name to JMX monitoring metrics. - Added support for SSL by creating the following configuration options: - + - ``connection.ssl.truststore`` - ``connection.ssl.truststorePassword`` - ``connection.ssl.keystore`` @@ -105,7 +118,7 @@ What's New in 1.9 start a Change Stream at a specific timestamp by setting the new ``startup.mode.timestamp.start.at.operation.time`` property. - Deprecated the ``copy.existing`` property and all ``copy.existing.*`` - properties. You should use ``startup.mode=copy_existing`` and + properties. Use the ``startup.mode=copy_existing`` and the ``startup.mode.copy.existing.*`` properties to configure the copy existing feature. - Introduced the ``change.stream.full.document.before.change`` setting that @@ -136,7 +149,7 @@ What's New in 1.8 - Added several logger events and details in source and sink connectors to help with debugging. For a complete list of updates, see the - `KAFKA-302 `__ issue in JIRA. + `KAFKA-302 `__ issue in JIRA. - Added JMX monitoring support for the source and sink connectors. To learn more about monitoring connectors, see the :ref:`` page. @@ -158,7 +171,7 @@ What's New in 1.7 Sink Connector ~~~~~~~~~~~~~~ -- Added dead letter queue error reports in the event +- Added dead letter queue error reports if :ref:`the connector experiences bulk write errors ` - Added support for unordered bulk writes with the ``bulk.write.ordered`` :ref:`configuration property ` - Added warning when attempting to use a Change Data Capture (CDC) @@ -183,7 +196,7 @@ Sink Connector To learn more about connection URI options, see the `Connection Options <{+connector_driver_url_base+}fundamentals/connection/connection-options/>`__ - guide in the MongoDB Java driver documentation. + guide in the MongoDB Java driver documentation. Source Connector ~~~~~~~~~~~~~~~~ @@ -427,8 +440,8 @@ Source Connector Bug Fixes ~~~~~~~~~ -- Removed failures with the ``MongoCopyDataManager`` when the source database - does not exist +- Removed exceptions reported by the ``MongoCopyDataManager`` when the source + database does not exist - Fixed the copying the existing resumability error in the Source Connector .. _kafka-connector-whats-new-1.1: From b04e70eab93f3eefbbbd294555b6cc0739bdf2e2 Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Mon, 11 Dec 2023 11:36:24 -0500 Subject: [PATCH 2/5] replace jira role --- source/whats-new.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index 727cfcb2..b7225005 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -36,11 +36,13 @@ What's New in 1.11.1 -------------------- - Fixed wildcard matching for partial field name matching. To learn more about - this fix, see the :jira:`KAFKA-391 ` JIRA issue. + this fix, see the `KAFKA-391 `__ + JIRA issue. - Fixed an issue in which a null pointer exception is thrown when the connector attempts to log null values on configuration settings. To learn - more about this fix, see the :jira:`KAFKA-390 ` JIRA issue. + more about this fix, see the `KAFKA-390 `__ + JIRA issue. .. _kafka-connector-whats-new-1.11: From b0312562e5f09d7508c739ec1d722d91526fa54b Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Mon, 11 Dec 2023 12:01:13 -0500 Subject: [PATCH 3/5] add facet and keywords --- source/whats-new.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/whats-new.txt b/source/whats-new.txt index b7225005..25fb160a 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -1,5 +1,12 @@ .. _kafka-connector-whats-new: +.. facet:: + :name: genre + :values: reference + +.. meta:: + :keywords: bug fix, features + ========== What's New ========== From aa225b609283c1c67d262c8ae6f5466c5489e3e2 Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Mon, 11 Dec 2023 12:05:18 -0500 Subject: [PATCH 4/5] fix error --- source/whats-new.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index 25fb160a..1bdd69f6 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -1,12 +1,5 @@ .. _kafka-connector-whats-new: -.. facet:: - :name: genre - :values: reference - -.. meta:: - :keywords: bug fix, features - ========== What's New ========== @@ -17,6 +10,13 @@ What's New :depth: 1 :class: singlecol +.. facet:: + :name: genre + :values: reference + +.. meta:: + :keywords: bug fix, features + Learn what's new by version: * :ref:`Version 1.11.1 ` From ba9150428ac8b8c141ed65baabfe06dba037c452 Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Mon, 11 Dec 2023 13:02:48 -0500 Subject: [PATCH 5/5] PRR fixes --- source/whats-new.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index 1bdd69f6..3fa1b1dd 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -42,8 +42,8 @@ Learn what's new by version: What's New in 1.11.1 -------------------- -- Fixed wildcard matching for partial field name matching. To learn more about - this fix, see the `KAFKA-391 `__ +- Fixed wildcard matching on partial field names in documents. To learn more + about this fix, see the `KAFKA-391 `__ JIRA issue. - Fixed an issue in which a null pointer exception is thrown when the @@ -89,7 +89,7 @@ What's New in 1.10.1 .. important:: Upgrade to Version 1.10.1 Version 1.9 introduced a bug related to ``MongoSourceTask.start`` that can cause a resource leak on - both the connector side and the server side . + both the connector side and the server side. Upgrade to version 1.10.1 if you are using version 1.9 or 1.10 of the connector.