Skip to content

Commit 0a99ac4

Browse files

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

packages/engine.io/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# History
1+
# Changelog
22

33
| Version | Release date |
44
|------------------------------------------------------------------------------------------------------|----------------|
5+
| [6.6.5](#665-2025-12-22) | December 2025 |
56
| [6.6.4](#664-2025-01-28) | January 2025 |
67
| [6.6.3](#663-2025-01-23) | January 2025 |
78
| [6.6.2](#662-2024-10-09) | October 2024 |
@@ -47,7 +48,16 @@
4748
| [3.4.1](#341-2020-04-17) | April 2020 |
4849

4950

50-
# Release notes
51+
## [6.6.5](https://github.com/socketio/socket.io/compare/[email protected]@6.6.5) (2025-12-22)
52+
53+
The `url.parse()` function is now deprecated and has been replaced by `new URL()` (see [e08293b](https://github.com/socketio/socket.io/commit/e08293bc3735de5b824b347383e86e0b8ab9fbd5b).
54+
55+
56+
### Dependencies
57+
58+
- [`ws@~8.18.3`](https://github.com/websockets/ws/releases/tag/8.18.3) ([diff](https://github.com/websockets/ws/compare/8.17.1...8.18.3))
59+
60+
5161

5262
## [6.6.4](https://github.com/socketio/socket.io/compare/[email protected]@6.6.4) (2025-01-28)
5363

packages/engine.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "6.6.4",
3+
"version": "6.6.5",
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)