Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
spicedb_1.7.0_linux_arm64.deb | 2022-04-27 | 10.7 MB | |
spicedb_1.7.0_linux_amd64.deb | 2022-04-27 | 11.7 MB | |
spicedb_1.7.0_linux_arm64.apk | 2022-04-27 | 10.7 MB | |
spicedb_1.7.0_linux_amd64.apk | 2022-04-27 | 11.7 MB | |
spicedb_1.7.0_linux_amd64.rpm | 2022-04-27 | 11.7 MB | |
spicedb_1.7.0_darwin_amd64.tar.gz | 2022-04-27 | 11.8 MB | |
spicedb_1.7.0_windows_arm64.tar.gz | 2022-04-27 | 10.4 MB | |
spicedb_1.7.0_linux_arm64.rpm | 2022-04-27 | 10.8 MB | |
spicedb_1.7.0_windows_amd64.tar.gz | 2022-04-27 | 11.3 MB | |
spicedb_1.7.0_darwin_arm64.tar.gz | 2022-04-27 | 11.5 MB | |
spicedb_1.7.0_linux_amd64.tar.gz | 2022-04-27 | 11.2 MB | |
checksums.txt | 2022-04-27 | 1.2 kB | |
spicedb_1.7.0_linux_arm64.tar.gz | 2022-04-27 | 10.3 MB | |
README.md | 2022-04-27 | 4.6 kB | |
v1.7.0 source code.tar.gz | 2022-04-27 | 444.6 kB | |
v1.7.0 source code.zip | 2022-04-27 | 662.6 kB | |
Totals: 16 Items | 135.1 MB | 1 |
Highlights
- MySQL Datastore introduced!
- Two major performance improvments
- MemDB & Postgres now support quantized revisions
- Cache keys are now canonicalized and reused across various RPCs
- Telemetry reporting added. For more info see TELEMETRY.md
- Support for specifying multiple preshared keys
What's Changed
- Telemetry stats by @jakedt in https://github.com/authzed/spicedb/pull/515
- .github: grant github token package write by @jzelinskie in https://github.com/authzed/spicedb/pull/520
- .github: add back contents permission on release by @jzelinskie in https://github.com/authzed/spicedb/pull/521
- crdb: coalesce relationship estimate to handle 0 relationship case by @ecordell in https://github.com/authzed/spicedb/pull/523
- create spanner changelog entries client side by @jakedt in https://github.com/authzed/spicedb/pull/522
- k8s: add RBAC and flesh out example by @jzelinskie in https://github.com/authzed/spicedb/pull/526
- Have the GC index for Postgres be created concurrently by @josephschorr in https://github.com/authzed/spicedb/pull/501
- introduces mysql datastore by @vroldanbet in https://github.com/authzed/spicedb/pull/525
- CODEOWNERS: init by @jzelinskie in https://github.com/authzed/spicedb/pull/531
- Switch MySQL tests to explicitly specify amd64 by @josephschorr in https://github.com/authzed/spicedb/pull/533
- Cache canonicalization by @josephschorr in https://github.com/authzed/spicedb/pull/485
- Quantize revisions for memdb, postgres datastores by @jakedt in https://github.com/authzed/spicedb/pull/527
- mysql: refactor tests to share builders by @jakedt in https://github.com/authzed/spicedb/pull/536
- Only run MySQL tests in CI by @josephschorr in https://github.com/authzed/spicedb/pull/535
- Have the Docker-image based test suite run solely those tests by @josephschorr in https://github.com/authzed/spicedb/pull/540
- gomod: bump cobrautil by @jzelinskie in https://github.com/authzed/spicedb/pull/543
- Add support for multiple preshared keys by @josephschorr in https://github.com/authzed/spicedb/pull/537
- mysql: run ANALYZE TABLE before Statistics in tests by @jakedt in https://github.com/authzed/spicedb/pull/548
- mysql: wire up the mysql datastore engine to the CLI by @sbryant in https://github.com/authzed/spicedb/pull/532
- makes cli application return non-zero error code on errors by @vroldanbet in https://github.com/authzed/spicedb/pull/541
- gomod: bump xxhash, go by @jzelinskie in https://github.com/authzed/spicedb/pull/545
- sets mysql manager singleton by @vroldanbet in https://github.com/authzed/spicedb/pull/550
- moves seeding to the initialization of the datastore by @vroldanbet in https://github.com/authzed/spicedb/pull/539
- Add integration testing for the migrate command by @josephschorr in https://github.com/authzed/spicedb/pull/551
- Fix revive lint warnings by @nbarbey in https://github.com/authzed/spicedb/pull/556
- Postgres optimized revision caching by @jakedt in https://github.com/authzed/spicedb/pull/555
- update to a version of rudd that doesn't race by @ecordell in https://github.com/authzed/spicedb/pull/557
- mysql: use a stable unique ID for stats by @jakedt in https://github.com/authzed/spicedb/pull/546
- Combine unit and integration jobs by @ecordell in https://github.com/authzed/spicedb/pull/559
- README: refresh features, make CTAs scannable by @jzelinskie in https://github.com/authzed/spicedb/pull/554
- README: adjust feature wording and links by @jzelinskie in https://github.com/authzed/spicedb/pull/560
- internal/telemetry: report go version, git commit by @jzelinskie in https://github.com/authzed/spicedb/pull/553
- Dispatch tests and metrics flag by @josephschorr in https://github.com/authzed/spicedb/pull/561
- dispatch: fix NPE possibility from nil check response by @jakedt in https://github.com/authzed/spicedb/pull/562
- Add a check on startup for the last released version of SpiceDB by @josephschorr in https://github.com/authzed/spicedb/pull/564
- remove remaining references to revision fuzzing by @jakedt in https://github.com/authzed/spicedb/pull/566
New Contributors
- @sbryant made their first contribution in https://github.com/authzed/spicedb/pull/532
- @nbarbey made their first contribution in https://github.com/authzed/spicedb/pull/556
Full Changelog: https://github.com/authzed/spicedb/compare/v1.6.0...v1.7.0
Docker Images
This release is available at authzed/spicedb:v1.7.0
, quay.io/authzed/spicedb:v1.7.0
, ghcr.io/authzed/spicedb:v1.7.0