Skip to content

chore(deps): bump uWebSockets.js from v20.60.0 to v20.61.0#3680

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/uWebSockets.js-v20.61.0
Open

chore(deps): bump uWebSockets.js from v20.60.0 to v20.61.0#3680
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/uWebSockets.js-v20.61.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

Bumps uWebSockets.js from v20.60.0 to v20.61.0.

Release notes

Sourced from uWebSockets.js's releases.

v20.61.0

10 years of uWS

If you are interested, there is a more detailed retrospect release post in the main repo. For Node.js we have the following changes:

  • getRemoteAddress(), getRemoteAddressAsText() calls are now zero cost. This is a major performance boost for apps using these in hot paths.
  • onDataV2 is a superior alternative to onData, explained in the linked retrospect release.
  • collectBody is a helper function making optimal use of the new onDataV2. It allows efficient and easy collection of smallish HTTP posts into RAM, returned as one whole buffer.
  • We now build AddressSanitizer binaries, available in branch binaries-asan. These can be very useful for debugging or filing bug reports related to crashes and segfaults. To run the ASAN binaries, your Node.js invocation needs to be prefixed with LD_PRELOAD like so: LD_PRELOAD=$(gcc -print-file-name=libasan.so) node server.js
  • DeclarativeResponse can now do writeStatus as well as end with binary, not just text.
  • Many documentation fixes.
  • Support for symbol-keyed properties in WebSocket UserData.
  • getRemotePort, getProxiedRemotePort.

giphy (4)

Commits
  • cf2e4a8 [GitHub Actions] Updated windows-latest binaries
  • 88cc8b3 [GitHub Actions] Updated macos-15 binaries
  • 799bede [GitHub Actions] Updated macos-15 binaries
  • 54b4f27 [GitHub Actions] Updated ubuntu-24.04-arm binaries
  • fce04c2 [GitHub Actions] Updated windows-latest binaries
  • 684c563 [GitHub Actions] Updated ubuntu-24.04-arm binaries
  • 78cf0f0 [GitHub Actions] Updated macos-15 binaries
  • f8039a9 [GitHub Actions] Updated windows-latest binaries
  • 947fb15 [GitHub Actions] Updated ubuntu-24.04-arm binaries
  • baf02e9 [GitHub Actions] Updated macos-15 binaries
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js) from v20.60.0 to v20.61.0.
- [Release notes](https://github.com/uNetworking/uWebSockets.js/releases)
- [Commits](uNetworking/uWebSockets.js@a80dda2...cf2e4a8)

---
updated-dependencies:
- dependency-name: uWebSockets.js
  dependency-version: cf2e4a85cc7b600ffa5a0729249bc3907e58c89a
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants