Skip to content

Commit 41d1113

Browse files
ali-incenvitucci
andauthored
Release 5.1.16 version (#84)
* Release 5.1.16 version * Apply suggestions from code review Co-authored-by: Nicola Vitucci <[email protected]> --------- Co-authored-by: Nicola Vitucci <[email protected]>
1 parent 29c445a commit 41d1113

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
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.15'
15+
exact-connector-version: '5.1.16'
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: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
== Version 5.1.15
5+
== Version 5.1.16
66

77
[cols="1,2", options="header"]
88
|===
@@ -12,6 +12,21 @@ a|
1212
label:bug[]
1313
label:fixed[]
1414

15+
Fix wrong serialization of point types in `RAW_JSON_STRING` mode.
16+
| For WGS-84 points, longitude and latitude values were mixed up in `RAW_JSON_STRING` mode.
17+
|===
18+
19+
20+
== Version 5.1.15
21+
22+
[cols="1,2", options="header"]
23+
|===
24+
| Feature | Details
25+
26+
a|
27+
label:functionality[]
28+
label:new[]
29+
1530
Introduce `RAW_JSON_STRING` payload mode.
1631
| For xref:source/query.adoc[], users can now use a new payload mode named `RAW_JSON_STRING` which will generate the messages as raw JSON strings similar to the 5.0.x versions of the connector.
1732
|===

0 commit comments

Comments
 (0)