workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

Version Packages

Open workers-devprod opened this issue 4 weeks ago • 0 comments

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/[email protected]

Minor Changes

  • #11045 12a63ef Thanks @edmundhung! - Add keyboard shortcut to display Worker bindings during development

    When running vite dev or vite preview, you can now press b + Enter to display a list of all bindings configured for your Worker(s). This makes it easier to discover and verify which resources (e.g. KV namespaces, Durable Objects, environment variables, etc.) are available to your Worker during development.

    This feature requires vite version 7.2.7 or later.

  • #11265 06f48c0 Thanks @petebacondarwin! - Add a check to vite-plugin that ensures that the version of Wrangler being used internally is correct

    In some pnpm setups it is possible for a different peer dependency version of Wrangler to leak and override the version that we require internally.

Patch Changes

@cloudflare/[email protected]

Minor Changes

  • #11533 8d9003e Thanks @petebacondarwin! - Add support for ctx.exports

    It is now possible to access ctx.exports properties for the main (SELF) worker.

    • Integration tests: in the SELF worker the ctx.exports object now contains the expected stubs to the exported entry-points.
    • Unit tests: the object returned from createExecutionContext() has exports property that exposes the exports of the SELF worker.

    Due to the dynamic nature of Vitest the integration relies upon guessing what the exports of the main Worker are by statically analyzing the Worker source using esbuild. In cases where it is not possible to infer the exports (for example, a wildcard re-export of a virtual module) it is possible to declare these in the vitest-pool-workers config via the additionalExports setting.

Patch Changes

[email protected]

Minor Changes

Patch Changes

  • #11615 ed42010 Thanks @elithrar! - Add helpful warning when SSL certificate errors occur due to corporate proxies or VPNs intercepting HTTPS traffic. When errors like "self-signed certificate in certificate chain" are detected, wrangler now displays guidance about installing missing system roots from your corporate proxy vendor.

  • #11578 4201472 Thanks @gpanders! - Fixup UX papercuts in containers SSH

  • #11550 95d81e1 Thanks @hiendv! - Fix "TypeError: Body is unusable: Body has already been read" when failing to exchange oauth code because of double response.text().

  • Updated dependencies [5d085fb, b75b710]:

[email protected]

Patch Changes

  • #11597 3122607 Thanks @vicb! - make sure comments are always added to the end of wrangler.jsonc

[email protected]

Patch Changes

  • #11596 5d085fb Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251210.0 1.20251211.0
  • #11622 b75b710 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251211.0 1.20251212.0

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Minor Changes

  • #11578 4201472 Thanks @gpanders! - Add showCursor helper function to show or hide the cursor in the terminal

workers-devprod avatar Dec 11 '25 11:12 workers-devprod