Zero 0.11
Windows
Install
npm install @rocicorp/zero@0.11
Features
- Windows should work a lot better now. Thank you very much to aexylus and Sergio Leon for the testing and contributions here.
- Support nested property access in JWT auth tokens (docs).
- Make initial sync configurable (docs).
- Add query result type to SolidJS (docs)
- Docker image now contains native amd64 and arm64 binaries.
- Add
storageKey
constructor parameter to enable multipleZero
instances for sameuserID
.
Fixes
Many, many fixes, including:
- Fix downstream replication of primitive values
- Fix replication of
TRUNCATE
messages - Fix large storage use for idle pg instances
- Add runtime sanity checks for when a table is referenced but not synced
- Fix
zero-cache-dev
for multitenant
Breaking Changes
- The addition of result types to SolidJS is a breaking API change on SolidJS only. See the changes to
hello-zero-solid
for upgrade example.