Releases: cloudflare/workers-sdk
@cloudflare/pages-shared@0.13.9
wrangler@3.109.3
Patch Changes
- #8175
eb46f98Thanks @edmundhung! - fix:unstable_splitSqlQueryshould ignore comments when splitting sql into statements
@cloudflare/vitest-pool-workers@0.7.2
Patch Changes
- Updated dependencies [
eb46f98]:- wrangler@3.109.3
@cloudflare/vite-plugin@0.1.5
Patch Changes
-
#8231
51a2fd3Thanks @petebacondarwin! - fix: use ESM WebSocketServer import to avoid crashing vite devIt appears that if there are multiple versions of the
wspackage 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 aServerproperty; instead one must import theWebSocketServernamed JS export.
While it is not clear why the Node.js behaviour changes in this way, the cleanest fix is to import theWebSocketServerdirectly.
@cloudflare/vite-plugin@0.1.4
Patch Changes
-
#8209
1427535Thanks @jamesopstad! - Fix bug with usage of Cloudflare builtins in dependencies. These are now externalized during dependency optimization. -
Updated dependencies []:
- @cloudflare/unenv-preset@1.1.2
@cloudflare/vitest-pool-workers@0.7.1
@cloudflare/vite-plugin@0.1.3
Patch Changes
- #8176
693d63eThanks @petebacondarwin! - fix: refactor Node.js compat support to ensure all polyfills are pre-bundled before the first request
wrangler@3.109.2
Patch Changes
-
#7687
cc853cfThanks @emily-shen! - fix: bug where Pages deployments that create new projects were failing with a new repo -
#8131
efd7f97Thanks @lambrospetrou! - D1 export will now show an error when the presigned URL is invalid -
Updated dependencies [
5e06177]:- miniflare@3.20250214.0