This repository was archived by the owner on Aug 25, 2026. It is now read-only.
EdgeBase 0.3.3
EdgeBase 0.3.3
Patch release bundling three fixes on top of 0.3.2.
π Fixes
- create-edgebase: restore the missing
bin/create-edgebase.jsentrypoint. It was dropped at 0.3.0 (caught by a blanket.gitignore bin/rule), sonpm create edgebase@latestcould not run on 0.3.0β0.3.2. The bin is now tracked in git and verified to scaffold a project end-to-end. - Room Durable Object: never schedule an alarm at/before
now. A past-duesetAlarmmade workerd re-fire the alarm immediately without yielding the input gate, spinning into a tight loop ("Alarm exceeded its allowed execution time") that wedged the DO and hung any queued request. - CI: the integration shard runner now wraps each vitest invocation in a wall-clock timeout and retries the wedged file, so a stuck test can no longer hang the job until GitHub's 6h cap.
π€ Generated with Claude Code