generated from nisabmohd/Aria-Docs
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
67 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Zero 0.11 | ||
description: Windows | ||
--- | ||
|
||
## Install | ||
|
||
```bash | ||
npm install @rocicorp/zero@0.11 | ||
``` | ||
|
||
## Features | ||
|
||
- Windows should work a lot better now. Thank you very much to [aexylus](https://aexylus.com/) and [Sergio Leon](https://www.cbnsndwch.io/) for the testing and contributions here. | ||
- Support nested property access in JWT auth tokens ([docs](/docs/permissions#rules)). | ||
- Make initial sync configurable ([docs](/docs/zero-cache-config#initial-sync-table-copy-workers)). | ||
- Add query result type to SolidJS ([docs](/docs/reading-data#completeness)) | ||
- Docker image now contains native amd64 and arm64 binaries. | ||
- Add `storageKey` constructor parameter to enable multiple `Zero` instances for same `userID`. | ||
|
||
## 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. See the changes to [`hello-zero-solid`](https://github.com/rocicorp/hello-zero-solid/commit/7c6c3a47479f037f8323b102013244881c74fe9e) for upgrade example. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters