Skip to content

Releases: cloudflare/workers-sdk

miniflare@3.20231218.0

02 Jan 20:33
259b5a6
Compare
Choose a tag to compare

Minor Changes

create-cloudflare@2.8.5

02 Jan 20:34
259b5a6
Compare
Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.11.5

02 Jan 20:33
259b5a6
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [c410ea14]:
    • miniflare@3.20231218.0

wrangler@3.22.1

20 Dec 16:23
6d3d46a
Compare
Choose a tag to compare

Patch Changes

  • #4635 5bc2699d Thanks @mrbbot! - fix: prevent zombie workerd processes

    Previously, running wrangler dev would leave behind "zombie" workerd processes. These processes prevented the same port being bound if wrangler dev was restarted and sometimes consumed lots of CPU time. This change ensures all workerd processes are killed when wrangler dev is shutdown.

    To clean-up existing zombie processes, run pkill -KILL workerd on macOS/Linux or taskkill /f /im workerd.exe on Windows.

wrangler@3.22.0

19 Dec 18:43
35e8a5d
Compare
Choose a tag to compare

Minor Changes

create-cloudflare@2.8.4

19 Dec 18:43
35e8a5d
Compare
Choose a tag to compare

Patch Changes

wrangler@3.21.0

15 Dec 18:21
912bfeb
Compare
Choose a tag to compare

Minor Changes

  • #4423 a94ef570 Thanks @mrbbot! - feat: apply source mapping to logged strings

    Previously, Wrangler would only apply source mapping to uncaught exceptions. This meant if you caught an exception and logged its stack trace, the call sites would reference built JavaScript files as opposed to source files. This change looks for stack traces in logged messages, and tries to source map them.

    Note source mapping is only applied when outputting logs. Error#stack does not return a source mapped stack trace. This means the actual runtime value of new Error().stack and the output from console.log(new Error().stack) may be different.

Patch Changes

  • #4511 66394681 Thanks @huw! - Add 'took recursive isolate lock' warning to workerd output exceptions

wrangler@2.20.2

15 Dec 17:49
4d2646d
Compare
Choose a tag to compare

Patch Changes

  • #4609 c228c912 Thanks @mrbbot! - fix: pin workerd to 1.20230404.0

  • #4587 49a46960 Thanks @mrbbot! - Change dev registry and inspector server to listen on 127.0.0.1 instead of all interfaces

  • #4587 49a46960 Thanks @mrbbot! - fix: validate Host and Orgin headers where appropriate

    Host and Origin headers are now checked when connecting to the inspector proxy. If these don't match what's expected, the request will fail.

create-cloudflare@2.8.3

15 Dec 18:21
912bfeb
Compare
Choose a tag to compare

Patch Changes

wrangler@3.20.0

12 Dec 17:42
7506b24
Compare
Choose a tag to compare

Minor Changes

  • #4522 c10bf0fd Thanks @G4brym! - Add support for Workers AI in local mode

  • #4571 3314dbde Thanks @penalosa! - feat: When Wrangler crashes, send an error report to Sentry to aid in debugging.

    When Wrangler's top-level exception handler catches an error thrown from Wrangler's application, it will offer to report the error to Sentry. This requires opt-in from the user every time.

Patch Changes

  • #4577 4c85fe99 Thanks @dario-piotrowicz! - During the R2 validation, show MAX_UPLOAD_SIZE errors using MiB (consistently with the Cloudflare docs)

  • #4577 4c85fe99 Thanks @dario-piotrowicz! - During the Pages validation, show MAX_UPLOAD_SIZE errors using MiB (consistently with the Cloudflare docs)

  • Updated dependencies [eb08e2dc]:

    • miniflare@3.20231030.4