Skip to content

Blog

2.0.0-beta.47 - AI Gateway Models

v2.0.0-beta.47 turns a Cloudflare AI Gateway into an Effect LanguageModel provider — gateway.model({...}) returns a layer that slots straight into generateText / streamText — and fixes streaming methods on the built-in Worker/DO bridge so they can return a Stream directly.

2.0.0-beta.46 - Vectorize

v2.0.0-beta.46 adds Cloudflare Vectorize — a bindable vector-database index plus metadata indexes for filtered queries — and fixes a state-store bootstrap bug that was silently rotating your encryption key and auth token on every update.

2.0.0-beta.45 - Config & RPC Workers

v2.0.0-beta.45 replaces Alchemy.Secret and Alchemy.Variable with plain effect/Config, and ships two new Worker abstractions — Cloudflare.RpcWorker and Cloudflare.RpcDurableObject — that take a typed Effect RPC schema directly and hand back typed clients.

2.0.0-beta.44 - Config & Bundle Analyzer

v2.0.0-beta.44 adds a new Cloudflare.Zaraz.Config resource, a bundle analyzer for Workers, and Artifacts binding support in dev, plus a handful of bundler and dev-server fixes.

2.0.0-beta.43 - PlanetScale Provider

v2.0.0-beta.43 includes a new alchemy/Planetscale provider, improvements to how Resources and Bindings are encapsulated in Layers, and a handful of other fixes.