Zero 0.13
Multinode and SST
Install
npm install @rocicorp/zero@0.13
Features
- Multinode deployment for horizontal scalability and zero-downtime deploys (docs).
- SST Deployment Guide (docs).
- Plain AWS Deployment Guide (docs).
- Various exports for external libraries
- Remove build hash from docker version for consistency with npm (discussion)
Fixes
- Move heartbeat monitoring to separate path, not port
- Type instantiation is excessively deep and possibly infinite (bug).
- 20x improvement to
whereExists
performance (discussion)
Breaking Changes
- Removing the hash from the version is a breaking change if you had scripts relying on that.
- Moving the heartbeat monitor to a path is a breaking change for deployments that were using that.