From a71428b8cc84482f65ebc03c5c0000160dd470ae Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Fri, 31 Oct 2025 09:10:16 +0000 Subject: [PATCH 1/2] chore: release 5.1.17 --- antora.yml | 2 +- modules/ROOT/pages/changelog.adoc | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index b5d92fc..ee2eefa 100644 --- a/antora.yml +++ b/antora.yml @@ -12,7 +12,7 @@ asciidoc: page-product: Neo4j Connector for Kafka kafka-connect-version: 3.0 connector-version: '5.1' - exact-connector-version: '5.1.16' + exact-connector-version: '5.1.17' page-pagination: true product-name: Neo4j Connector for Kafka url-common-license-page: https://neo4j.com/docs/license/ diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index fe1b8f9..f3f4c53 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -2,6 +2,21 @@ This page lists changes to the {product-name}. +== Version 5.1.17 + +[cols="1,2", options="header"] +|=== +| Feature | Details + +a| +label:bug[] +label:fixed[] + +Fix CDC polling to prevent repeated scans of transaction log. +| When CDC source connector is configured with specific patterns and no changes are detected, the connector uses the stored offset to re-scan the same transaction log entries in the next poll cycle. +This has been fixed so that the connector now correctly advances the in memory offset even when no changes are detected. +|=== + == Version 5.1.16 [cols="1,2", options="header"] From 0958babd78a14edbecf7bba365de2d046915d696 Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Fri, 31 Oct 2025 10:03:51 +0000 Subject: [PATCH 2/2] Update modules/ROOT/pages/changelog.adoc Co-authored-by: Nicola Vitucci --- modules/ROOT/pages/changelog.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index f3f4c53..42bd75a 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -13,8 +13,8 @@ label:bug[] label:fixed[] Fix CDC polling to prevent repeated scans of transaction log. -| When CDC source connector is configured with specific patterns and no changes are detected, the connector uses the stored offset to re-scan the same transaction log entries in the next poll cycle. -This has been fixed so that the connector now correctly advances the in memory offset even when no changes are detected. +| When the CDC source connector is configured with specific patterns and no changes are detected, the connector uses the stored offset to re-scan the same transaction log entries in the next poll cycle. +This has been fixed so that the connector now correctly advances the in-memory offset even when no changes are detected. |=== == Version 5.1.16