Skip to content

Blog

2.0.0-beta.54 - Queues in Dev Mode

v2.0.0-beta.54 brings Cloudflare Queues and Queue Consumers to alchemy dev — produce and consume messages entirely on your machine, then let the first deploy upgrade the local queue to a live Cloudflare resource in place.

2.0.0-beta.53 - AWS Auth & Config Props

v2.0.0-beta.53 moves AWS authentication onto Alchemy profiles — alchemy login now manages AWS credentials like every other provider — and extends effect/Config from Worker init into any resource input prop.

2.0.0-beta.52 - Dev Servers & Browser Actions

v2.0.0-beta.52 brings local dev servers to Cloudflare.StaticSite via the new Build.DevServer resource, flattens the assets shape across Worker, StaticSite, and Vite, and wraps Browser Rendering quick actions in typed Effects.

2.0.0-beta.51 - Rulesets & Chat Persistence

v2.0.0-beta.51 adds a Cloudflare.Ruleset resource for WAF custom rules and redirects, a Durable Object-backed persistence layer for Effect AI chat history, working S3 bucket notifications to Lambda with prefix/suffix filters, and effect/Config reads in stack bodies without Effect.orDie.

2.0.0-beta.50 - Reliable Dev Ports

v2.0.0-beta.50 is a two-fix patch — reliable Worker/Vite port assignment in alchemy dev, and a fix for binding an Output value (like another Worker’s URL) into a Worker’s env without a deploy-time RuntimeContext crash.