Skip to content

Commit 2f6cc2f

Browse files
chore(release): 4.7.1
Diff: 4.7.0...4.7.1
1 parent 00d8ee5 commit 2f6cc2f

11 files changed

+283
-934
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 2023
44

5+
- [4.7.1](#471-2023-06-28) (Jun 2023)
56
- [4.7.0](#470-2023-06-22) (Jun 2023)
67
- [4.6.2](#462-2023-05-31) (May 2023)
78
- [4.6.1](#461-2023-02-20) (Feb 2023)
@@ -59,6 +60,17 @@
5960

6061
# Release notes
6162

63+
## [4.7.1](https://github.com/socketio/socket.io/compare/4.7.0...4.7.1) (2023-06-28)
64+
65+
The client bundle contains a few fixes regarding the WebTransport support.
66+
67+
### Dependencies
68+
69+
- [`engine.io@~6.5.0`](https://github.com/socketio/engine.io/releases/tag/6.5.0) (no change)
70+
- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)
71+
72+
73+
6274
## [4.7.0](https://github.com/socketio/socket.io/compare/4.6.2...4.7.0) (2023-06-22)
6375

6476

@@ -71,7 +83,7 @@
7183

7284
#### Support for WebTransport
7385

74-
The Engine.IO server can now use WebTransport as the underlying transport.
86+
The Socket.IO server can now use WebTransport as the underlying transport.
7587

7688
WebTransport is a web API that uses the HTTP/3 protocol as a bidirectional transport. It's intended for two-way communications between a web client and an HTTP/3 server.
7789

@@ -113,7 +125,7 @@ const h3Server = new Http3Server({
113125
});
114126

115127
(async () => {
116-
const stream = await h3Server.sessionStream("/engine.io/");
128+
const stream = await h3Server.sessionStream("/socket.io/");
117129
const sessionReader = stream.getReader();
118130

119131
while (true) {
@@ -140,7 +152,7 @@ Added in [63f181c](https://github.com/socketio/socket.io/commit/63f181cc12cbbbf9
140152

141153
### Dependencies
142154

143-
- [`engine.io@~6.4.2`](https://github.com/socketio/engine.io/releases/tag/6.5.0) ([diff](https://github.com/socketio/engine.io/compare/6.4.2...6.5.0))
155+
- [`engine.io@~6.5.0`](https://github.com/socketio/engine.io/releases/tag/6.5.0) ([diff](https://github.com/socketio/engine.io/compare/6.4.2...6.5.0))
144156
- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)
145157

146158

client-dist/socket.io.esm.min.js

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

client-dist/socket.io.esm.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)