From ef293ad5a37182a5ae70b3d0c7b92a59674b49cb Mon Sep 17 00:00:00 2001 From: davidhou17 <55004296+davidhou17@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:14:02 -0600 Subject: [PATCH 1/3] release notes 1.14.1 (cherry picked from commit 6dde5f1efa30d41a227ea97e0f22fad17a46c093) --- source/whats-new.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/whats-new.txt b/source/whats-new.txt index 975d377..2347423 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -17,6 +17,14 @@ What's New .. meta:: :keywords: bug fix, features +.. _kafka-connector-whats-new-1.14.1: + +What's New in 1.14.1 +-------------------- + +- Added support for the new Kafka SystemTime pattern, ``Time.SYSTEM``. + This fixes an issue introduced in Apache Kafka version 3.9. + .. _kafka-connector-whats-new-1.14: What's New in 1.14 From cde43c37077a1e6180a41650c40fe5a6efdb92a2 Mon Sep 17 00:00:00 2001 From: davidhou17 <55004296+davidhou17@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:58:40 -0600 Subject: [PATCH 2/3] tech review feedback (cherry picked from commit 3a66f8aa7e350c2ecb10ab93004a850a5199afaf) --- source/whats-new.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index 2347423..0f1e657 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -23,7 +23,8 @@ What's New in 1.14.1 -------------------- - Added support for the new Kafka SystemTime pattern, ``Time.SYSTEM``. - This fixes an issue introduced in Apache Kafka version 3.9. + This fixes an issue introduced in Apache Kafka version 3.9 around the + Kafka SystemTime class. .. _kafka-connector-whats-new-1.14: From 9e769cf177d3a5a22452dbade5fccc86c9dd51db Mon Sep 17 00:00:00 2001 From: davidhou17 <55004296+davidhou17@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:22:14 -0600 Subject: [PATCH 3/3] follow up change (cherry picked from commit 8caebe5408215fcbfd6e47f1fe820c8ecc91d2ec) --- source/whats-new.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index 0f1e657..5756aad 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -22,8 +22,7 @@ What's New What's New in 1.14.1 -------------------- -- Added support for the new Kafka SystemTime pattern, ``Time.SYSTEM``. - This fixes an issue introduced in Apache Kafka version 3.9 around the +- Fixed an issue introduced in Apache Kafka version 3.9 around the Kafka SystemTime class. .. _kafka-connector-whats-new-1.14: