Skip to content
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

build(deps): bump uWebSockets.js from v20.43.0 to v20.49.0 #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Bumps uWebSockets.js from v20.43.0 to v20.49.0.

Release notes

Sourced from uWebSockets.js's releases.

v20.49.0

More threading functionality

  • Wrap App.adoptSocket(fd)
  • Add App.removeChildAppDescriptor
  • Bump uWS to v20.67.0

v20.48.0

WorkerThreads for all platforms

The multi-core load balancing has so far only worked on Linux. WorkerThreads.js example is now updated to use a new interface which works on all platforms including specifically macOS.

It's still a bit experimental (some checks are missing) but should work fine if following the same pattern as in provided example.

This new approach uses a parent App and round robin distributes connections to the registered child apps.

v20.47.0

macOS 12 migration leads to build improvements

GitHub Actions deprecated macOS 11 runners recently which caused havoc and also hinted of other build problems:

  • H3App for macOS ARM64 is now working
  • macOS ARM64 binaries are working
  • Minimal target platform for binaries is now macOS 12.7
  • Smoke test added to catch botched builds (however, these are not run for macOS ARM64 since runners are x86_64)

v20.46.0

[This release is broken for macOS ARM64, use v20.44.0 until fixed]

  • Wraps getParameter(name) so that not only get by index works
  • Updates docs for getParameter
  • Generates new docs

v20.45.0

  • Improved 1006 close reasons - no longer empty messages
  • macOS 12.7 as minimal target due to GitHub Actions deprecation of macOS 11
  • New experimental CachedHelloWorld.js example (perf. boost in benchmarks)
  • H3App is broken for macOS ARM64 and has always been due to cross-compilation issue. This has been identified and will be fixed next release.

v20.44.0

Node.js 22

  • Adds Node.js 22 support
  • Finally updates Windows to uWS v20.62.0
Commits
  • 442087c Update package.json
  • ef35753 [GitHub Actions] Updated linux-armv7 binaries
  • b6e48c6 [GitHub Actions] Updated linux-aarch64 binaries
  • d12c89a [GitHub Actions] Updated macos-12 binaries
  • 23ee3f6 [GitHub Actions] Updated windows-latest binaries
  • c6ecc27 [GitHub Actions] Updated ubuntu-20.04 binaries
  • 782cef0 [GitHub Actions] Updated linux-armv7 binaries
  • 6f7ce37 [GitHub Actions] Updated linux-aarch64 binaries
  • cb8311c [GitHub Actions] Updated ubuntu-20.04 binaries
  • 5de07d3 [GitHub Actions] Updated linux-armv7 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.43.0 to v20.49.0.
- [Release notes](https://github.com/uNetworking/uWebSockets.js/releases)
- [Commits](uNetworking/uWebSockets.js@1977b50...442087c)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants