Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
spicedb_1.6.0_linux_amd64.deb | 2022-04-11 | 11.4 MB | |
spicedb_1.6.0_linux_arm64.apk | 2022-04-11 | 10.4 MB | |
spicedb_1.6.0_linux_amd64.rpm | 2022-04-11 | 11.4 MB | |
spicedb_1.6.0_linux_arm64.deb | 2022-04-11 | 10.4 MB | |
spicedb_1.6.0_linux_amd64.apk | 2022-04-11 | 11.4 MB | |
spicedb_1.6.0_linux_arm64.rpm | 2022-04-11 | 10.4 MB | |
spicedb_1.6.0_linux_amd64.tar.gz | 2022-04-11 | 10.9 MB | |
spicedb_1.6.0_linux_arm64.tar.gz | 2022-04-11 | 10.0 MB | |
spicedb_1.6.0_windows_arm64.tar.gz | 2022-04-11 | 10.1 MB | |
spicedb_1.6.0_darwin_amd64.tar.gz | 2022-04-11 | 11.4 MB | |
spicedb_1.6.0_darwin_arm64.tar.gz | 2022-04-11 | 11.1 MB | |
checksums.txt | 2022-04-11 | 1.2 kB | |
spicedb_1.6.0_windows_amd64.tar.gz | 2022-04-11 | 11.0 MB | |
README.md | 2022-04-11 | 3.3 kB | |
v1.6.0 source code.tar.gz | 2022-04-11 | 432.4 kB | |
v1.6.0 source code.zip | 2022-04-11 | 626.5 kB | |
Totals: 16 Items | 130.9 MB | 0 |
Highlights
- Support for
nil
when writing permissions, to allow for placeholders during development - Developer API bug-fixes and improved error messaging
- Container images now pushed to Docker Hub
- Metrics bug-fixes and stats added to datastores
- Enforce UTC on timestamp column in Postgres (database migration for Postgres users)
- Various resiliency improvements for the CockroachDB datastore
What's Changed
- Add core proto message and replace v0 usage by @samkim in https://github.com/authzed/spicedb/pull/449
- add prefixes to lookup metrics by @ecordell in https://github.com/authzed/spicedb/pull/477
- configure dispatch for tests by @ecordell in https://github.com/authzed/spicedb/pull/438
- README: add ports to docker, add config section by @jzelinskie in https://github.com/authzed/spicedb/pull/478
- protect prom metric registration with a lock by @ecordell in https://github.com/authzed/spicedb/pull/480
- Add clock skew error as resetable by @samkim in https://github.com/authzed/spicedb/pull/483
- .github: push to dockerhub, use in readme by @jzelinskie in https://github.com/authzed/spicedb/pull/479
- bump crdb to 21.2.7 by @ecordell in https://github.com/authzed/spicedb/pull/484
- expose usagemetric read middleware by @ecordell in https://github.com/authzed/spicedb/pull/487
- Fix handling of REST gateway options and add an integration test by @josephschorr in https://github.com/authzed/spicedb/pull/493
- Use non-prepared statement for revision range query by @samkim in https://github.com/authzed/spicedb/pull/496
- Default transaction row timestamp to UTC by @samkim in https://github.com/authzed/spicedb/pull/495
- Add additional error context onto schema errors by @josephschorr in https://github.com/authzed/spicedb/pull/481
- Add support for
nil
in schema by @josephschorr in https://github.com/authzed/spicedb/pull/494 - Add index and fix limit on Postgres GC by @josephschorr in https://github.com/authzed/spicedb/pull/500
- pkg/cmd: use cobrautil version command by @jzelinskie in https://github.com/authzed/spicedb/pull/491
- Fix nil access issue in developer API when missing an expected subject by @josephschorr in https://github.com/authzed/spicedb/pull/503
- Consolidate crdb tx retry and reset by @samkim in https://github.com/authzed/spicedb/pull/472
- .github: migrate to authzed/actions by @jzelinskie in https://github.com/authzed/spicedb/pull/492
- .github: fix passing of secrets to shared actions by @jzelinskie in https://github.com/authzed/spicedb/pull/507
- update all dependencies by @jakedt in https://github.com/authzed/spicedb/pull/513
- update straggler dependencies by @jakedt in https://github.com/authzed/spicedb/pull/514
- Datastore stats interface by @jakedt in https://github.com/authzed/spicedb/pull/506
- Rename
any
tounion
to fix conflict with new any name in Go 1.18 by @josephschorr in https://github.com/authzed/spicedb/pull/516 - Add more detail to the max depth error and handle as a dev error by @josephschorr in https://github.com/authzed/spicedb/pull/488
Full Changelog: https://github.com/authzed/spicedb/compare/v1.5.0...v1.6.0
Docker Images
This release is available at authzed/spicedb:v1.6.0
, quay.io/authzed/spicedb:v1.6.0
, ghcr.io/authzed/spicedb:v1.6.0