Skip to content

v2.0.0-beta.61

Choose a tag to compare

@github-actions github-actions released this 08 Jul 06:57

   🚨 Breaking Changes

  • cloudflare: Expand workflows api  -  by Gerben Mulder, Sam Goodwin and John Royal in #611 (4b0c5)
  • cloudflare/workers: Workers Cache support + Effect-native ExecutionContext  -  by Sam Goodwin and Claude Fable 5 in #752 (ff81b)

   🚀 Features

  • aws/lambda: Add event invoke config  -  by José Netto and Sam Goodwin in #627 (74754)
  • cli: alchemy sync — reconcile state drift via read+reconcile  -  by Sam Goodwin in #766 (dcafc)
  • cloudflare/Worker: Add Zone Routes  -  by utopy and Sam Goodwin in #438 (dc871)
  • cloudflare/ai: Add AI.ProviderKey BYOK composition helper  -  by Alex and Sam Goodwin in #586 (8c9bf)
  • cloudflare/r2: Restore cors prop on Bucket  -  by Sam Goodwin in #771 (14409)
  • engine: Resource type aliases for safe type renames  -  by Sam Goodwin in #765 (27138)

   🐞 Bug Fixes

  • Require effect >=4.0.0-beta.93 and migrate UrlParams.makeUrl to Url.make  -  by Sam Goodwin in #748 (94451)
  • Guard read/diff recovery paths against lost Output-valued olds  -  by Sam Goodwin in #770 (29df0)
  • aws/ecs:
    • Unwedge plan/deploy/destroy after a half-created Service  -  by Sam Goodwin in #767 (70037)
  • cli:
    • Suppress bun's benign tsconfig-override fd warning in dev  -  by Sam Goodwin in #768 (82692)
  • cloudflare:
    • Include worker metadata in the update diff  -  by Alex in #747 (26221)
    • Fix state-store errors  -  by Michael K in #737 (6c9b6)
    • Preserve explicit globalOutbound: null in WorkerLoader  -  by Alex and Sam Goodwin in #746 (52be6)
    • Classify Resource.ref values as native Worker env bindings  -  by Sam Goodwin in #756 (01b4a)
    • Dispatch for multiple queue consumers  -  by Leonardo E. Dominguez in #466 (a2367)
  • cloudflare/workers:
    • Retry every binding-target-not-found error on script upload  -  by Sam Goodwin in #753 (958b9)
    • Declare binding-hosted DO classes in the worker precreate stub  -  by Daniel Gangl and Sam Goodwin in #764 (93952)
  • drizzle:
    • Make proxyChain a real Effect so it composes with combinators  -  by John Royal in #750 (8015f)
  • planetscale:
    • Compare inherited roles by membership  -  by Gerben Mulder in #761 (6ce15)
  • test:
    • Make the test suite pass on Windows  -  by Michael K in #735 (3c050)
    • Guard RPC test transports against edge-transient HTML responses  -  by Sam Goodwin in #773 (a8570)
    View changes on GitHub