Releases: cloudflare/workers-sdk
@cloudflare/vite-plugin@0.1.6
@cloudflare/pages-shared@0.13.9
wrangler@3.109.3
Patch Changes
- #8175
eb46f98
Thanks @edmundhung! - fix:unstable_splitSqlQuery
should 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
51a2fd3
Thanks @petebacondarwin! - fix: use ESM WebSocketServer import to avoid crashing vite devIt 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 aServer
property; instead one must import theWebSocketServer
named JS export.
While it is not clear why the Node.js behaviour changes in this way, the cleanest fix is to import theWebSocketServer
directly.
@cloudflare/vite-plugin@0.1.4
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/unenv-preset@1.1.2
@cloudflare/vitest-pool-workers@0.7.1
@cloudflare/vite-plugin@0.1.3
Patch Changes
- #8176
693d63e
Thanks @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
cc853cf
Thanks @emily-shen! - fix: bug where Pages deployments that create new projects were failing with a new repo -
#8131
efd7f97
Thanks @lambrospetrou! - D1 export will now show an error when the presigned URL is invalid -
Updated dependencies [
5e06177
]:- miniflare@3.20250214.0