-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update socket.io packages to v4.7.5 #33
base: main
Are you sure you want to change the base?
Conversation
c77b7ad
to
03504f2
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
03504f2
to
d949546
Compare
d949546
to
b781f51
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
b781f51
to
ed74aa3
Compare
ed74aa3
to
d398e6a
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
d398e6a
to
98f3066
Compare
98f3066
to
f03466b
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
f03466b
to
b149e12
Compare
b149e12
to
00ebd32
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
4.6.2
->4.7.5
4.6.2
->4.7.5
Release Notes
socketio/socket.io (socket.io)
v4.7.5
Compare Source
Bug Fixes
Dependencies
engine.io@~6.5.2
(no change)ws@~8.11.0
(no change)v4.7.4
Compare Source
Bug Fixes
Dependencies
engine.io@~6.5.2
(no change)ws@~8.11.0
(no change)v4.7.3
Compare Source
Bug Fixes
Dependencies
engine.io@~6.5.2
(no change)ws@~8.11.0
(no change)v4.7.2
Compare Source
Bug Fixes
Dependencies
engine.io@~6.5.2
(diff)ws@~8.11.0
(no change)v4.7.1
Compare Source
The client bundle contains a few fixes regarding the WebTransport support.
Dependencies
engine.io@~6.5.0
(no change)ws@~8.11.0
(no change)v4.7.0
Compare Source
Bug Fixes
Features
Support for WebTransport
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.
References:
Until WebTransport support lands in Node.js, you can use the
@fails-components/webtransport
package:Added in 123b68c.
Client bundles with CORS headers
The bundles will now have the right
Access-Control-Allow-xxx
headers.Added in 63f181c.
Dependencies
engine.io@~6.5.0
(diff)ws@~8.11.0
(no change)socketio/socket.io-client (socket.io-client)
v4.7.5
Compare Source
Bug Fixes
Dependencies
engine.io-client@~6.5.2
(no change)ws@~8.11.0
(no change)v4.7.4
Compare Source
There were some minor bug fixes on the server side, which mandate a client bump.
Dependencies
engine.io-client@~6.5.2
(no change)ws@~8.11.0
(no change)v4.7.3
Compare Source
Bug Fixes
Dependencies
engine.io-client@~6.5.2
(no change)ws@~8.11.0
(no change)v4.7.2
Compare Source
Some bug fixes are included from the
engine.io-client
package:Dependencies
engine.io-client@~6.5.2
(diff)ws@~8.11.0
(no change)v4.7.1
Compare Source
Some bug fixes are included from the
engine.io-client
package:Dependencies
engine.io-client@~6.5.1
(diff)ws@~8.11.0
(no change)v4.7.0
Compare Source
Bug Fixes
Features
Support for WebTransport
The Engine.IO client 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.
References:
For Node.js clients: until WebTransport support lands in Node.js, you can use the
@fails-components/webtransport
package:Added in 7195c0f.
Cookie management for the Node.js client
When setting the
withCredentials
option totrue
, the Node.js client will now include the cookies in the HTTP requests, making it easier to use it with cookie-based sticky sessions.Added in 5fc88a6.
Conditional import of the ESM build with debug logs
By default, the ESM build does not include the
debug
package in the browser environments, because it increases the bundle size (see 16b6569).Which means that, unfortunately, debug logs are not available in the devtools console, even when setting the
localStorage.debug = ...
attribute.You can now import the build which includes the
debug
packages with a conditional import. Example with vite:Reference: https://v2.vitejs.dev/config/#resolve-conditions
Added in 781d753.
Dependencies
engine.io-client@~6.5.0
(diff)ws@~8.11.0
(no change)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.