Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Version Packages #407

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

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Version Packages #407

merged 1 commit into from
Feb 25, 2025

Conversation

workers-frameworks
Copy link
Contributor

@workers-frameworks workers-frameworks commented Feb 24, 2025

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 main, this PR will be updated.

Releases

@opennextjs/[email protected]

Patch Changes

  • #320 ff2dd55 Thanks @james-elicx! - feat: d1 adapter for the tag cache

  • #409 a604c85 Thanks @dario-piotrowicz! - make sure that instrumentation files work

    currently instrumentation files
    in applications built using the adapter are ignored, the changes here
    make sure that those are instead properly included in the applications

  • #410 d30424b Thanks @dario-piotrowicz! - remove eval calls introduced by depd wrapped functions

    Some dependencies of Next.js (raw-body and send) use depd to deprecate some of their functions,
    depd uses eval to generate a deprecated version of such functions, this causes eval warnings in
    the terminal even if these functions are never called, the changes here by patching the depd wrapfunction
    function so that it still retains the same type of behavior but without using eval

  • #404 12d385d Thanks @dario-piotrowicz! - fix incorrect (sync) getCloudflareContext error message

    currently getCloudflareContext run in sync mode at the top level of a not static route
    gives a misleading error message saying that the function needs to be run in a not static
    route, the changes here correct this error message clarifying that the problem actually is

Copy link

pkg-pr-new bot commented Feb 24, 2025

Open in Stackblitz

pnpm add https://pkg.pr.new/@opennextjs/cloudflare@407

commit: 8f0361c

@workers-frameworks workers-frameworks force-pushed the changeset-release/main branch 5 times, most recently from e0c9ce3 to 8cd3d7a Compare February 25, 2025 20:34
@vicb vicb merged commit 8317b8c into main Feb 25, 2025
7 checks passed
@vicb vicb deleted the changeset-release/main branch February 25, 2025 20:51
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