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

Upcoming Release Changes #1834

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Upcoming Release Changes #1834

merged 1 commit into from
Nov 25, 2024

Conversation

theguild-bot
Copy link
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@whatwg-node/[email protected]

Minor Changes

  • #1830
    9cb09da
    Thanks @ardatan! - New Explicit Resource Management feature for the
    server adapters;
    Learn more
    • Symbol.dispose and Symbol.asyncDispose hooks When the server adapter plugin has these hooks,
      it is added to the disposable stack of the server adapter. When the server adapter is disposed,
      those hooks are triggered
    • disposableStack in the server adapter The shared disposable stack that will be triggered when
      Symbol.asyncDispose is called.
    • Automatic disposal on Node and Node-compatible environments Even if the server adapter is not
      disposed explicitly, the disposal logic will be triggered on the process termination (SIGINT,
      SIGTERM etc)
    • ctx.waitUntil relation If it is an environment does not natively provide waitUntil, the
      unresolved passed promises will be resolved by the disposable stack.

Patch Changes

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

@benchmarks/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@ardatan ardatan merged commit 754f11b into master Nov 25, 2024
4 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants