Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.15'
exact-connector-version: '5.1.16'
page-pagination: true
product-name: Neo4j Connector for Kafka
url-common-license-page: https://neo4j.com/docs/license/
Expand Down
17 changes: 16 additions & 1 deletion modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

== Version 5.1.15
== Version 5.1.16

[cols="1,2", options="header"]
|===
Expand All @@ -12,6 +12,21 @@ a|
label:bug[]
label:fixed[]

Fix wrong serialization of point types in RAW_JSON_STRING mode.
| For WGS-84 points, longitude and latitude values were mixed up in RAW_JSON_STRING mode.
|===


== Version 5.1.15

[cols="1,2", options="header"]
|===
| Feature | Details

a|
label:functionality[]
label:new[]

Introduce `RAW_JSON_STRING` payload mode.
| 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.
|===
Expand Down