Skip to content

Releases: cloudflare/workers-sdk

@cloudflare/[email protected]

25 Feb 22:15
fdb82a0
Compare
Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

25 Feb 22:15
fdb82a0
Compare
Choose a tag to compare

Patch Changes

[email protected]

24 Feb 09:01
0f3ace7
Compare
Choose a tag to compare

Patch Changes

  • #8175 eb46f98 Thanks @edmundhung! - fix: unstable_splitSqlQuery should ignore comments when splitting sql into statements

@cloudflare/[email protected]

24 Feb 09:01
0f3ace7
Compare
Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

24 Feb 13:59
6b63fa4
Compare
Choose a tag to compare

Patch Changes

  • #8231 51a2fd3 Thanks @petebacondarwin! - fix: use ESM WebSocketServer import to avoid crashing vite dev

    It appears that if there are multiple versions of the ws package in a user's project
    then the Node.js resolution picks up the ESM "import" package export rather than the "require" package export.
    This results in the entry-point having different JS exports:
    In particular the default export no longer contains a Server property; instead one must import the WebSocketServer named JS export.
    While it is not clear why the Node.js behaviour changes in this way, the cleanest fix is to import the WebSocketServer directly.

@cloudflare/[email protected]

24 Feb 09:01
0f3ace7
Compare
Choose a tag to compare

Patch Changes

  • #8209 1427535 Thanks @jamesopstad! - Fix bug with usage of Cloudflare builtins in dependencies. These are now externalized during dependency optimization.

  • Updated dependencies []:

@cloudflare/[email protected]

20 Feb 08:47
ab4dcff
Compare
Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

20 Feb 08:47
ab4dcff
Compare
Choose a tag to compare

Patch Changes

  • #8176 693d63e Thanks @petebacondarwin! - fix: refactor Node.js compat support to ensure all polyfills are pre-bundled before the first request

[email protected]

18 Feb 18:06
60308d1
Compare
Choose a tag to compare

Patch Changes

[email protected]

18 Feb 18:06
60308d1
Compare
Choose a tag to compare

Patch Changes