Skip to content

Commit ec72327

Browse files
fbivilleali-incenvitucci
authored
docs: document 5.1.13 release and its new setting (#80)
--------- Co-authored-by: Ali Ince <ali-ince@users.noreply.github.com> Co-authored-by: Nicola Vitucci <nicola.vitucci@neo4j.com>
1 parent abf73ec commit ec72327

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.12'
15+
exact-connector-version: '5.1.13'
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
== Version 5.1.13
6+
7+
[cols="1,2", options="header"]
8+
|===
9+
| Feature | Details
10+
11+
a|
12+
label:bug[]
13+
label:fixed[]
14+
15+
Introduce `neo4j.query.force-maps-as-struct`
16+
| For the source query strategy, users can now control whether maps with homogeneous value types are encoded as structs or maps.
17+
|===
518
== Version 5.1.12
619

720
This is a maintenance release which provides updated dependencies.

modules/ROOT/pages/source/configuration.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,10 @@ Default: `1s`
147147
| Maximum amount of time query is allowed to run (valid units are: `ms`, `s`, `m`, `h` and `d`; default unit is `s`).
148148

149149
Default: `0s`
150-
|===
150+
151+
| neo4j.query.force-maps-as-struct
152+
| This forces the schema encoding of map values to be structs (default: `true`).
153+
Setting the value to `false` will only affect the schema encoding of maps with homogeneous value types.
154+
Maps with heterogeneous value types will remain encoded as structs.
155+
Note that the Protobuf converter does not support map message types (map message types can happen in the `COMPACT` payload mode and when this parameter is set to `false`).
156+
|===

0 commit comments

Comments
 (0)