From fccccf844e8fda24e50d61d0c58b2b37c5dc053b Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Mon, 15 Sep 2025 20:44:48 +0100 Subject: [PATCH 1/2] Release 5.1.16 version --- antora.yml | 2 +- modules/ROOT/pages/changelog.adoc | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/antora.yml b/antora.yml index 0c2faa0..b5d92fc 100644 --- a/antora.yml +++ b/antora.yml @@ -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/ diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index ae54682..5e7b43a 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -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"] |=== @@ -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. |=== From a906379643db1f2db36fe2b3a8fd7fbd41a32f6e Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Tue, 16 Sep 2025 09:28:03 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Nicola Vitucci --- modules/ROOT/pages/changelog.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index 5e7b43a..fe1b8f9 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -12,8 +12,8 @@ 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. +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. |===