| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2023-04-02 | 1.2 kB | |
| spicedb_1.19.0_linux_amd64.rpm | 2023-04-02 | 17.0 MB | |
| spicedb_1.19.0_linux_arm64.deb | 2023-04-02 | 15.6 MB | |
| spicedb_1.19.0_linux_arm64.rpm | 2023-04-02 | 15.5 MB | |
| spicedb_1.19.0_linux_amd64.deb | 2023-04-02 | 16.9 MB | |
| spicedb_1.19.0_linux_amd64.apk | 2023-04-02 | 17.0 MB | |
| spicedb_1.19.0_linux_arm64.apk | 2023-04-02 | 15.5 MB | |
| spicedb_1.19.0_linux_amd64.tar.gz | 2023-04-02 | 16.2 MB | |
| spicedb_1.19.0_linux_arm64.tar.gz | 2023-04-02 | 14.9 MB | |
| spicedb_1.19.0_darwin_amd64.tar.gz | 2023-04-02 | 17.2 MB | |
| spicedb_1.19.0_darwin_arm64.tar.gz | 2023-04-02 | 16.8 MB | |
| spicedb_1.19.0_windows_amd64.tar.gz | 2023-04-02 | 16.4 MB | |
| spicedb_1.19.0_windows_arm64.tar.gz | 2023-04-02 | 15.1 MB | |
| README.md | 2023-03-30 | 2.2 kB | |
| v1.19.0 source code.tar.gz | 2023-03-30 | 760.6 kB | |
| v1.19.0 source code.zip | 2023-03-30 | 1.1 MB | |
| Totals: 16 Items | 195.9 MB | 0 | |
Upgrade Notes
Warning This is release includes migrations for the Postgres datastore that adds indices. To learn more about migrations, see the migration documentation. To automate migrations, Kubernetes users can run the SpiceDB Operator.
Highlights
🚀 Cockroach and Postgres datastores are much faster 🎏 Several new flags for tuning SpiceDB for best performance 🪵 Improved log messages
What's Changed
- postgres, crdb: update pgx to v5 by @ecordell in https://github.com/authzed/spicedb/pull/1232
- Add flags for maxlifetime jitter by @ecordell in https://github.com/authzed/spicedb/pull/1235
- Add covering indexes to Postgres and associated testing by @josephschorr in https://github.com/authzed/spicedb/pull/1118
- port: datastore/postgres: fix invalid slice appends in snapshots by @vroldanbet in https://github.com/authzed/spicedb/pull/1219
- use cgr.dev/chainguard/busybox as base instead of distroless.dev/busybox by @imjasonh in https://github.com/authzed/spicedb/pull/1220
- Change schema compiler to squash union and intersection trees by @josephschorr in https://github.com/authzed/spicedb/pull/1213
- mysql: prevents misleading log messages by avoiding Rollback if committed by @vroldanbet in https://github.com/authzed/spicedb/pull/1180
- Add better logs for when datastore or dispatcher is not ready by @josephschorr in https://github.com/authzed/spicedb/pull/1221
- reverts caveat covering index for postgres datastore by @vroldanbet in https://github.com/authzed/spicedb/pull/1222
- Skip checking of relation on direct computed_userset by @josephschorr in https://github.com/authzed/spicedb/pull/1225
- use implicit transactions for reads on crdb and postgres by @jakedt in https://github.com/authzed/spicedb/pull/1230
- introduces configurable dispatch hashring replication factor by @vroldanbet in https://github.com/authzed/spicedb/pull/1227
Docker Images
This release is available at authzed/spicedb:v1.19.0, quay.io/authzed/spicedb:v1.19.0, ghcr.io/authzed/spicedb:v1.19.0
Full Changelog: https://github.com/authzed/spicedb/compare/v1.18.0...v1.19.0