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
ba69586
Thanks @simonabadoiu! - Browser Rendering local modePatch Changes
#9784
1a75f85
Thanks @Mkassabov! - fix inspector proxy not proxying workers created via setOptions#9757
395f36d
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#9855
6f344bf
Thanks @petebacondarwin! - use logger (and log level) from miniflare for asset metadata parsing/loading logs[email protected]
Minor Changes
#9796
ba69586
Thanks @simonabadoiu! - Browser Rendering local mode#9825
49c85c5
Thanks @ReppCodes! - Add support for origin_connection_limit to WranglerConfigure connection limits to Hyperdrive via command line options:
--origin-connection-limit
: The (soft) maximum number of connections that Hyperdrive may establish to the origin database.#9064
a1181bf
Thanks @sdnts! - Added anevent-subscriptions
subcommandPatch Changes
#9729
1b3a2b7
Thanks @404Wolf! - Set docker build context to the Dockerfile directory whenimage_build_context
is not explicitly provided#9845
dbfa4ef
Thanks @jonboulle! - remove extraneous double spaces from Wrangler help output#9811
fc29c31
Thanks @gpanders! - Fix unauthorized errors on "containers images delete".#9813
45497ab
Thanks @gpanders! - Support container image names without account ID#9821
a447d67
Thanks @WillTaylorDev! - Preview Aliases: Force alias generation to meet stricter naming requirements.For cases where CI is requesting Wrangler to generate the alias based on the branch name, we want a stricter check around the generated alias name in order to avoid version upload failures. If a valid alias name was not able to be generated, we warn and do not provide an alias (avoiding a version upload failure).
#9840
7c55f9e
Thanks @dario-piotrowicz! - fix: make sure that the experimentalremoteBindings
flag is properly handled ingetPlatformProxy
There are two issues related to how the experimental
remoteBindings
flag is handled ingetPlatformProxy
that are being fixed by this change:experimental_remote
configuration flag set on service bindings is incorrectly always taken into account, even ifremoteBindings
is set tofalse
experimental_remote
configuration flag of all the other bindings is never taken into account (effectively preventing the bindings to be used in remote mode) since theremoteBindings
flag is not being properly propagated#9801
0bb619a
Thanks @IRCody! - Containers: Fix issue where setting an image URI instead of dockerfile would incorrectly not update the image#9872
a727db3
Thanks @emily-shen! - fix: resolve Dockerfile path relative to the Wrangler config pathThis fixes a bug where Wrangler would not be able to find a Dockerfile if a Wrangler config path had been specified with the
--config
flag.#9815
1358034
Thanks @gpanders! - Remove --json flag from containers and cloudchamber commands (except for "images list")#9734
1a58bc3
Thanks @penalosa! - Make Wrangler warn more loudly if you're missing auth scopes#9748
7e3aa1b
Thanks @alsuren! - Internal-only WRANGLER_D1_EXTRA_LOCATION_CHOICES environment variable for enabling D1's testing location hintsUpdated dependencies [
ba69586
,1a75f85
,395f36d
,6f344bf
]:[email protected]
Patch Changes
#9756
afb0246
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9790
08cc0fe
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9863
f1f6daf
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9864
ccda844
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
@cloudflare/[email protected]
Patch Changes
ba69586
,1a75f85
,395f36d
,6f344bf
]:@cloudflare/[email protected]
Patch Changes
#9856
8bf60a7
Thanks @jamesopstad! - Set the Wrangler peer dependency to the same version as the direct dependency. This fixes an issue where older versions of Wrangler could override the version used by the plugin.Updated dependencies [
1b3a2b7
,dbfa4ef
,ba69586
,1a75f85
,395f36d
,6f344bf
,fc29c31
,45497ab
,a447d67
,7c55f9e
,49c85c5
,0bb619a
,a1181bf
,a727db3
,1358034
,1a58bc3
,7e3aa1b
]:@cloudflare/[email protected]
Patch Changes
1b3a2b7
,dbfa4ef
,ba69586
,1a75f85
,395f36d
,6f344bf
,fc29c31
,45497ab
,a447d67
,7c55f9e
,49c85c5
,0bb619a
,a1181bf
,a727db3
,1358034
,1a58bc3
,7e3aa1b
]:@cloudflare/[email protected]
Patch Changes
#9872
a727db3
Thanks @emily-shen! - fix: resolve Dockerfile path relative to the Wrangler config pathThis fixes a bug where Wrangler would not be able to find a Dockerfile if a Wrangler config path had been specified with the
--config
flag.