Download Latest Version spicedb_1.53.0_darwin_amd64.tar.gz (25.0 MB)
Email in envelope

Get an email when there's a new version of spicedb

Home / v1.53.0
Name Modified Size InfoDownloads / Week
Parent folder
checksums.txt 2026-05-13 984 Bytes
spicedb_1.53.0_linux_amd64.deb 2026-05-13 24.4 MB
spicedb_1.53.0_linux_arm64.deb 2026-05-13 22.1 MB
spicedb_1.53.0_linux_amd64.apk 2026-05-13 25.4 MB
spicedb_1.53.0_linux_amd64.rpm 2026-05-13 24.4 MB
spicedb_1.53.0_linux_arm64.apk 2026-05-13 23.0 MB
spicedb_1.53.0_linux_arm64.rpm 2026-05-13 22.1 MB
spicedb_1.53.0_darwin_amd64.tar.gz 2026-05-13 25.0 MB
spicedb_1.53.0_darwin_arm64.tar.gz 2026-05-13 23.4 MB
spicedb_1.53.0_linux_amd64.tar.gz 2026-05-13 24.4 MB
spicedb_1.53.0_linux_arm64.tar.gz 2026-05-13 22.2 MB
spicedb_1.53.0_windows_amd64.zip 2026-05-13 25.0 MB
windows_checksums.txt 2026-05-13 99 Bytes
development.wasm 2026-05-13 75.3 MB
README.md 2026-05-11 4.4 kB
v1.53.0 source code.tar.gz 2026-05-11 3.2 MB
v1.53.0 source code.zip 2026-05-11 4.0 MB
Totals: 17 Items   344.0 MB 2

Added

This feature stores the entire schema as a single serialized proto rather than reading individual namespace and caveat definitions separately, significantly improving schema read performance.

Migration to unified schema storage is controlled by the --experimental-schema-mode flag, which supports a 4-phase rolling migration:

  1. read-legacy-write-legacy (default) - No change; reads and writes use legacy per-definition storage.
  2. read-legacy-write-both - Reads from legacy storage, writes to both legacy and unified storage. This is the first migration step and backfills the unified schema table.
  3. read-new-write-both - Reads from unified storage, writes to both. Validates the new read path while maintaining backward compatibility.
  4. read-new-write-new - Reads and writes only unified storage. This is the final migration target.

Deployment:

  • With the SpiceDB Operator:* Configure the operator to roll through stages 1 through 4 in sequence. The operator handles the rolling update of SpiceDB instances at each stage.
  • Without the operator:* Progress through the stages manually by updating the --experimental-schema-mode flag and performing a rolling restart at each stage. You can also take the system down briefly and move directly from stage 1 to stage 4, which runs the full migration in one step.

Changed

Fixed

What's Changed

Full Changelog: https://github.com/authzed/spicedb/compare/v1.52.0...v1.53.0

Docker Images

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

Source: README.md, updated 2026-05-11