Merged
Conversation
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/9119542223/npm-package-wrangler-5837You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5837/npm-package-wrangler-5837Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9119542223/npm-package-wrangler-5837 dev path/to/script.jsAdditional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9119542223/npm-package-create-cloudflare-5837 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9119542223/npm-package-cloudflare-kv-asset-handler-5837npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9119542223/npm-package-miniflare-5837npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9119542223/npm-package-cloudflare-pages-shared-5837npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9119542223/npm-package-cloudflare-vitest-pool-workers-5837Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
60bde50 to
ac1aac0
Compare
ac1aac0 to
a403417
Compare
petebacondarwin
approved these changes
May 17, 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
wrangler@3.57.0
Minor Changes
#5696
7e97ba8Thanks @geelen! - feature: Improvedd1 execute --file --remoteperformance & added support for much larger SQL files within a single transaction.#5819
63f7acbThanks @CarmenPopoviciu! - fix: Show feedback on Pages project deployment failureToday, if uploading a Pages Function, or deploying a Pages project fails for whatever reason, there’s no feedback shown to the user. Worse yet, the shown message is misleading, saying the deployment was successful, when in fact it was not:
This commit ensures that we provide users with:
#5814
2869e03Thanks @CarmenPopoviciu! - fix: Display correct global flags inwrangler pages --helpRunning
wrangler pages --helpwill list, amongst others, the following global flags:This is not accurate, since flags such as
--config,--experimental-json-config, orenvare not supported by Pages.This commit ensures we display the correct global flags that apply to Pages.
#5818
df2daf2Thanks @WalshyDev! - chore: Deprecate usage of the deployment object on the unsafe metadata binding in favor of the new version_metadata binding.If you're currently using the old binding, please move over to the new version_metadata binding by adding:
and updating your usage accordingly. You can find the docs for the new binding here: https://developers.cloudflare.com/workers/runtime-apis/bindings/version-metadata
Patch Changes
#5838
609debdThanks @petebacondarwin! - fix: update undici to the latest version to avoid a potential vulnerability#5832
86a6e09Thanks @petebacondarwin! - fix: do not allow non-string values in bulk secret uploadsPrior to Wrangler 3.4.0 we displayed an error if the user tried to upload a
JSON file that contained non-string secrets, since these are not supported
by the Cloudflare backend.
This change reintroduces that check to give the user a helpful error message
rather than a cryptic
workers.api.error.invalid_script_configerror code.create-cloudflare@2.21.2
Patch Changes
#5602
93cd7aeThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#5835
717e13eThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#5836
b3b4d3aThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#5547
e6ecf8cThanks @connorads! - fix: provide a simple fetch handler to the scheduled template to avoid confusing error messages.Fixes 🐛 BUG: "scheduled" template broken #4560
#5855
3a65060Thanks @petebacondarwin! - chore: bump undici to 5.28.4@cloudflare/vitest-pool-workers@0.2.11
Patch Changes
#5838
609debdThanks @petebacondarwin! - fix: update undici to the latest version to avoid a potential vulnerabilityUpdated dependencies [
7e97ba8,609debd,63f7acb,2869e03,86a6e09,df2daf2]:playground-preview-worker@0.0.3
Patch Changes
609debdThanks @petebacondarwin! - fix: update undici to the latest version to avoid a potential vulnerabilityworkers-playground@0.0.5
Patch Changes
609debdThanks @petebacondarwin! - fix: update undici to the latest version to avoid a potential vulnerability