Releases: cloudflare/workers-sdk
[email protected]
[email protected]
Patch Changes
-
#8395
3f41730
Thanks @dario-piotrowicz! - Remove categories in C3 that have no templatesThe
Application Starter
category doesn't contain any entries in experimental mode so we shouldn't show it.This change updates C3 to automatically exclude categories that have no templates.
@cloudflare/[email protected]
Patch Changes
-
#8624
665ebd8
Thanks @emily-shen! - fix: Add usage charge warning when Vectorize and AI bindings are used in VitestVectorize and AI bindings can now be used with Vitest. However, because they have no local simulators, they will access your account and incur usage charges, even in testing. Therefore we recommend mocking any usage of these bindings when testing.
@cloudflare/[email protected]
Patch Changes
-
#8706
25eaf3b
Thanks @jamesopstad! - Set thex-forwarded-host
header to the original host in requests. This fixes a bug where libraries such as Clerk would redirect to the workerd host rather than the Vite host. -
Updated dependencies [
ecbab5d
,24c2c8f
]:- [email protected]
- @cloudflare/[email protected]
[email protected]
[email protected]
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
-
#8702
fcd71f8
Thanks @petebacondarwin! - ensure that we don't crash when logging Node.js warnings when running in react-router builds -
#8207
910007b
Thanks @petebacondarwin! - Show warning if the user has forgotten to turn on nodejs_compat -
Updated dependencies [
cad99dc
,f29f018
]:- [email protected]
- [email protected]
- @cloudflare/[email protected]
@cloudflare/[email protected]
[email protected]
Minor Changes
Patch Changes
-
#8435
8e3688f
Thanks @emily-shen! - fix: include assets binding when printing summary of bindings -
#8675
f043b74
Thanks @vicb! - Bump@cloudflare/unenv-preset
to 2.3.1Use the workerd native implementation of
createSecureContext
andcheckServerIdentity
fromnode:tls
. The functions have been implemented incloudflare/workerd#3754
.