11# Changelog
22All notable changes to the Ditto JavaScript client will be documented in this file.
33
4+ ## [ 3.3.4] - 2023-06-23
5+
6+ ### Dependencies
7+
8+ No dependencies were explicitly updated.
9+
10+ ### Features / Bug fixes
11+
12+ None in this release.
13+
414## [ 3.2.1] - 2023-04-05
515
616### Dependencies
717
818No dependencies were explicitly updated.
919
10- ### \# 219 add ilike fiter to JS client
20+ ### Features / Bug fixes
21+
22+ #### \# 219 add ilike fiter to JS client
1123
1224PR #219 adds the in Ditto 3.2.0 added ` ilike ` RQL (search) predicate to the Ditto JS client
1325
@@ -18,7 +30,9 @@ PR #219 adds the in Ditto 3.2.0 added `ilike` RQL (search) predicate to the Ditt
1830
1931No dependencies were explicitly updated.
2032
21- ### \# 217 Added merge functionality to javascript client sdk
33+ ### Features / Bug fixes
34+
35+ #### \# 217 Added merge functionality to javascript client sdk
2236
2337PR #208 adds support for merge/patch functionality to the Ditto JS client.
2438
@@ -28,7 +42,9 @@ PR #208 adds support for merge/patch functionality to the Ditto JS client.
2842
2943No dependencies were explicitly updated.
3044
31- ### \# 208 Add support for cursor pagination to JS clients
45+ ### Features / Bug fixes
46+
47+ #### \# 208 Add support for cursor pagination to JS clients
3248
3349As per the [ documentation] ( https://www.eclipse.dev/ditto/basic-search.html#rql-paging-deprecated ) ,
3450pagination via the ` limit ` parameter is deprecated and might get removed in the future.
@@ -42,7 +58,9 @@ pagination style.
4258
4359No dependencies were explicitly updated.
4460
45- ### \# 202 JS Client was incompatible with Typescript 4.7
61+ ### Features / Bug fixes
62+
63+ #### \# 202 JS Client was incompatible with Typescript 4.7
4664
4765The released Ditto JavaScript client 3.0.0 did not work in Typescript projects.
4866PR #203 provides a fix for that.
@@ -54,7 +72,9 @@ PR #203 provides a fix for that.
5472
5573No dependencies were explicitly updated.
5674
57- ### \# 169 Improved error handling for HTTP rejections
75+ ### Features / Bug fixes
76+
77+ #### \# 169 Improved error handling for HTTP rejections
5878
5979Error handling for the Ditto JavaScript client did not return the status code.
6080And if the error response was not JSON formatted, the error could not be parsed and ` undefined ` was resolved as ` error ` .
@@ -71,7 +91,7 @@ interface ErrorResponse {
7191}
7292```
7393
74- ### \# 193 Preserve headers when responding to messages
94+ #### \# 193 Preserve headers when responding to messages
7595
7696The ` DittoHeaders ` of a message were not preserved when subscribing to consume messages via the Ditto JavaScript client.
7797Without access to the headers and the contained ` correlation-id ` it was not possible to send back a correlated
0 commit comments