Skip to content

Commit 2b60df1

Browse files
1 parent d4cb375 commit 2b60df1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/engine.io/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Release date |
44
|------------------------------------------------------------------------------------------------------|----------------|
5+
| [6.6.1](#661-2024-09-21) | September 2024 |
56
| [6.6.0](#660-2024-06-21) | June 2024 |
67
| [6.5.5](#655-2024-06-18) (from the [6.5.x](https://github.com/socketio/engine.io/tree/6.5.x) branch) | June 2024 |
78
| [3.6.2](#362-2024-06-18) (from the [3.x](https://github.com/socketio/engine.io/tree/3.x) branch) | June 2024 |
@@ -45,6 +46,21 @@
4546

4647
# Release notes
4748

49+
## [6.6.1](https://github.com/socketio/socket.io/compare/[email protected]@6.6.1) (2024-09-21)
50+
51+
52+
### Bug Fixes
53+
54+
* discard all pending packets when the server is closed ([923a12e](https://github.com/socketio/socket.io/commit/923a12e2de83ecaa75746a575e71a4739815d5c5))
55+
* **uws:** prevent the client from upgrading twice ([d5095fe](https://github.com/socketio/socket.io/commit/d5095fe98c3976673c19f433c0114d06dbd8de1b))
56+
57+
58+
### Dependencies
59+
60+
- [`ws@~8.17.1`](https://github.com/websockets/ws/releases/tag/8.17.1) (no change)
61+
62+
63+
4864
## [6.6.0](https://github.com/socketio/engine.io/compare/6.5.4...6.6.0) (2024-06-21)
4965

5066

packages/engine.io/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"type": "commonjs",
66
"main": "./build/engine.io.js",

0 commit comments

Comments
 (0)