Note
All datastores have a migration to add new columns (MySQL, Postgres) or new tables (CRDB, Spanner) for transaction metadata
Highlights
ℹ️ Write transactions now support metadata which can be attached to the call and which is then returned by the Watch API
What's Changed
- Implement support for metadata associated with read-write transactions by @josephschorr in #1914
- emit memdb checkpoints after changes by @vroldanbet in #2082
- reduce build times in CI by @vroldanbet in #2085
- Bump the go-mod group with 15 updates by @dependabot in #2083
- Add API support for transaction metadata on WriteRels and DeleteRels by @josephschorr in #2084
- fix CI errors on recent merge by @vroldanbet in #2092
- metrics: spicedb_environment_info from telemetry by @jzelinskie in #2093
Full Changelog: v1.37.0...v1.38.0
Docker Images
This release is available at authzed/spicedb:v1.38.0
, quay.io/authzed/spicedb:v1.38.0
, ghcr.io/authzed/spicedb:v1.38.0