Skip to content

v1.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 18:26
· 2297 commits to main since this release
v1.13.0
ddce492

Highlights

  • Dispatched checks are now batched performed improving performance
  • Protobuf serialization is now much faster by using vtprotobuf to avoid reflection
  • Dispatch API is now compressed with Snappy
  • Cache sizes can now be configured with percentages of free memory

Warning
This release contains a change to the internal dispatch API, which means that v1.13.0 and v1.12.0 can not dispatch to each other during a rolling upgrade. To upgrade without downtime, run these as separate Kubernetes services, or disable dispatch before upgrading.

What's Changed

Full Changelog: v1.12.0...v1.13.0

Docker Images

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