Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
15 changes: 15 additions & 0 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 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

[cols="1,2", options="header"]
Expand Down