Zero 1.3

Faster Initial Sync and Other Perf Improvements

Installation

npm install @rocicorp/zero@1.3

Features

  • Distributed Tracing: Clients can now pass OpenTelemetry trace context to zero-cache via a getTraceparent callback, enabling end-to-end trace correlation from your frontend through zero-cache to your API server.
  • Sync Metrics: Added five new OTel metrics for sync worker visibility: zero.sync.active-client-groups, zero.sync.queries, zero.sync.rows, zero.sync.lock-wait-time, and zero.sync.pipeline-resets.

Performance

Fixes

Breaking Changes

None.