Skip to content

Blog

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.

2.0.0-beta.42 - npm Install Hotfix

v2.0.0-beta.42 is a one-fix hotfix for a ReferenceError crash that only reproduced when alchemy was installed from npm — a module-load-order TDZ in the Cloudflare Worker’s Platform hooks.

2.0.0-beta.41 - Worker Runtime Rewrite

A big internal rewrite of the Cloudflare Worker runtime fixes hung requests and dropped responses from RPC and HTTP API workers. The Worker entrypoint is now a thin shell over WorkerBridge.ts, scopes are linearized per request, and the same schema-driven pattern (HTTP API, RPC, and Durable Object proxies) is now stable end-to-end.

2.0.0-beta.40 - Vite Dev Server

Cloudflare local dev gains a real Vite dev server (HMR, SSR, client + worker in one process), AiGateway stops reporting spurious updates on every deploy, the Worker HTTP server returns generic 500s while logging the full Cause server-side, and a handful of fixes around entrypoint generation, container startup, and the dev lockfile.