-
Notifications
You must be signed in to change notification settings - Fork 1k
Version Packages #7019
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 #7019
Conversation
|
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/11462821596/npm-package-wrangler-7019You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7019/npm-package-wrangler-7019Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/11462821596/npm-package-wrangler-7019 dev path/to/script.jsAdditional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/11462821596/npm-package-create-cloudflare-7019 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/11462821596/npm-package-cloudflare-kv-asset-handler-7019npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/11462821596/npm-package-miniflare-7019npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/11462821596/npm-package-cloudflare-pages-shared-7019npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/11462821596/npm-package-cloudflare-vitest-pool-workers-7019npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/11462821596/npm-package-cloudflare-workers-editor-shared-7019npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/11462821596/npm-package-cloudflare-workers-shared-7019Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
7a265ea to
ae6a374
Compare
edced67 to
9b2458f
Compare
9b2458f to
fb93bf7
Compare
cac3edf to
93e2de5
Compare
93e2de5 to
564f0b6
Compare
DGKOPS27
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
6b97353Thanks @bthwaites! - Add jurisdiction option to R2 event notification wrangler actionsPatch Changes
#5737
9bf51d6Thanks @penalosa! - Validate duplicate bindings across all binding types#7010
1f6ff8bThanks @vicb! - chore: update unenv dependency version#7012
244aa57Thanks @RamIdeas! - Add support for Workflow bindings (in deployments, not yet in local dev)To bind to a workflow, add a
workflowssection in your wrangler.toml:and export an entrypoint (e.g.
MyDemoWorkflow) in your script:#7039
e44f496Thanks @penalosa! - Only show dev registry connection status in local dev#7037
e1b93dcThanks @emily-shen! - fix: ask for confirmation before creating a new Worker when uploading secretsPreviously,
wrangler secret put KEY --name non-existent-workerwould automatically create a new Worker with the namenon-existent-worker. This fix asks for confirmation before doing so (if running in an interactive context). Behaviour in non-interactive/CI contexts should be unchanged.#7015
48152d6Thanks @RamIdeas! - addwrangler workflows ...commands#7041
045787bThanks @CarmenPopoviciu! - Showwrangler pages dev --proxywarningOn Node.js 17+, wrangler will default to fetching only the IPv6 address. With these changes we warn users that the process listening on the port specified via
--proxyshould be configured for IPv6.#7018
127615aThanks @emily-shen! - fix: log successful runs ofd1 executein local#6970
a8ca700Thanks @oliy! - Add HTTP authentication options for Workers Pipelines#7005
6131ef5Thanks @edmundhung! - fix: prevent users from passing multiple arguments to non array options#7046
f9d5fdbThanks @oliy! - Minor change to 3rd party API shape for Workers Pipelines#6972
c794935Thanks @penalosa! - Add(local)indicator to bindings using local dataUpdated dependencies [
809193e]:[email protected]
Patch Changes
#7016
381d04fThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7052
7874ed2Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7034
0e91d42Thanks @andyjessop! - fix: ensure that user is logged in before trying to choose account during pre-existing Worker C3 flow[email protected]
Patch Changes
#7035
809193eThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
@cloudflare/[email protected]
Patch Changes
809193e]:@cloudflare/[email protected]
Patch Changes
809193e,9bf51d6,1f6ff8b,244aa57,e44f496,e1b93dc,48152d6,045787b,127615a,a8ca700,6131ef5,6b97353,f9d5fdb,c794935]:@cloudflare/[email protected]
Patch Changes
44c954bThanks @penalosa! - Try and ensure thed.tstypes are definitely the ones loaded inquick-edit-extension