Skip to content

Commit a7f268f

Browse files
committed
prepare 3.3.0 release
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
1 parent 9bc6223 commit a7f268f

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ These versions of Eclipse Ditto Clients are currently being supported with secur
66

77
| Version | Supported |
88
|---------| ------------------ |
9+
| 3.3.x | :white_check_mark: |
910
| 3.2.x | :white_check_mark: |
10-
| 3.1.x | :white_check_mark: |
11-
| < 3.1.0 | :x: |
11+
| < 3.2.0 | :x: |
1212

1313
## Reporting a Vulnerability
1414

javascript/CHANGELOG.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
# Changelog
22
All 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

818
No 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

1224
PR #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

1931
No 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

2337
PR #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

2943
No 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

3349
As per the [documentation](https://www.eclipse.dev/ditto/basic-search.html#rql-paging-deprecated),
3450
pagination via the `limit` parameter is deprecated and might get removed in the future.
@@ -42,7 +58,9 @@ pagination style.
4258

4359
No 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

4765
The released Ditto JavaScript client 3.0.0 did not work in Typescript projects.
4866
PR #203 provides a fix for that.
@@ -54,7 +72,9 @@ PR #203 provides a fix for that.
5472

5573
No 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

5979
Error handling for the Ditto JavaScript client did not return the status code.
6080
And 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

7696
The `DittoHeaders` of a message were not preserved when subscribing to consume messages via the Ditto JavaScript client.
7797
Without access to the headers and the contained `correlation-id` it was not possible to send back a correlated

0 commit comments

Comments
 (0)