Zero 1.0
First Stable Release
Installation
npm install @rocicorp/zero@1.0Overview
After nearly two years of development, 50+ releases, thousands of commits, and hundreds of bugfixes, we are declaring Zero stable.
This means we fully support the Zero API and are committed to maintaining it. There may still be breaking changes in the future, but they will be rare and much smaller than they have been until now.
Functionally, this release is a very minor update to 0.26.2. The major version bump is symbolic – there are no actual breaking changes.
Features
- Schema Change Hooks: Added support for detecting publication changes on Supabase via
COMMENT ON PUBLICATIONstatements, working around Supabase's lack of event trigger support for publications.
Fixes
- Handle corrupted litestream restores
- Fix error handling when CDC is unhealthy
- Fix IPC_CHANNEL_CLOSED race condition during shutdown
- Fix orphaned subscriber scenarios
- Fix
time/timetzSQL generation and type handling
Breaking Changes
None.