Skip to content

Commit de2d898

Browse files
dhrudevaliaali-incenvitucci
authored
docs: update changelog for 5.1.3 release (#58)
* docs: update latest release version * docs: add 5.1.3 change log * fix: update modules/ROOT/pages/changelog.adoc Co-authored-by: Ali Ince <ali-ince@users.noreply.github.com> * docs: update modules/ROOT/pages/changelog.adoc Co-authored-by: Nicola Vitucci <nicola.vitucci@neo4j.com> * docs: update modules/ROOT/pages/changelog.adoc Co-authored-by: Nicola Vitucci <nicola.vitucci@neo4j.com> --------- Co-authored-by: Ali Ince <ali-ince@users.noreply.github.com> Co-authored-by: Nicola Vitucci <nicola.vitucci@neo4j.com>
1 parent 054a335 commit de2d898

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ asciidoc:
1212
page-product: Neo4j Connector for Kafka
1313
kafka-connect-version: 3.0
1414
connector-version: '5.1'
15-
exact-connector-version: '5.1.2'
15+
exact-connector-version: '5.1.3'
1616
page-pagination: true
1717
product-name: Neo4j Connector for Kafka
1818
url-common-license-page: https://neo4j.com/docs/license/

modules/ROOT/pages/changelog.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
This page lists changes to the {product-name}.
44

5+
== Version 5.1.3
6+
7+
=== New and updated features
8+
9+
[cols="2",options="header"]
10+
|===
11+
| Feature
12+
| Details
13+
14+
a|
15+
label:bug[]
16+
label:fixed[]
17+
18+
Fixed a bug in the Sink connector where messages without valid constraints would not be processed.
19+
a| Resolved an issue where messages created from the `neo4j-streams` 4.1 source plugin, which include unique constraints without a corresponding value in the entity, result in a Cypher query containing null property filters to match on.
20+
Depending on the operation type (`UPDATE/DELETE/CREATE`), this can cause unexpected behavior as the query may not match the intended nodes.
21+
|===
522
== Version 5.1.2
623

724
=== New and updated features

0 commit comments

Comments
 (0)