Spicedb Versions Save

Open Source, Google Zanzibar-inspired fine-grained permissions database

v1.22.1-rc1

10 months ago

What's Changed

Full Changelog: https://github.com/authzed/spicedb/compare/v1.22.0...v1.22.1-rc1

Docker Images

This release is available at authzed/spicedb:v1.22.1-rc1, quay.io/authzed/spicedb:v1.22.1-rc1, ghcr.io/authzed/spicedb:v1.22.1-rc1

v1.22.2

10 months ago

What's Changed

Full Changelog: https://github.com/authzed/spicedb/compare/v1.22.0...v1.22.2

Docker Images

This release is available at authzed/spicedb:v1.22.2, quay.io/authzed/spicedb:v1.22.2, ghcr.io/authzed/spicedb:v1.22.2

v1.22.1

10 months ago

What's Changed

Full Changelog: https://github.com/authzed/spicedb/compare/v1.22.0...v1.22.1

v1.22.0

10 months ago

Warning This release contains an issue with the LookupResources implementation. Please wait for a patch release unless you are confident you will not be using LookupResources.

Highlights

🚀 Experimental Bulk Load/Export APIs are now available ⚡ Cursors and Limits now available on LookupResources and ReadRelationships APIs 🪳 Cockroach driver now balances load over CockroachDB nodes and accepts per-request overlap keys 🎊 Schema API now returns ZedTokens 🎉 SpiceDB will now write exit codes and a termination log on exit ⛓️ Spanner datastore now uses native changestreams for the Watch API 🥇 Datastores now use upsert semantics for TOUCH write operations where possible

Upgrade Notes

Warning This is release includes changes for dispatching, which can result in an increased error rate during rollout. To avoid, deploy as a distinct cluster and switch over your load balancer(s)

Spanner

Warning This is release includes migrations for the Spanner datastore to support native change streams. To learn more about migrations, see the migration documentation. To automate migrations, Kubernetes users can run the SpiceDB Operator.

If not using the operator, Spanner users have two options: zero downtime or not.

Downtime

  1. Ensure SpiceDB v1.21.0 was running
  2. Shut off SpiceDB in all clusters
  3. Run spicedb migrate head using SpiceDB v1.22.0
  4. Rollout v1.22.0 to your cluster(s)

Zero-downtime

  1. Ensure SpiceDB v1.21.0 is currently running
  2. Run spicedb migrate register-tuple-change-stream using SpiceDB v1.22.0
  3. Rollout v1.22.0 to your cluster(s) with the following flag: --datastore-migration-phase=write-changelog-read-changelog
  4. Rollout v1.22.0 to your cluster(s) with the following flag: --datastore-migration-phase=write-changelog-read-stream
  5. Once the rollout is fully complete, run spicedb migrate drop-changelog-table using SpiceDB v1.22.0
  6. Rollout v1.22.0 to your cluster(s) with the --datastore-migration-phase flag removed

What's Changed

New Contributors

Full Changelog: https://github.com/authzed/spicedb/compare/v1.21.0...v1.22.0

Docker Images

This release is available at authzed/spicedb:v1.22.0, quay.io/authzed/spicedb:v1.22.0, ghcr.io/authzed/spicedb:v1.22.0

v1.22.0-rc8

10 months ago

What's Changed

Full Changelog: https://github.com/authzed/spicedb/compare/v1.22.0-rc7...v1.22.0-rc8

Docker Images

This release is available at authzed/spicedb:v1.22.0-rc8, quay.io/authzed/spicedb:v1.22.0-rc8, ghcr.io/authzed/spicedb:v1.22.0-rc8

v1.22.0-rc7

10 months ago

What's Changed

Full Changelog: https://github.com/authzed/spicedb/compare/v1.22.0-rc6...v1.22.0-rc7

Docker Images

This release is available at authzed/spicedb:v1.22.0-rc7, quay.io/authzed/spicedb:v1.22.0-rc7, ghcr.io/authzed/spicedb:v1.22.0-rc7

v1.22.0-rc6

10 months ago

What's Changed

Full Changelog: https://github.com/authzed/spicedb/compare/v1.22.0-rc5...v1.22.0-rc6

Docker Images

This release is available at authzed/spicedb:v1.22.0-rc6, quay.io/authzed/spicedb:v1.22.0-rc6, ghcr.io/authzed/spicedb:v1.22.0-rc6

v1.22.0-rc5

10 months ago

What's Changed

Full Changelog: https://github.com/authzed/spicedb/compare/v1.22.0-rc4...v1.22.0-rc5

v1.22.0-rc4

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/authzed/spicedb/compare/v1.22.0-rc2...v1.22.0-rc4

Docker Images

This release is available at authzed/spicedb:v1.22.0-rc4, quay.io/authzed/spicedb:v1.22.0-rc4, ghcr.io/authzed/spicedb:v1.22.0-rc4

v1.22.0-rc2

11 months ago

What's Changed

Full Changelog: https://github.com/authzed/spicedb/compare/v1.22.0-rc1...v1.22.0-rc2

Docker Images

This release is available at authzed/spicedb:v1.22.0-rc2, quay.io/authzed/spicedb:v1.22.0-rc2, ghcr.io/authzed/spicedb:v1.22.0-rc2