Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2022-08-04 | 1.2 kB | |
spicedb_1.11.0_linux_amd64.rpm | 2022-08-04 | 15.7 MB | |
spicedb_1.11.0_linux_arm64.rpm | 2022-08-04 | 14.4 MB | |
spicedb_1.11.0_linux_amd64.deb | 2022-08-04 | 15.7 MB | |
spicedb_1.11.0_linux_arm64.deb | 2022-08-04 | 14.4 MB | |
spicedb_1.11.0_linux_amd64.apk | 2022-08-04 | 15.7 MB | |
spicedb_1.11.0_linux_arm64.apk | 2022-08-04 | 14.4 MB | |
spicedb_1.11.0_linux_arm64.tar.gz | 2022-08-04 | 13.8 MB | |
spicedb_1.11.0_windows_amd64.tar.gz | 2022-08-04 | 15.1 MB | |
spicedb_1.11.0_darwin_arm64.tar.gz | 2022-08-04 | 15.6 MB | |
spicedb_1.11.0_linux_amd64.tar.gz | 2022-08-04 | 15.0 MB | |
spicedb_1.11.0_darwin_amd64.tar.gz | 2022-08-04 | 15.9 MB | |
spicedb_1.11.0_windows_arm64.tar.gz | 2022-08-04 | 13.9 MB | |
README.md | 2022-08-04 | 2.4 kB | |
v1.11.0 source code.tar.gz | 2022-08-04 | 486.3 kB | |
v1.11.0 source code.zip | 2022-08-04 | 715.0 kB | |
Totals: 16 Items | 180.9 MB | 1 |
Warning This release contains a change to the internal
dispatch
API, which means that v1.10.0 and v1.11.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.
Highlights
- Check requests can now be traced using the zed CLI using
zed permission check --explain
serve-testing
now supports HTTP- Performance improvements for LookupResources, WriteSchemas, and dispatch in general
- The Watch API is disabled automatically if CRDB datatstores don't support Change Feeds
What's Changed
- Have WASM development package return updated validation YAML by @josephschorr in https://github.com/authzed/spicedb/pull/710
- Add a flag for disabling stat writes by @ecordell in https://github.com/authzed/spicedb/pull/711
- Add ability to trace a check request by @josephschorr in https://github.com/authzed/spicedb/pull/703
- Implement support for batch reachability by @josephschorr in https://github.com/authzed/spicedb/pull/691
- Add issue links to readme by @samkim in https://github.com/authzed/spicedb/pull/694
- Concurrency limit by @jakedt in https://github.com/authzed/spicedb/pull/713
- Add ability to enable the REST gateway for the test server by @josephschorr in https://github.com/authzed/spicedb/pull/714
- remove rangefeed config from crdb migrations by @ecordell in https://github.com/authzed/spicedb/pull/707
- Depbot updates for Aug 1 by @josephschorr in https://github.com/authzed/spicedb/pull/721
- Depbot updates for Aug 1 - part 2 by @josephschorr in https://github.com/authzed/spicedb/pull/727
- Depbot updates for Aug 1 - part 3 by @josephschorr in https://github.com/authzed/spicedb/pull/732
- Fix bounds on check test by @josephschorr in https://github.com/authzed/spicedb/pull/728
- switch crdb watch feature detection to only require CONTROLCHANGEFEED by @ecordell in https://github.com/authzed/spicedb/pull/722
- Skip checking of permissions for relationships in WriteSchema by @josephschorr in https://github.com/authzed/spicedb/pull/734
Full Changelog: https://github.com/authzed/spicedb/compare/v1.10.0...v1.11.0
Docker Images
This release is available at authzed/spicedb:v1.11.0
, quay.io/authzed/spicedb:v1.11.0
, ghcr.io/authzed/spicedb:v1.11.0