Download Latest Version spicedb_1.56.0_windows_amd64.zip (24.9 MB)
Email in envelope

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

Home / v1.54.0
Name Modified Size InfoDownloads / Week
Parent folder
checksums.txt 2026-06-19 984 Bytes
spicedb_1.54.0_linux_amd64.deb 2026-06-19 24.2 MB
spicedb_1.54.0_linux_arm64.deb 2026-06-19 22.0 MB
spicedb_1.54.0_linux_arm64.rpm 2026-06-19 21.9 MB
spicedb_1.54.0_linux_amd64.apk 2026-06-19 25.3 MB
spicedb_1.54.0_linux_amd64.rpm 2026-06-19 24.2 MB
spicedb_1.54.0_linux_arm64.apk 2026-06-19 22.8 MB
spicedb_1.54.0_darwin_amd64.tar.gz 2026-06-19 24.8 MB
spicedb_1.54.0_darwin_arm64.tar.gz 2026-06-19 23.2 MB
spicedb_1.54.0_linux_amd64.tar.gz 2026-06-19 24.2 MB
spicedb_1.54.0_linux_arm64.tar.gz 2026-06-19 22.0 MB
spicedb_1.54.0_windows_amd64.zip 2026-06-18 24.9 MB
windows_checksums.txt 2026-06-18 99 Bytes
README.md 2026-06-18 14.1 kB
v1.54.0 source code.tar.gz 2026-06-18 3.3 MB
v1.54.0 source code.zip 2026-06-18 4.1 MB
Totals: 16 Items   266.9 MB 0

Security

Added

Changed

Fixed

  • The watching schema cache (--enable-experimental-watchable-schema-cache) no longer enters permanent fallback on transient watch errors. A new supervisor restarts the watch cycle with bounded exponential backoff and only treats caller-driven cancellation or unsupported-watch as terminal (https://github.com/authzed/spicedb/pull/3134)
  • Watch consumers that request WatchCheckpoints now eventually observe every revision returned by WriteRelationships as a checkpoint. MemDB regressed this in https://github.com/authzed/spicedb/pull/2578 for no-op writes and MySQL never emitted checkpoints at all prior to now. Both now emit a checkpoint at the new revision. (https://github.com/authzed/spicedb/pull/3114)
  • When Query Planner evaluates a union, short-circuit if one of the branches yields a positive un-caveated result (https://github.com/authzed/spicedb/pull/3120)
  • DispatchQueryPlan previously did not try to use the singleflight middleware for check calls. (https://github.com/authzed/spicedb/pull/3119)
  • Fixed regression introduced in 1.53.0. Postgres HeadRevision no longer allocates a new transaction ID on every call (https://github.com/authzed/spicedb/pull/3127)
  • Fixed regression introduced in 1.53.0 for MySQL migration scripts (https://github.com/authzed/spicedb/pull/3129)
  • Query Planner: LookupSubjects no longer returns a subject excluded from a wildcard (e.g. viewer:* - banned) when the exclusion feeds an intersection (experimental --experimental-query-plan ls) (https://github.com/authzed/spicedb/pull/3136)
  • Tracing: When server is shutting down, flush traces. Also, elide the need for setting OTEL_EXPORTER_OTLP_ENDPOINT. (https://github.com/authzed/spicedb/pull/3108)
  • Fixed a LookupSubjects issue in the query planner around the handling of wildcards in compound permissions (https://github.com/authzed/spicedb/pull/3140)
  • MySQL: identifiers (object/subject IDs and relationship counter names) are now stored with a case-sensitive (binary) collation, matching the Postgres, CockroachDB, and Spanner datastores. Previously, identifiers differing only in letter case (e.g. Foo and foo) incorrectly collided in unique indexes and lookups. ⚠️ The migration rebuilds the relation_tuple table in place via ALTER TABLE, which can hold a metadata/table lock for a long time on large datasets — run the upgrade in a low-traffic window, or apply it with an online schema-change tool (e.g. gh-ost). (https://github.com/authzed/spicedb/pull/3161)
  • server.NewConfigWithOptionsAndDefaults now populates Config and its embedded structs with the same defaults as the CLI flags, fixing zero-value behavior when embedding SpiceDB as a library. (https://github.com/authzed/spicedb/pull/3156)

What's Changed

New Contributors

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

Docker Images

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

What's Changed

New Contributors

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

Docker Images

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

Source: README.md, updated 2026-06-18