Update socket.io 4.6.2 → 4.7.5 (minor) - #16
Open
depfu[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ socket.io (4.6.2 → 4.7.5) · Repo · Changelog
Release Notes
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 46 commits:
chore(release): 4.7.5fix: close the adapters when the server is closedci: test with older TypeScript versionrefactor: create specific adapter for parent namespaces (#4950)ci: upgrade to actions/checkout@4 and actions/setup-node@4fix: remove duplicate pipeline when serving bundledocs: update the webtransport exampledocs: only execute the passport middleware oncedocs: add example with JWTdocs: update the Passport.js examplechore(release): 4.7.4chore(tests): add a test for noArgs in a namespacechore(tests): fix issues due to client#id type changechore(tests): add type defs for expectjs and fix invalid expectationschore(tests): indicate a future ts error with versionfix(typings): calling io.emit with no arguments incorrectly erroredchore: bump socket.io-client versionchore(release): 4.7.3fix: return the first response when broadcasting to a single socket (#4878)fix(typings): allow to bind to a non-secure Http2Server (#4853)docs(examples): add Vue client with CRUD exampledocs(examples): upgrade basic-crud-application to Angular v17refactor: cleanup after mergerefactor(typings): improve emit types (#4817)test: build examples in the CI (#3856)docs: add Elephant.IO as PHP client library (#4779)docs(examples): add codesandbox configurationdocs: add example with connection state recoverydocs: improve example with express-sessiondocs: use io.engine.use() with express-sessiondocs: use "connection" instead of "connect"chore(release): 4.7.2fix(webtransport): properly handle WebTransport-only connectionschore: bump engine.io to version 6.5.2fix: clean up child namespace when client is rejected in middleware (#4773)docs: update the list of supported Node.js versionsdocs(examples): add example with WebTransportchore(release): 4.7.1chore(release): 4.7.0ci: add Node.js 20 in the test matrixdocs(examples): increase httpd ProxyTimeout value (2)docs(examples): increase httpd ProxyTimeout valuefeat: serve client bundles with CORS headerschore: bump engine.io to version 6.5.0fix: remove the Partial modifier from the socket.data type (#4740)docs(changelog): update the version range of the engine.io dependencySorry, we couldn't find anything useful about this release.
Sorry, we couldn't find anything useful about this release.
Release Notes
6.5.4
6.5.3 (from changelog)
6.5.2
6.5.1
6.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
chore(release): 6.5.4ci: add Node.js 20 in the test matrixrefactor: minor cleanupsrefactor: simplify coderefactor: remove useless referencesrefactor: remove useless referencechore(release): 6.5.3refactor: add cache-control header in the polling responsefix(webtransport): properly handle abruptly closed connectionsfix: improve compatibility with node16 module resolution (#689)chore(release): 6.5.2fix(webtransport): add proper framingdocs: update the list of supported Node.js versionschore(release): 6.5.1fix: prevent crash when accessing TextDecoder (#684)chore(deps): bump engine.io from 6.2.1 to 6.4.2 in /examples/latency (#678)chore(release): 6.5.0refactor: adapt to latest uWebSockets.js changesfeat: add support for WebTransportfix(uws): discard any write to an aborted uWS response (#682)docs: update the list of CVE🆕 undici-types (added, 5.26.5)
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands