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/10409892663/npm-package-wrangler-6490You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6490/npm-package-wrangler-6490Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10409892663/npm-package-wrangler-6490 dev path/to/script.jsAdditional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10409892663/npm-package-create-cloudflare-6490 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10409892663/npm-package-cloudflare-kv-asset-handler-6490npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10409892663/npm-package-miniflare-6490npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10409892663/npm-package-cloudflare-pages-shared-6490npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10409892663/npm-package-cloudflare-vitest-pool-workers-6490npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10409892663/npm-package-cloudflare-workers-editor-shared-6490npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10409892663/npm-package-cloudflare-workers-shared-6490Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
f505300 to
c348365
Compare
077b063 to
b7b0343
Compare
CarmenPopoviciu
approved these changes
Aug 15, 2024
12 tasks
Contributor
|
can we please have the following addressed before this goes out:
else, once tests are passing, this is nominally approved 👍 |
b7b0343 to
f7ae65b
Compare
petebacondarwin
approved these changes
Aug 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.25.0
Minor Changes
#6428
37dc86fThanks @edmundhung! - feat: allow users to change prompt answerIt is now possible to change the answer for category and type while the project has not been created locally.
Patch Changes
#6475
dfe8c0dThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#6476
1d4a36fThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#6495
3516faaThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#6481
83083d7Thanks @roottool! - fix: Updatehonotemplate to remove binding type snippet.miniflare@3.20240806.1
Minor Changes
#6403
00f340fThanks @CarmenPopoviciu! - feat: Extend KV plugin behaviour to support Workers assetsThis commit extends Miniflare's KV plugin's behaviour to support Workers assets, and therefore enables the emulation of Workers with assets in local development.
@cloudflare/workers-shared@0.2.0
Minor Changes
#6403
00f340fThanks @CarmenPopoviciu! - feat: Extend KV plugin behaviour to support Workers assetsThis commit extends Miniflare's KV plugin's behaviour to support Workers assets, and therefore enables the emulation of Workers with assets in local development.
wrangler@3.72.0
Minor Changes
#6479
3c24d84Thanks @petebacondarwin! - feat: allow HTTPS custom certificate paths to be provided by a environment variablesAs well as providing paths to custom HTTPS certificate files, it is now possible to use WRANGLER_HTTPS_KEY_PATH and WRANGLER_HTTPS_CERT_PATH environment variables.
Specifying the file paths at the command line overrides specifying in environment variables.
Fixes 🚀 Feature Request: Load dev https certificate and key from environment variables #5997
Patch Changes
#6471
0d85f24Thanks @petebacondarwin! - fix: add a helpful message on Windows when Miniflare fails to start#6489
34bf393Thanks @GregBrimble! - fix: Upload assets as JSON Lines (application/jsonl) rather than NDJSON (application/x-ndjson)#6482
e24939cThanks @RamIdeas! - fix: reimplement module aliasing so user-defined aliases take precedence over other plugins (eg unenv node.js polyfills)Updated dependencies [
00f340f]:@cloudflare/pages-shared@0.11.52
Patch Changes
00f340f]:@cloudflare/vitest-pool-workers@0.4.23
Patch Changes
00f340f,0d85f24,34bf393,3c24d84,e24939c]: