Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
spicedb_1.9.0_linux_arm64.deb | 2022-06-21 | 13.4 MB | |
spicedb_1.9.0_linux_amd64.apk | 2022-06-21 | 14.6 MB | |
spicedb_1.9.0_linux_amd64.deb | 2022-06-21 | 14.7 MB | |
spicedb_1.9.0_linux_amd64.rpm | 2022-06-21 | 14.6 MB | |
spicedb_1.9.0_linux_arm64.rpm | 2022-06-21 | 13.4 MB | |
spicedb_1.9.0_linux_arm64.apk | 2022-06-21 | 13.4 MB | |
spicedb_1.9.0_linux_arm64.tar.gz | 2022-06-21 | 12.8 MB | |
spicedb_1.9.0_darwin_arm64.tar.gz | 2022-06-21 | 14.5 MB | |
spicedb_1.9.0_windows_amd64.tar.gz | 2022-06-21 | 14.1 MB | |
spicedb_1.9.0_darwin_amd64.tar.gz | 2022-06-21 | 14.8 MB | |
spicedb_1.9.0_linux_amd64.tar.gz | 2022-06-21 | 14.0 MB | |
checksums.txt | 2022-06-21 | 1.2 kB | |
spicedb_1.9.0_windows_arm64.tar.gz | 2022-06-21 | 12.9 MB | |
README.md | 2022-06-20 | 2.6 kB | |
v1.9.0 source code.tar.gz | 2022-06-20 | 464.0 kB | |
v1.9.0 source code.zip | 2022-06-20 | 691.4 kB | |
Totals: 16 Items | 168.4 MB | 0 |
Warning This release contains a change to the internal
dispatch
API, which means that v1.8.0 and v1.9.0 can not dispatch to each other during a rolling upgrade. To upgrade without downtime, run these as separate Kubernetes services, or disable dispatch before upgrading.
What's Changed
- Fully remove support for the V0 ACL and Schema API by @josephschorr in https://github.com/authzed/spicedb/pull/618
- Add dispatch ready, health check integration by @samkim in https://github.com/authzed/spicedb/pull/615
- Depbot updates for June 1 by @josephschorr in https://github.com/authzed/spicedb/pull/629
- Depbot Updates for June 1 - part 2 by @josephschorr in https://github.com/authzed/spicedb/pull/635
- Handle case where memdb is closed before a transaction completes by @josephschorr in https://github.com/authzed/spicedb/pull/637
- Bump google.golang.org/api from 0.78.0 to 0.82.0 by @dependabot in https://github.com/authzed/spicedb/pull/634
- Shorten the prefixes on cache keys to save some memory by @josephschorr in https://github.com/authzed/spicedb/pull/641
- postgres: rename migration variable to reduce confusion by @jakedt in https://github.com/authzed/spicedb/pull/643
- Remove remaining references to v0 API (except developer API) by @josephschorr in https://github.com/authzed/spicedb/pull/645
- Abstract health status management into a helper package and add datastore status by @josephschorr in https://github.com/authzed/spicedb/pull/642
- Skip checking and redispatch in reachability when seeing duplicates by @josephschorr in https://github.com/authzed/spicedb/pull/638
- propagate context to migration functions by @vroldanbet in https://github.com/authzed/spicedb/pull/646
- Add tools for genproto to tools.go by @josephschorr in https://github.com/authzed/spicedb/pull/649
- Start moving from the externally-defined developer API to an internally defined set of types by @josephschorr in https://github.com/authzed/spicedb/pull/647
- Ensure the released version appears with a staring
v
prefix by @josephschorr in https://github.com/authzed/spicedb/pull/650 - introduce support to run migrations atomically by @jakedt in https://github.com/authzed/spicedb/pull/655
- Cleanup the core messages now that v0 is gone by @josephschorr in https://github.com/authzed/spicedb/pull/652
Full Changelog: https://github.com/authzed/spicedb/compare/v1.8.0...v1.9.0
Docker Images
This release is available at authzed/spicedb:v1.9.0
, quay.io/authzed/spicedb:v1.9.0
, ghcr.io/authzed/spicedb:v1.9.0