-
Notifications
You must be signed in to change notification settings - Fork 1k
Version Packages #9697
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
Merged
Merged
Version Packages #9697
Conversation
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
26c4cce to
d95e237
Compare
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
3773529 to
d93a469
Compare
d93a469 to
a9378d1
Compare
dario-piotrowicz
approved these changes
Jun 20, 2025
petebacondarwin
approved these changes
Jun 20, 2025
CarmenPopoviciu
approved these changes
Jun 20, 2025
jseba
added a commit
to jseba/workers-sdk
that referenced
this pull request
Jun 20, 2025
…seba/containers_scope_debug * 'main' of ssh://github.com/cloudflare/workers-sdk: Version Packages (cloudflare#9697) add remote bindings support to `getPlatformProxy` (cloudflare#9688) feat(containers): add support for handling images that link to the CF registry (cloudflare#9596) CC-5418: Set instance_type in wrangler (cloudflare#9633) remove warnings during config validations on `experimental_remote` fields (cloudflare#9678) add debug logs for workerd (cloudflare#9640) `wrangler containers apply` uses `observability` configuration (cloudflare#9558) Version Packages (cloudflare#9658) Temporarily skip Openapi C3 e2e tests (cloudflare#9691) Skip authed fixture on forks (cloudflare#9681)
jseba
added a commit
to jseba/workers-sdk
that referenced
this pull request
Jun 21, 2025
…seba/containers_scope * 'main' of ssh://github.com/cloudflare/workers-sdk: Add CLAUDE.md for Claude Code guidance (cloudflare#9563) Version Packages (cloudflare#9697) add remote bindings support to `getPlatformProxy` (cloudflare#9688) feat(containers): add support for handling images that link to the CF registry (cloudflare#9596) CC-5418: Set instance_type in wrangler (cloudflare#9633) remove warnings during config validations on `experimental_remote` fields (cloudflare#9678) add debug logs for workerd (cloudflare#9640) `wrangler containers apply` uses `observability` configuration (cloudflare#9558) Version Packages (cloudflare#9658) Temporarily skip Openapi C3 e2e tests (cloudflare#9691) Skip authed fixture on forks (cloudflare#9681)
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
[email protected]
Minor Changes
#9640
bfb791eThanks @emily-shen! - Add ability to dump workerd config into a file for debugging.You can enable this by setting
MINIFLARE_WORKERD_CONFIG_DEBUGto a file path where you want the config to be written.Patch Changes
5162c51Thanks @CarmenPopoviciu! - add ability to pull images for containers local dev@cloudflare/[email protected]
Patch Changes
bfb791e,5162c51]:@cloudflare/[email protected]
Patch Changes
086e29d,d5edf52,bfb791e,24b2c66,3f478af,5162c51]:@cloudflare/[email protected]
Patch Changes
086e29d,d5edf52,bfb791e,24b2c66,3f478af,5162c51]:[email protected]
Patch Changes
#9688
086e29dThanks @dario-piotrowicz! - add remote bindings support togetPlatformProxyExample:
#9558
d5edf52Thanks @ichernetsky-cf! -wrangler containers applyusesobservabilityconfiguration.#9678
24b2c66Thanks @dario-piotrowicz! - remove warnings during config validations onexperimental_remotefieldswrangler commands, run without the
--x-remote-bindingsflag, parsing config files containingexperimental_remotefields currently show warnings stating that the field is not recognized. This is usually more cumbersome than helpful so here we're loosening up this validation and making wrangler always recognize the field even when no--x-remote-bindingsflag is provided#9633
3f478afThanks @nikitassharma! - Add support for setting an instance type for containers in wrangler. This allows users to configure memory, disk, and vCPU by setting instance type when interacting with containers.#9596
5162c51Thanks @CarmenPopoviciu! - add ability to pull images for containers local devUpdated dependencies [
bfb791e,5162c51]:@cloudflare/[email protected]
Patch Changes
5162c51Thanks @CarmenPopoviciu! - add ability to pull images for containers local dev