Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.

EdgeBase 0.3.3

Choose a tag to compare

@melodysdreamj melodysdreamj released this 08 Jul 02:43
· 65 commits to main since this release

EdgeBase 0.3.3

Patch release bundling three fixes on top of 0.3.2.

πŸ› Fixes

  • create-edgebase: restore the missing bin/create-edgebase.js entrypoint. It was dropped at 0.3.0 (caught by a blanket .gitignore bin/ rule), so npm create edgebase@latest could 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-due setAlarm made 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