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/12914726910/npm-package-wrangler-7861You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7861/npm-package-wrangler-7861Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-wrangler-7861 dev path/to/script.jsAdditional artifacts:cloudflare-workers-bindings-extension: wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-cloudflare-workers-bindings-extension-7861 -O ./cloudflare-workers-bindings-extension.0.0.0-vbe2d84dbe.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-vbe2d84dbe.vsixcreate-cloudflare: npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-create-cloudflare-7861 --no-auto-update@cloudflare/kv-asset-handler: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-cloudflare-kv-asset-handler-7861miniflare: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-miniflare-7861@cloudflare/pages-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-cloudflare-pages-shared-7861@cloudflare/unenv-preset: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-cloudflare-unenv-preset-7861@cloudflare/vite-plugin: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-cloudflare-vite-plugin-7861@cloudflare/vitest-pool-workers: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-cloudflare-vitest-pool-workers-7861@cloudflare/workers-editor-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-cloudflare-workers-editor-shared-7861@cloudflare/workers-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-cloudflare-workers-shared-7861@cloudflare/workflows-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12914726910/npm-package-cloudflare-workflows-shared-7861Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
c80a6e0 to
17646b4
Compare
petebacondarwin
approved these changes
Jan 22, 2025
17646b4 to
af48f79
Compare
af48f79 to
2689929
Compare
penalosa
approved these changes
Jan 22, 2025
lrapoport-cf
approved these changes
Jan 22, 2025
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.105.0
Minor Changes
#7466
e5ebdb1Thanks @Ltadrian! - feat: implement thewrangler cert uploadcommandThis command allows users to upload a mTLS certificate/private key or certificate-authority certificate chain.
For uploading mTLS certificate, run:
wrangler cert upload mtls-certificate --cert cert.pem --key key.pem --name MY_CERTFor uploading CA certificate chain, run:
wrangler cert upload certificate-authority --ca-cert server-ca.pem --name SERVER_CAPatch Changes
#7867
bdc7958Thanks @penalosa! - Revert add support for assets bindings togetPlatformProxy#7816. This feature added support for the ASSETS bindings to thegetPlatformProxy()API, but caused a regression when runningnpm run previewin newly generated Workers Assets projects.#7868
78a9a2dThanks @penalosa! - Revert "Hyperdrive dev remote fix". This PR includes e2e tests that were not run before merging, and are currently failing.Updated dependencies []:
@cloudflare/vite-plugin@0.0.2
Patch Changes
#7846
cd31971Thanks @dario-piotrowicz! - fix: make sure that runner initialization is properly validatedUpdated dependencies [
e5ebdb1,bdc7958,78a9a2d]:@cloudflare/vitest-pool-workers@0.6.6
Patch Changes
e5ebdb1,bdc7958,78a9a2d]:@cloudflare/workers-shared@0.12.3
Patch Changes
92ed81eThanks @WalshyDev! - chore: plumb through account ID and Worker ID into the asset-worker and router-worker for use in analytics and error reporting.