Zero 1.6

Postgres 17 Replication Failover and Performance

Installation

npm install @rocicorp/zero@1.6

Features

Performance

Fixes

Breaking Changes

  • Inspector per-query hydration metrics format changed: Per-query hydration metrics (query-hydration-server-ms) are now reported as a plain number (most-recent hydration time in ms) instead of a TDigest histogram, and the per-query metrics type was renamed from ServerMetrics to QueryServerMetrics. If you have custom tooling reading inspector metrics, you'll need to update it. The protocol version was bumped from 50 to 51 to reflect this; MIN_SERVER_SUPPORTED_SYNC_PROTOCOL remains at 30, so 1.6 servers remain compatible with older clients.