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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This page lists changes to the {product-name}.
4
4
5
-
== Version 5.1.15
5
+
== Version 5.1.16
6
6
7
7
[cols="1,2", options="header"]
8
8
|===
@@ -12,6 +12,21 @@ a|
12
12
label:bug[]
13
13
label:fixed[]
14
14
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
+
15
30
Introduce `RAW_JSON_STRING` payload mode.
16
31
| 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.
0 commit comments