Skip to content

Commit

Permalink
DOCSP-34887: v1.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Cho committed Dec 11, 2023
1 parent 0c3813e commit 8d8add3
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ What's New

Learn what's new by version:

* :ref:`Version 1.11.1 <kafka-connector-whats-new-1.11.1>`
* :ref:`Version 1.11 <kafka-connector-whats-new-1.11>`
* :ref:`Version 1.10.1 <kafka-connector-whats-new-1.10.1>`
* :ref:`Version 1.10 <kafka-connector-whats-new-1.10>`
Expand All @@ -29,6 +30,18 @@ Learn what's new by version:
* :ref:`Version 1.1 <kafka-connector-whats-new-1.1>`
* :ref:`Version 1.0 <kafka-connector-whats-new-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 <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 <KAFKA-390>` JIRA issue.

.. _kafka-connector-whats-new-1.11:

What's New in 1.11
Expand All @@ -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 <source-configuration-change-stream-list>`.
Expand All @@ -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:

Expand All @@ -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``
Expand All @@ -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
Expand Down Expand Up @@ -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 <https://jira.mongodb.org/browse/KAFKA-302>`__ issue in JIRA.
`KAFKA-302 <https://jira.mongodb.org/browse/KAFKA-302>`__ issue in JIRA.
- Added JMX monitoring support for the source and sink connectors.
To learn more about monitoring connectors, see the
:ref:`<kafka-monitoring>` page.
Expand All @@ -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 <sink-configuration-error-handling-dlq-errors>`
- Added support for unordered bulk writes with the ``bulk.write.ordered`` :ref:`configuration property <sink-configuration-message-processing>`
- Added warning when attempting to use a Change Data Capture (CDC)
Expand All @@ -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
~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8d8add3

Please sign in to comment.