Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2022-07-27 | 1.2 kB | |
spicedb_1.10.0_linux_amd64.rpm | 2022-07-27 | 15.7 MB | |
spicedb_1.10.0_linux_arm64.deb | 2022-07-27 | 14.3 MB | |
spicedb_1.10.0_linux_arm64.rpm | 2022-07-27 | 14.3 MB | |
spicedb_1.10.0_linux_amd64.apk | 2022-07-27 | 15.7 MB | |
spicedb_1.10.0_linux_amd64.deb | 2022-07-27 | 15.7 MB | |
spicedb_1.10.0_linux_arm64.apk | 2022-07-27 | 14.3 MB | |
spicedb_1.10.0_darwin_amd64.tar.gz | 2022-07-27 | 15.8 MB | |
spicedb_1.10.0_darwin_arm64.tar.gz | 2022-07-27 | 15.5 MB | |
spicedb_1.10.0_windows_amd64.tar.gz | 2022-07-27 | 15.1 MB | |
spicedb_1.10.0_windows_arm64.tar.gz | 2022-07-27 | 13.8 MB | |
spicedb_1.10.0_linux_amd64.tar.gz | 2022-07-27 | 15.0 MB | |
spicedb_1.10.0_linux_arm64.tar.gz | 2022-07-27 | 13.7 MB | |
README.md | 2022-07-25 | 3.6 kB | |
v1.10.0 source code.tar.gz | 2022-07-25 | 475.6 kB | |
v1.10.0 source code.zip | 2022-07-25 | 702.2 kB | |
Totals: 16 Items | 180.1 MB | 1 |
Upgrade Notes
Warning This is release includes migrations for Postgres and MySQL datastores that adds a column to the namespace table.
Highlights
- Enabled the ability to safely use Postgres read replicas
- Added a webassembly interface for devtools
- Fixed namespaces not being garbage collected for Postgres & MySQL datastores
- Added health checking and Watch service to HTTP API
- Added seamless TLS certificate rotation
What's Changed
- Return an error instead of calling panic() when debug.ReadBuildInfo() is unavailable by @lmt-swallow in https://github.com/authzed/spicedb/pull/658
- watch TLS certs for changes by @ecordell in https://github.com/authzed/spicedb/pull/656
- expose /healthz endpoint when using the http gateway by @ecordell in https://github.com/authzed/spicedb/pull/661
- *: add NOTICE by @jzelinskie in https://github.com/authzed/spicedb/pull/662
- examples: move k8s deployment into examples by @jzelinskie in https://github.com/authzed/spicedb/pull/667
- Add log of the connection state for dispatcher IsReady check by @josephschorr in https://github.com/authzed/spicedb/pull/664
- Depbot updates for July 5 by @josephschorr in https://github.com/authzed/spicedb/pull/676
- Depbot updates for July 5, part 2 by @josephschorr in https://github.com/authzed/spicedb/pull/682
- Bump cloud.google.com/go/spanner from 1.33.0 to 1.34.0 by @dependabot in https://github.com/authzed/spicedb/pull/678
- Bump github.com/aws/aws-sdk-go from 1.44.47 to 1.44.48 by @dependabot in https://github.com/authzed/spicedb/pull/683
- fix cert rotation test flake by @ecordell in https://github.com/authzed/spicedb/pull/685
- Postgres datastore: make read tx REPEATABLE_READ by @williamdclt in https://github.com/authzed/spicedb/pull/674
- Enable Watch API in REST gateway by @josephschorr in https://github.com/authzed/spicedb/pull/686
- Add a WebAssembly interface for invoking the SpiceDB dev package by @josephschorr in https://github.com/authzed/spicedb/pull/663
- Add retries to MySQL stats test, which can occasionally get back empty stats by @josephschorr in https://github.com/authzed/spicedb/pull/689
- pkg/cmd: document use of application default credentials with spanner by @kirbyquerby in https://github.com/authzed/spicedb/pull/690
- Prevent release version errors from blocking SpiceDB startup by @josephschorr in https://github.com/authzed/spicedb/pull/697
- examples: mv https://github.com/authzed/examples by @jzelinskie in https://github.com/authzed/spicedb/pull/698
- Increase the testing timeout to 30m by @josephschorr in https://github.com/authzed/spicedb/pull/702
- Add a fallback into the MySQL driver for rel count by @josephschorr in https://github.com/authzed/spicedb/pull/701
- Garbage collect namespaces by @jzelinskie in https://github.com/authzed/spicedb/pull/673
- Add a dispatch test that verifies delete preconditions across datastores by @josephschorr in https://github.com/authzed/spicedb/pull/704
- Further fixes to memdb to not panic post-close by @josephschorr in https://github.com/authzed/spicedb/pull/708
New Contributors
- @lmt-swallow made their first contribution in https://github.com/authzed/spicedb/pull/658
- @williamdclt made their first contribution in https://github.com/authzed/spicedb/pull/674
- @kirbyquerby made their first contribution in https://github.com/authzed/spicedb/pull/690
Full Changelog: https://github.com/authzed/spicedb/compare/v1.9.0...v1.10.0
Docker Images
This release is available at authzed/spicedb:v1.10.0
, quay.io/authzed/spicedb:v1.10.0
, ghcr.io/authzed/spicedb:v1.10.0