Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2023-05-11 | 1.2 kB | |
spicedb_1.21.0_linux_amd64.rpm | 2023-05-11 | 16.2 MB | |
spicedb_1.21.0_linux_arm64.rpm | 2023-05-11 | 14.8 MB | |
spicedb_1.21.0_linux_amd64.deb | 2023-05-11 | 16.2 MB | |
spicedb_1.21.0_linux_arm64.deb | 2023-05-11 | 14.8 MB | |
spicedb_1.21.0_linux_amd64.apk | 2023-05-11 | 16.2 MB | |
spicedb_1.21.0_linux_arm64.apk | 2023-05-11 | 14.8 MB | |
spicedb_1.21.0_darwin_amd64.tar.gz | 2023-05-11 | 16.4 MB | |
spicedb_1.21.0_darwin_arm64.tar.gz | 2023-05-11 | 16.2 MB | |
spicedb_1.21.0_windows_amd64.tar.gz | 2023-05-11 | 15.7 MB | |
spicedb_1.21.0_windows_arm64.tar.gz | 2023-05-11 | 14.4 MB | |
spicedb_1.21.0_linux_amd64.tar.gz | 2023-05-11 | 15.5 MB | |
spicedb_1.21.0_linux_arm64.tar.gz | 2023-05-11 | 14.3 MB | |
development.wasm | 2023-05-11 | 41.1 MB | |
README.md | 2023-05-11 | 2.9 kB | |
v1.21.0 source code.tar.gz | 2023-05-11 | 805.2 kB | |
v1.21.0 source code.zip | 2023-05-11 | 1.1 MB | |
Totals: 17 Items | 228.6 MB | 0 |
Highlights
📄 Datastore accesses are now paginated to efficiently handle large Reads and LookUps 🚀 Revisions now crossfade across quantization windows to ensure cache usage 🔨 Clients can now leverage gRPC's gzip compression ♾️ Fixed an infinite loop in the Postgres datastore Watch API
What's Changed
- Paginated datastore API by @jakedt in https://github.com/authzed/spicedb/pull/1265
- Add a prometheus counter over the different kinds of write operations by @josephschorr in https://github.com/authzed/spicedb/pull/1268
- some follow ups to paginated datastore by @vroldanbet in https://github.com/authzed/spicedb/pull/1271
- Revert "goreleaser: publish PRs to brew and not commits" by @josephschorr in https://github.com/authzed/spicedb/pull/1273
- Fix goreleaser by @josephschorr in https://github.com/authzed/spicedb/pull/1274
- fix CRDB ReadRelationships throughput regression with new paginated approach by @vroldanbet in https://github.com/authzed/spicedb/pull/1275
- Improve MySQL ReadRelationships paginated throughput by @vroldanbet in https://github.com/authzed/spicedb/pull/1276
- Fix typo in comment by @AmbientLighter in https://github.com/authzed/spicedb/pull/1279
- pkg/cmd/server: enable gzip server compression by @jakedt in https://github.com/authzed/spicedb/pull/1282
- dockerfile: fix path to include /usr/local/bin by @ecordell in https://github.com/authzed/spicedb/pull/1287
- Fix issue where Watch in Postgres was looping endlessly by @josephschorr in https://github.com/authzed/spicedb/pull/1278
- Fix flake in the proxy test by @josephschorr in https://github.com/authzed/spicedb/pull/1288
- Add v1 integration test for stream timeout by @josephschorr in https://github.com/authzed/spicedb/pull/1277
- Add pagination support to ReverseQueryRelationships by @josephschorr in https://github.com/authzed/spicedb/pull/1280
- Crossfade revisions when a new optimized revision is picked by @jakedt in https://github.com/authzed/spicedb/pull/1285
- Fix flake in PG test by @josephschorr in https://github.com/authzed/spicedb/pull/1298
- document the implications of using the
insecure
overlap strategy for cockroachdb by @ecordell in https://github.com/authzed/spicedb/pull/1251 - Dependabot updates for May 2023 by @josephschorr in https://github.com/authzed/spicedb/pull/1301
- Move to Go 1.20.4 to fix a reported vuln in Go by @josephschorr in https://github.com/authzed/spicedb/pull/1305
- Skip initializing the telemetry collector if telemetry is disabled by @josephschorr in https://github.com/authzed/spicedb/pull/1304
- Fix serialization of custom types in caveat context by @josephschorr in https://github.com/authzed/spicedb/pull/1302
New Contributors
- @AmbientLighter made their first contribution in https://github.com/authzed/spicedb/pull/1279
Full Changelog: https://github.com/authzed/spicedb/compare/v1.20.0...v1.21.0