github cloudflare/workers-sdk wrangler@4.26.1

Patch Changes

  • #10061 f8a80a8 Thanks @emily-shen! - feat(containers): try to automatically get the socket path that the container engine is listening on.

    Currently, if your container engine isn't set up to listen on unix:///var/run/docker.sock (or isn't symlinked to that), then you have to manually set this via the dev.containerEngine field in your Wrangler config, or via the env vars WRANGLER_DOCKER_HOST. This change means that we will try and get the socket of the current context automatically. This should reduce the occurrence of opaque internal errors thrown by the runtime when the daemon is not listening on unix:///var/run/docker.sock.

    In addition to WRANGLER_DOCKER_HOST, DOCKER_HOST can now also be used to set the container engine socket address.

  • #10048 dbdbb8c Thanks @vicb! - pass the compatibility date and flags to the unenv preset

  • #10096 687655f Thanks @vicb! - bump unenv to 2.0.0-rc.19

  • #9897 755a249 Thanks @edmundhung! - fix: wrangler types should infer the types of the default worker entrypoint

  • Updated dependencies [82a5b2e, f8f7352, 2df1d06, dbdbb8c, 5991a9c, 687655f]:

    • miniflare@4.20250726.0
    • @cloudflare/unenv-preset@2.5.0

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.