github cloudflare/workers-sdk @cloudflare/workers-utils@0.14.0

latest releases: @cloudflare/vite-plugin@1.30.2, @cloudflare/pages-shared@0.13.119, @cloudflare/containers-shared@0.13.1...
15 hours ago

Minor Changes

  • #13027 9fcdfca Thanks @G4brym! - feat: Add ai_search_namespaces and ai_search binding types

    Two new binding types for AI Search:

    • ai_search_namespaces: Namespace binding — namespace is required and auto-provisioned at deploy time if it doesn't exist (like R2 buckets)
    • ai_search: Single instance binding bound directly to a pre-existing instance in the default namespace

    Both are remote-only in local dev.

Patch Changes

  • #13018 9c5ebf5 Thanks @tgarg-cf! - Validate that queue consumers in wrangler config only use the "worker" type

    Previously, non-worker consumer types (e.g. http_pull) could be specified in the queues.consumers config. Now, wrangler will error if a consumer type other than "worker" is specified in the config file.

    To configure non-worker consumer types, use the wrangler queues consumer CLI commands instead (e.g. wrangler queues consumer http-pull add).

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.