diff --git a/source/whats-new.txt b/source/whats-new.txt index 3fa1b1d..4d2435d 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -19,6 +19,7 @@ What's New Learn what's new by version: +* :ref:`Version 1.11.2 ` * :ref:`Version 1.11.1 ` * :ref:`Version 1.11 ` * :ref:`Version 1.10.1 ` @@ -37,6 +38,20 @@ Learn what's new by version: * :ref:`Version 1.1 ` * :ref:`Version 1.0 ` +.. _kafka-connector-whats-new-1.11.2: + +What's New in 1.11.2 +-------------------- + +- Fixed a bug in which unsuccessful attempts to retrieve items from a change stream were logged + at the ``INFO`` level instead of at ``ERROR`` level. To learn more about this fix, see the + `KAFKA-396 `__ JIRA issue. + +- Fixed a bug in which requirements for the ``DELETE_WRITEMODEL_STRATEGY_CONFIG`` String value + prevented the creation of a ``DeleteOneDefaultStrategy`` object. To learn more + about this fix, see the `KAFKA-395 `__ + JIRA issue. + .. _kafka-connector-whats-new-1.11.1: What's New in 1.11.1