Minor Changes
-
#15699
45b3b81Thanks @skepticfx! - Remove the experimental Container image environment bindingDurable Object-managed Containers now use
ctx.container.imageswithout Wrangler generatingenv.EXPERIMENTAL_CLOUDFLARE_CONTAINER_IMAGES. Update code using the experimental environment binding to readctx.container.imagesand regenerate your Worker types.Version deployments identify managed applications from native named images, and
--containers-rollout=nonepreserves native Container metadata. Containers without named images must first be provisioned withwrangler deploy;versions uploadverifies that their applications already exist. The old binding is no longer read or reserved, including on previously uploaded versions.keep_varsretains existing variables as usual; redeploy without it to remove an existing experimental binding.
Patch Changes
-
#15577
731a2eeThanks @sdnts! - Addjurisdictionto Queue* types -
Updated dependencies [
3c75cad,3c75cad,91e2f86,c5913a6,3c75cad,45b3b81,95af41d]:- @cloudflare/config@0.16.0
- @cloudflare/containers-shared@0.18.0
- miniflare@5.20260921.0-alpha
- @cloudflare/workers-utils@0.41.0
- @cloudflare/cli-shared-helpers@0.1.35