Merged
Conversation
37aabd6 to
61183dd
Compare
Contributor
|
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-7514You 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-7514Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-wrangler-7514 dev path/to/script.jsAdditional 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.vsixnpx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-create-cloudflare-7514 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-kv-asset-handler-7514npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-miniflare-7514npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-pages-shared-7514npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-vitest-pool-workers-7514npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-workers-editor-shared-7514npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-workers-shared-7514npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12352980507/npm-package-cloudflare-workflows-shared-7514Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
85be33c to
8e9f944
Compare
CarmenPopoviciu
approved these changes
Dec 13, 2024
cb99467 to
b57a785
Compare
b57a785 to
4acd8ed
Compare
4acd8ed to
dd28d6b
Compare
lrapoport-cf
approved these changes
Dec 16, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
create-cloudflare@2.35.0
Minor Changes
4fe93deThanks @maxwellpeterson! - feature: Add support for wrangler.json(c) in templatesPatch Changes
#7504
8371748Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7512
21ceca4Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7513
0808c9aThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7530
14ddd30Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7531
ee98fd4Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7526
0117820Thanks @WalshyDev! - fix: update create-remix to fix creating a Remix project failing with "Cannot find module 'fs-extra'"#7241
d8e96b2Thanks @dario-piotrowicz! - update Next.js template to use Next.js v.15wrangler@3.96.0
Minor Changes
#7510
004af53Thanks @oliy! - Add file prefix option to wrangler pipelines commands#7383
8af3365Thanks @jonesphillip! - Added wrangler r2 domain get commandPatch Changes
#7542
f13c897Thanks @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
0356d0aThanks @bluwy! - refactor: move@cloudflare/workers-sharedas dev dependency#7478
2e90efcThanks @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
11f95f7Thanks @gpanders! - Include response body in Cloudchamber API errors#7427
3bc0f28Thanks @edmundhung! - Thex-provisionexperimental 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 []:
cloudflare-workers-bindings-extension@0.0.6
Patch Changes
ee3ef64Thanks @penalosa! - Initial scaffolding@cloudflare/vitest-pool-workers@0.5.37
Patch Changes
004af53,f13c897,8af3365,0356d0a,2e90efc,11f95f7,3bc0f28]:@cloudflare/workflows-shared@0.2.1
Patch Changes
805ad2bThanks @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.