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

v3 Maintenance Release

Open workers-devprod opened this issue 3 months 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 v3-maintenance, this PR will be updated.

Releases

[email protected]

Patch Changes

  • #10890 4ae9ead Thanks @alsuren! - Document that dumpSql is shared with d1-worker, and incorporate some D1 internal stats gathering machinery (which is currently unused by miniflare)

[email protected]

Patch Changes

  • #10737 c41a078 Thanks @workers-devprod! - Allow WRANGLER_SEND_ERROR_REPORTS env var to override whether to report Wrangler crashes to Sentry

  • #11134 bd39455 Thanks @petebacondarwin! - Reduce the amount of arguments being passed in metrics capture.

    Now the argument values that are captured come from an allow list, and can be marked as ALLOW (capture the real value) or REDACT (capture as "<REDACTED>").

  • #11020 9cb702e Thanks @dario-piotrowicz! - Fix observability.logs.persist being flagged as an unexpected field during the wrangler config file validation

  • #11147 cf4993b Thanks @FlorentCollin! - Improve the formatting of the D1 execute command to always show the duration in milliseconds with two decimal places.

  • #11179 7f779e9 Thanks @ascorbic! - Log a more helpful error when attempting to "r2 object put" a non-existent file

  • #11262 b2683f7 Thanks @workers-devprod! - Avoid using object lookup for OAuth Error classes

  • #11107 d8037d3 Thanks @workers-devprod! - Fixed conflict between --env and --expires flags in wrangler r2 object put.

    --e now aliases --env only, and NOT --expires.

  • #11108 892ec4f Thanks @emily-shen! - Fixed self-bindings (service bindings to the same worker) showing as [not connected] in wrangler dev. Self-bindings now correctly show as [connected] since a worker is always available to itself.

  • #10889 204616c Thanks @workers-devprod! - Clarify that wrangler check startup generates a local CPU profile

  • #10962 203e599 Thanks @devin-ai-integration! - Fixed duplicate warning messages appearing during wrangler dev when configuration changes or state transitions occur

  • #11601 62754f8 Thanks @petebacondarwin! - Fix "TypeError: Body is unusable: Body has already been read" when failing to exchange oauth code because of double response.text().

  • #11194 71758e9 Thanks @petebacondarwin! - add more logging around Wrangler authentication to help diagnose issues

  • Updated dependencies [4ae9ead]:

@cloudflare/[email protected]

Patch Changes

workers-devprod avatar Oct 07 '25 20:10 workers-devprod