Skip to content

v2.0.0-beta.64

Choose a tag to compare

@sam-goodwin sam-goodwin released this 22 Jul 08:06

   🚨 Breaking Changes

  • aws:
    • Generate 100% AWS Resource & Binding coverage  -  by sam in #797 (532c8)
    • Unified container platforms — ECS Task/Service, EKS Deployment/Job/Manifest, Dockerfile.inline image composition  -  by sam in #867 (4d713)

   🚀 Features

  • aws:
    • eks: HelmChart support  -  by sam in #891 (22de7)
    • rds: SkipFinalSnapshot option — final snapshot on deliberate teardown  -  by Zé Yuri in #877 (28ca6)
  • bundle:
    • Rewrite pure plugin on rolldown 1.1 native MagicString  -  by John Royal in #849 (dee6f)
  • cloudflare:
    • workers:
      • Add Workers AI binding (Cloudflare.Workers.AI)  -  by sam in #850 (9ea1d)
      • Place a Durable Object in a region with locationHint  -  by Matthew Aylward in #851 (c3ed7)
      • Python Workers (main: worker.py)  -  by sam in #861 (75952)
  • drizzle:
    • D1 support — Drizzle.D1, alchemy/SQL clients, example, docs  -  by sam in #887 (c6551)
  • github:
    • GitHub Enterprise support + Environment resource  -  by sam in #845 (c954a)

   🐞 Bug Fixes

  • Use distilled auto-paginating streams for multi-page list calls  -  by sam in #915 (2f9da)
  • Full-suite convergence — provider fixes, flake hardening, bounded test concurrency  -  by sam in #916 (0259b)
  • aws:
    • AWS_REGION env overrides SSO profile/stored region  -  by sam in #895 (fd9a4)
    • ecs: Task-definition revision reaping + delete-path family/role sweep  -  by sam in #902 (2a884)
    • rds: Fingerprint-guard MasterUserPassword — stop re-sending it on every reconcile  -  by Zé Yuri in #876 (4ae06)
  • cloudflare:
    • Handle wasm in vite dev  -  by John Royal in #881 (d7eab)
    • workers:
      • Register esmExternalRequirePlugin in direct Worker bundler  -  by sam in #889 (15c7b)
      • Converge plans with Effect-valued env bindings  -  by sam in #890 (96bb9)
      • Rely on rolldown-plugin for esmExternalRequire  -  by John Royal in #909 (3a7c8)
      • Retry asset upload session when completion JWT is missing  -  by sam in #914 (33830)
      • Queue-consumer wiring lost when Consumer reconciles mid workerd start  -  by sam in #917 (0d4df)
  • engine:
    • Destroy no longer orphans physical resources of attr-less creating rows  -  by sam in #862 (26883)
    • Preserve name uniqueness when createPhysicalName truncates  -  by sam in #868 (d6317)
    • Binding-diff stability — plain-data binding persistence + deterministic sid order  -  by sam in #898 (58cfe)
    • Destroy robustness — aggregated GC failures + fatal zombie rows  -  by sam in #899 (eb63a)
    • --force refreshes stale bound attrs from the forced reconcile  -  by sam in #900 (99b62)
    View changes on GitHub