Releases: cloudflare/workers-sdk
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
a9a4c33
,6cae13a
]:- [email protected]
- @cloudflare/[email protected]
@cloudflare/[email protected]
[email protected]
Patch Changes
- #8175
eb46f98
Thanks @edmundhung! - fix:unstable_splitSqlQuery
should ignore comments when splitting sql into statements
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
eb46f98
]:
@cloudflare/[email protected]
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/[email protected]
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]
@cloudflare/[email protected]
@cloudflare/[email protected]
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]
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
]: