-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Comparing changes
Open a pull request
base repository: socketio/socket.io
base: engine.io@6.6.5
head repository: socketio/socket.io
compare: engine.io@6.6.6
- 18 commits
- 51 files changed
- 6 contributors
Commits on Dec 22, 2025
-
2
Configuration menu - View commit details
-
Copy full SHA for fd9d4ca - Browse repository at this point
Copy the full SHA fd9d4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 161be91 - Browse repository at this point
Copy the full SHA 161be91View commit details -
fix(sio): improve
io.close()function (#5344)Before this change, `await io.close();` would resolve before the HTTP server was properly shut down. Related: #4971
Configuration menu - View commit details
-
Copy full SHA for bb0b480 - Browse repository at this point
Copy the full SHA bb0b480View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd71792 - Browse repository at this point
Copy the full SHA dd71792View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad61607 - Browse repository at this point
Copy the full SHA ad61607View commit details
Commits on Dec 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2bf16bd - Browse repository at this point
Copy the full SHA 2bf16bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 968277c - Browse repository at this point
Copy the full SHA 968277cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9aac3 - Browse repository at this point
Copy the full SHA ee9aac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 579d43f - Browse repository at this point
Copy the full SHA 579d43fView commit details -
fix(sio): do not throw when calling io.close() on a stopped server
Configuration menu - View commit details
-
Copy full SHA for 9581f9b - Browse repository at this point
Copy the full SHA 9581f9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e5bed - Browse repository at this point
Copy the full SHA e9e5bedView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 9978574 - Browse repository at this point
Copy the full SHA 9978574View commit details
Commits on Jan 23, 2026
-
ci: use actions/checkout@v6 and actions/setup-node@v6 (#5449)
Configuration menu - View commit details
-
Copy full SHA for d48718c - Browse repository at this point
Copy the full SHA d48718cView commit details -
fix(types): properly import http module
This commit fixes `Module '"http"' has no default export.` errors (ts-node + esm).
Configuration menu - View commit details
-
Copy full SHA for 74599a6 - Browse repository at this point
Copy the full SHA 74599a6View commit details
Commits on Mar 2, 2026
-
fix: cleanup pending acks on timeout to prevent memory leak (#5442)
When using `emitWithAck` with a timeout, if clients didn't respond and the timeout triggers, the ack callbacks remained in `socket.acks` Map indefinitely, causing a memory leak. Related: #4984
Configuration menu - View commit details
-
Copy full SHA for da04267 - Browse repository at this point
Copy the full SHA da04267View commit details
Commits on Mar 4, 2026
-
fix(eio): emit initial_headers and headers events in uServer (#5460)
The uServer (uWebSockets.js) implementation did not emit "initial_headers" and "headers" events during WebSocket upgrades, unlike the regular Server which does this via the ws "headers" event. Related: #5300
Configuration menu - View commit details
-
Copy full SHA for 44ed73f - Browse repository at this point
Copy the full SHA 44ed73fView commit details -
fix(eio): add @types/ws as dependency (#5458)
Since engine.io@6.6.5, the generated .d.ts files import types from "ws" (WebSocket, PerMessageDeflateOptions), but @types/ws was not declared as a dependency. This causes TypeScript compilation errors for consumers who do not have @types/ws installed. This follows the existing pattern where @types/cors and @types/node are already listed as dependencies. Related: #5437
Configuration menu - View commit details
-
Copy full SHA for 07cbe15 - Browse repository at this point
Copy the full SHA 07cbe15View commit details
Commits on Mar 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 84c2fb7 - Browse repository at this point
Copy the full SHA 84c2fb7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff engine.io@6.6.5...engine.io@6.6.6