Skip to content

v2.0.0-beta.56

Choose a tag to compare

@github-actions github-actions released this 17 Jun 00:29

   🚀 Features

  • aws:
    • S3-backed state store (AWS.state())  -  by Sam Goodwin in #585 (1d664)
  • aws/lambda:
    • Support function URL config  -  by José Netto in #614 (33da7)
  • cloudflare:
    • DnsRecord and Zero Trust resources (TunnelRoute, Access apps/policies/org, Device profile)  -  by Andy Jefferson and Sam Goodwin in #570 (e9af0)
    • Forward dev.env to the StaticSite dev server  -  by Alex in #587 (f5110)
    • Generate all missing Cloudflare resources  -  by Sam Goodwin in #601 (89bbb)
    • Flagship feature flags — resources + worker binding  -  by Sam Goodwin in #602 (f7e1c)
  • cloudflare/worker:
    • Bundle: false — deploy prebuilt workers without re-bundling  -  by Alex in #592 (76fc7)
  • core:
  • github:
    • Add GitHub Repository resource  -  by Justin Bennett in #607 (1a48e)
    • Repository event source for Cloudflare Workers  -  by Sam Goodwin in #619 (5ba26)

   🐞 Bug Fixes

  • cli:
    • Keep alchemy dev alive when an apply fails  -  by Matthew Aylward in #582 (c2f63)
    • Run state clear in parallel  -  by Sam Goodwin (81b9d)
    • Support different entrypoint file in alchemy state clear command  -  by Sam Goodwin (7d7f3)
    • Hide nuke command  -  by Sam Goodwin (2d57d)
  • cloudflare:
    • Migrate resources to regenerated SDK after spec update  -  by Sam Goodwin (a8e4e)
    • Local assets binding throws 500 error  -  by John Royal in #613 (dfea3)
    • Broad improvements to new resources and tests  -  by Sam Goodwin (17dd2)
  • cloudflare/worker:
    • Keep url stable across updates  -  by Sam Goodwin in #616 (03e71)
    • Keep durableObjectNamespaces stable across updates  -  by Sam Goodwin in #617 (f7fcb)
  • drizzle:
    • Cache detectDrift so interactive prompt only runs once  -  by John Royal in #597 (957a6)
  • github:
    • Implement Webhook Provider.list  -  by Sam Goodwin (2915a)
  • pr-package:
    • Unwrap Redacted on both sides of bearer-token auth  -  by Michael K in #598 (f9314)

   🏎 Performance

  • cli: Make alchemy plan start near-instant (8.2s -> 1.8s)  -  by Sam Goodwin in #618 (89ccc)
    View changes on GitHub