Skip to content

Releases: cloudflare/workers-sdk

[email protected]

28 Mar 14:52
e9106df
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

28 Mar 14:52
e9106df
Compare
Choose a tag to compare

Patch Changes

  • #8395 3f41730 Thanks @dario-piotrowicz! - Remove categories in C3 that have no templates

    The 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]

28 Mar 14:52
e9106df
Compare
Choose a tag to compare

Patch Changes

  • #8624 665ebd8 Thanks @emily-shen! - fix: Add usage charge warning when Vectorize and AI bindings are used in Vitest

    Vectorize 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.

  • Updated dependencies [ecbab5d, 24c2c8f]:

@cloudflare/[email protected]

28 Mar 14:52
e9106df
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 Mar 19:31
42f4912
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 Mar 19:31
42f4912
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #8666 f29f018 Thanks @penalosa! - Remove NodeJSCompatModule. This was never fully supported, and never worked for deploying Workers from Wrangler.

@cloudflare/[email protected]

27 Mar 19:31
42f4912
Compare
Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

27 Mar 19:31
42f4912
Compare
Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

27 Mar 19:31
42f4912
Compare
Choose a tag to compare

Patch Changes

[email protected]

26 Mar 17:05
2529848
Compare
Choose a tag to compare

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.1

    Use the workerd native implementation of createSecureContext and checkServerIdentity from node:tls. The functions have been implemented in cloudflare/workerd#3754.