You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changelog.adoc
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
This page lists changes to the {product-name}.
4
4
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.
0 commit comments