github cloudflare/workers-sdk wrangler@3.42.0

Minor Changes

  • #5371 77152f3 Thanks @G4brym! - feature: remove requirement for @cloudflare/ai package to use Workers AI

    Previously, to get the correct Workers AI API, you needed to wrap your env.AI binding with new Ai() from @cloudflare/ai. This change moves the contents of @cloudflare/ai into the Workers runtime itself, meaning env.AI is now an instance of Ai, without the need for wrapping.

Patch Changes

  • Updated dependencies [d994066]:
    • miniflare@3.20240329.0

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.