Skip to content

Commit 1964920

Browse files
committed
7.0.6
1 parent c110c70 commit 1964920

3 files changed

Lines changed: 45 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [7.0.6] - 2026.05.04
2+
3+
### Fix bug 608
4+
5+
- Node v>= 22 provides a native webSocket that does not support options. Fixed and separated the socket factory for browsers: browser bundle does not include ws at all reducing size in ~50kb.
6+
7+
### Chore
8+
9+
- update deps
10+
111
## [7.0.5] - 2025.04.26
212

313
### Chore

package-lock.json

Lines changed: 34 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepstream/client",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "the javascript client for deepstreamIO",
55
"keywords": [
66
"deepstream",

0 commit comments

Comments
 (0)