spicedb 1.54.0#288741
Merged
Merged
Conversation
stefanb
approved these changes
Jun 19, 2026
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
Changed
GRPCDialContextas a handle on the server used deprecated gRPC methods. We modernized it and renamed it toNewClient(chore: rework handles for gRPC tests authzed/spicedb#3147)Fixed
--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 (fix(schemacache): supervisor recovers from transient watch errors authzed/spicedb#3134)WatchCheckpointsnow eventually observe every revision returned byWriteRelationshipsas a checkpoint. MemDB regressed this in perf: have the Changes functions return an iter authzed/spicedb#2578 for no-op writes and MySQL never emitted checkpoints at all prior to now. Both now emit a checkpoint at the new revision. (fix: Watch checkpointing in memdb and mysql authzed/spicedb#3114)HeadRevisionno longer allocates a new transaction ID on every call (fix: postgres implementation of HeadRevision authzed/spicedb#3127)LookupSubjectsno longer returns a subject excluded from a wildcard (e.g.viewer:* - banned) when the exclusion feeds an intersection (experimental--experimental-query-plan ls) (fix(query): respect wildcard ExcludedSubjects in LookupSubjects intersection authzed/spicedb#3136)OTEL_EXPORTER_OTLP_ENDPOINT. (otel: replace cobraotel with native lifecycle management authzed/spicedb#3108)Fooandfoo) incorrectly collided in unique indexes and lookups. ⚠️ The migration rebuilds therelation_tupletable in place viaALTER 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). (fix(mysql): store identifiers with a case-sensitive (binary) collation authzed/spicedb#3161)server.NewConfigWithOptionsAndDefaultsnow populatesConfigand its embedded structs with the same defaults as the CLI flags, fixing zero-value behavior when embedding SpiceDB as a library. (fix: set library-friendly defaults on server Config authzed/spicedb#3156)View the full release notes at https://github.com/authzed/spicedb/releases/tag/v1.54.0.