Skip to content

v2.0.0-beta.45

Choose a tag to compare

@github-actions github-actions released this 29 May 22:17

   🚀 Features

  • Random:
    • Add KeyPair resource  -  by Sam Goodwin in #441 (aa776)
  • aws/lambda:
    • Add timeout to FunctionProps  -  by Sam Goodwin in #440 (38a32)
  • cloudflare:
    • Add Browser Rendering binding  -  by Alex and Sam Goodwin in #372 (88e95)
    • Cross-script durable object binding  -  by Sam Goodwin in #435 (438fb)
    • RpcWorker  -  by Sam Goodwin in #387 (d15f0)
    • Add RpcDurableObjectNamespace + modular RpcWorker/DO  -  by Sam Goodwin in #388 (c801d)
    • Workflows in alchemy dev  -  by John Royal in #449 (0351d)
    • Worker.url now tries to infer canonical url & domain order is preserved  -  by Michael K in #432 (ae0a1)
    • AnalyticsEngine and SendEmail bindings in alchemy dev  -  by John Royal in #460 (aa890)
    • Custom ports in alchemy dev  -  by John Royal in #469 (68ef9)
  • cloudflare/queue:
    • Accept Duration.Input for messages() time props  -  by Sam Goodwin in #443 (f15c0)
  • cloudflare/workers:
    • Collapse WorkerProps.bindings into WorkerProps.env  -  by Sam Goodwin in #446 (a0358)
  • core:
    • Replace Alchemy.Secret and Alchemy.Variable with effect/Config  -  by Sam Goodwin in #445 (53e7b)

   🐞 Bug Fixes

  • Cloudflare:
    • Update Secrets reconcilation logic to update the Secret and update distilled  -  by Sam Goodwin (5d2d8)
    • Wait for queue consumer to be bound  -  by Sam Goodwin (c74a8)
  • better-auth:
    • Better auth as peer dep  -  by Michael K in #434 (08244)
  • cli:
    • Disable --experimental-transform-types on node.js 26  -  by John Royal in #458 (70359)
    • Import stack via file URL on Windows  -  by d3lay in #426 (51f6f)
    • Ensure auth providers don't run in parallel and only run once  -  by Michael K in #461 (2421c)
  • cloudflare:
    • Dev hyperdrive binding fails for vite/async workers  -  by John Royal in #423 (c83ce)
    • Pass DO scriptName through async bindings  -  by Sam Goodwin in #437 (3a8da)
    • Handle external require calls in vite dev  -  by John Royal in #452 (87cc9)
    • Cloudflare.providers() has any in requirements  -  by John Royal in #456 (81814)
    • Reconcile Worker preview subdomain state  -  by Dawson and John Royal in #285 (dbd04)
    • Handle websocket upgrade in vite dev  -  by John Royal in #457 (67b57)
    • Run HttpServer pre-response handlers correctly  -  by Lucas Thevenet, Sam Goodwin and John Royal in #404 (2e3d1)
    • Only close Scope if it's not transferred to a Stream  -  by Sam Goodwin (bb970)
    • Trim bearer token to workaround effect beta.73 regression  -  by Sam Goodwin in #468 (2d08b)
    • Reduce unnecessary updates in alchemy dev  -  by John Royal in #455 (ab7e7)
  • cloudflare/worker:
    • Normalize bundle entry path on windows  -  by Michael K in #453 (5cd26)
  • core:
    • Interrupt deployments when upstream non-cylic dependency fails  -  by Sam Goodwin (e22ee)
    View changes on GitHub