Skip to content

Commit 054a335

Browse files
authored
Merge pull request #57 from Emrehzl94/version-upgrade-5.1.2
Update antora.yml and change log
2 parents 278e5c7 + a695f74 commit 054a335

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.1'
15+
exact-connector-version: '5.1.2'
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.2
6+
7+
=== New and updated features
8+
9+
[cols="2",options="header"]
10+
|===
11+
| Feature
12+
| Details
13+
14+
a|
15+
label:fix[]
16+
17+
Support JSON strings with JsonConverter when schemas are not enabled
18+
a|Resolved an issue with the `org.apache.kafka.connect.json.JsonConverter` where it did not support JSON strings when `schemas.enable=false`. The connector now correctly handles incoming JSON strings without requiring schema definitions.
19+
20+
|===
21+
522
== Version 5.1.1
623

724
=== New and updated features

0 commit comments

Comments
 (0)