Version Packages - #245
Open
emily-shen wants to merge 1 commit into
Open
Conversation
Contributor
|
LGTM |
commit: |
emily-shen
force-pushed
the
changeset-release/main
branch
from
August 21, 2026 15:30
5faa1df to
baad324
Compare
Contributor
|
LGTM |
flakey5
approved these changes
Aug 21, 2026
emily-shen
force-pushed
the
changeset-release/main
branch
from
August 22, 2026 00:37
baad324 to
c8a7aae
Compare
Contributor
|
LGTM |
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
@cloudflare/containers@0.4.0
Minor Changes
bd79750: Declare an optional peer dependency on
@cloudflare/workers-typesof>=4.20260402.1, the first release providingContainer.interceptOutboundHttps.Because consumers supply their own runtime types, the version this package builds against is the minimum they need. The range is enforced only when
@cloudflare/workers-typesis actually installed — projects usingwrangler typesare unaffected.Patch Changes
41206f9: Support relative URL paths in
containerFetch.b1b29ab: Fail with an actionable error when
interceptHttpsis enabled on a runtime that does not supportctx.container.interceptOutboundHttps.This previously surfaced as a bare
TypeError: this.container.interceptOutboundHttps is not a function. Worse, the failure happened part-way through applying interception, so a container could be left with HTTP hosts already intercepted. The support check now runs before any interception is applied, and the error names the runtime date required (2026-04-02 or later).