-
Notifications
You must be signed in to change notification settings - Fork 760
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
Version Packages #7514
Version Packages #7514
Conversation
37aabd6
to
61183dd
Compare
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-wrangler-7514 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7514/npm-package-wrangler-7514 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-wrangler-7514 dev path/to/script.js Additional artifacts:wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-workers-bindings-extension-7514 -O ./cloudflare-workers-bindings-extension.0.0.0-v54ec1df78.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v54ec1df78.vsix npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-create-cloudflare-7514 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-kv-asset-handler-7514 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-miniflare-7514 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-pages-shared-7514 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-vitest-pool-workers-7514 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-workers-editor-shared-7514 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-workers-shared-7514 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-workflows-shared-7514 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
85be33c
to
8e9f944
Compare
cb99467
to
b57a785
Compare
b57a785
to
4acd8ed
Compare
4acd8ed
to
dd28d6b
Compare
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
[email protected]
Minor Changes
4fe93de
Thanks @maxwellpeterson! - feature: Add support for wrangler.json(c) in templatesPatch Changes
#7504
8371748
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7512
21ceca4
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7513
0808c9a
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7530
14ddd30
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7531
ee98fd4
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7526
0117820
Thanks @WalshyDev! - fix: update create-remix to fix creating a Remix project failing with "Cannot find module 'fs-extra'"#7241
d8e96b2
Thanks @dario-piotrowicz! - update Next.js template to use Next.js v.15[email protected]
Minor Changes
#7510
004af53
Thanks @oliy! - Add file prefix option to wrangler pipelines commands#7383
8af3365
Thanks @jonesphillip! - Added wrangler r2 domain get commandPatch Changes
#7542
f13c897
Thanks @CarmenPopoviciu! - Always print deployment and placement ID in Cloudchamber commandsCurrently, Cloudchamber commands only print the full deployment ID when the deployment has an IPv4 address. This commit ensures the deployment ID and the placement ID are always printed to stdout. It also moves the printing of the IPv4 address (if one exists) to the same place as the IPv6 address so that they are printed together.
#6754
0356d0a
Thanks @bluwy! - refactor: move@cloudflare/workers-shared
as dev dependency#7478
2e90efc
Thanks @petebacondarwin! - fix: ensure that non-inherited fields are not removed when using an inferred named environmentIt is an error for the the user to provide an environment name that doesn't match any of the named environments in the Wrangler configuration.
But if there are no named environments defined at all in the Wrangler configuration, we special case the top-level environment as though it was a named environment.
Previously, when this happens, we would remove all the nonInheritable fields from the configuration (essentially all the bindings) leaving an incorrect configuration.
Now we correctly generate a flattened named environment that has the nonInheritable fields, plus correctly applies any transformFn on inheritable fields.
#7524
11f95f7
Thanks @gpanders! - Include response body in Cloudchamber API errors#7427
3bc0f28
Thanks @edmundhung! - Thex-provision
experimental flag now identifies draft and inherit bindings by looking up the current binding settings.Draft bindings can then be provisioned (connected to new or existing KV, D1, or R2 resources) during
wrangler deploy
.Updated dependencies []:
[email protected]
Patch Changes
ee3ef64
Thanks @penalosa! - Initial scaffolding@cloudflare/[email protected]
Patch Changes
004af53
,f13c897
,8af3365
,0356d0a
,2e90efc
,11f95f7
,3bc0f28
]:@cloudflare/[email protected]
Patch Changes
805ad2b
Thanks @bruxodasilva! - Fixed a bug in local development where fetching a Workflow instance by ID would return a Workflow status, even if that instance did not exist. This only impacted theget()
method on the Worker bindings.