Skip to content

Commit

Permalink
chore(release): 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 28, 2023
1 parent 00d8ee5 commit 2f6cc2f
Show file tree
Hide file tree
Showing 11 changed files with 283 additions and 934 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2023

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

# Release notes

## [4.7.1](https://github.com/socketio/socket.io/compare/4.7.0...4.7.1) (2023-06-28)

The client bundle contains a few fixes regarding the WebTransport support.

### Dependencies

- [`engine.io@~6.5.0`](https://github.com/socketio/engine.io/releases/tag/6.5.0) (no change)
- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)



## [4.7.0](https://github.com/socketio/socket.io/compare/4.6.2...4.7.0) (2023-06-22)


Expand All @@ -71,7 +83,7 @@

#### Support for WebTransport

The Engine.IO server can now use WebTransport as the underlying transport.
The Socket.IO server can now use WebTransport as the underlying transport.

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.

Expand Down Expand Up @@ -113,7 +125,7 @@ const h3Server = new Http3Server({
});

(async () => {
const stream = await h3Server.sessionStream("/engine.io/");
const stream = await h3Server.sessionStream("/socket.io/");
const sessionReader = stream.getReader();

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

### Dependencies

- [`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))
- [`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))
- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)


Expand Down
4 changes: 2 additions & 2 deletions client-dist/socket.io.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client-dist/socket.io.esm.min.js.map

Large diffs are not rendered by default.

0 comments on commit 2f6cc2f

Please sign in to comment.