Skip to content

Commit 9978574

Browse files

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

packages/socket.io/CHANGELOG.md

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

33
| Version | Release date |
44
|--------------------------------------------------------------------------------------------------|----------------|
5+
| [4.8.3](#483-2025-12-23) | December 2025 |
56
| [4.8.2](#482-2025-12-22) | December 2025 |
67
| [4.8.1](#481-2024-10-25) | October 2024 |
78
| [4.8.0](#480-2024-09-21) | September 2024 |
@@ -50,6 +51,21 @@
5051
| [2.1.0](#210-2018-03-29) | March 2018 |
5152

5253

54+
## [4.8.3](https://github.com/socketio/socket.io/compare/[email protected]@4.8.3) (2025-12-23)
55+
56+
57+
### Bug Fixes
58+
59+
* do not throw when calling io.close() on a stopped server ([9581f9b](https://github.com/socketio/socket.io/commit/9581f9bcfd0c0fa8cb16eae1604c6a727af21efa))
60+
61+
62+
### Dependencies
63+
64+
- [`engine.io@~6.6.0`](https://github.com/socketio/engine.io/releases/tag/6.6.0) (no change)
65+
- [`ws@~8.18.3`](https://github.com/websockets/ws/releases/tag/8.18.3) (no change)
66+
67+
68+
5369
## [4.8.2](https://github.com/socketio/socket.io/compare/[email protected]@4.8.2) (2025-12-22)
5470

5571
The `url.parse()` function is now deprecated and has been replaced by `new URL()` (see [8af7019](https://github.com/socketio/socket.io/commit/8af70195bb8c5bc3efe9685997ab6373fb8b1ca9)).

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

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

packages/socket.io/client-dist/socket.io.js

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

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

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

packages/socket.io/client-dist/socket.io.msgpack.min.js

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

packages/socket.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",

0 commit comments

Comments
 (0)