Skip to content

Releases: authzed/spicedb

v1.44.3

09 Jun 19:45
6555287
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.44.0...v1.44.3

Docker Images

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

v1.44.2

05 Jun 21:04
Compare
Choose a tag to compare

This is a hotfix release that contains the patch for CVE-2025-49011

Full Changelog: v1.44.0...v1.44.2

Docker Images

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

v1.44.0

19 May 19:53
d5479cd
Compare
Choose a tag to compare

Highlights

New Features

  • Add new flag that toggles a new performance insights prometheus metric: --enable-performance-insight-metrics (#2383)

Bug Fixes

  • Fix issue with underscore handling when deleting by object prefix (#2393)

What's Changed

New Contributors

Full Changelog: v1.43.0...v1.44.0

Docker Images

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

v1.43.0

02 May 11:43
9379697
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.42.1...v1.43.0

Docker Images

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

v1.42.1

02 Apr 14:48
4a6fae2
Compare
Choose a tag to compare

What's Changed

  • remove limit in AtRevision in dispatch ResolverMeta by @ecordell in #2296
  • support both old and new read replica flag prefixes by @ecordell in #2300

Full Changelog: v1.42.0...v1.42.1

Docker Images

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

v1.42.0

01 Apr 08:52
1722fd2
Compare
Choose a tag to compare

Warning

1.42.0 introduced a backwards-incompatible change to the --datastore-read-replica-conn-pool-* flags. If you are configuring read replicas, please update your flags or use 1.42.1 instead, which supports both the old and new flags.

What's Changed

New Contributors

Full Changelog: v1.41.0...v1.42.0

Docker Images

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

v1.41.0

03 Mar 15:59
659cdf6
Compare
Choose a tag to compare

Highlights

🪞Schema Reflection APIs are now GA! Reference information about your schema without computing permissions, making it easier to build features like dynamic admin panels
🩵 Postgres and MySQL interface improvements

Don't miss

🎼 Available in zed v0.27.0, you can now try out composable schemas! Introducing two new concepts, schema import statements and partials, we've made it easier to write concise schemas and for multiple teams to work on separate files. For more info, check out the docs.

Features

  • Promote reflection APIs from experimental to V1 schema service by @josephschorr in #2249
  • Support follower read delay flag with Postgres and MySQL datastores by @ecordell in #2245

Enhancements

Fixes

Updated Dependencies

Full Changelog: v1.40.1...v1.41.0

Docker Images

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

v1.40.1

14 Feb 18:03
5e7c223
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.40.0...v1.40.1

Docker Images

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

v1.40.0

24 Jan 12:13
ec216dc
Compare
Choose a tag to compare

Note

All datastores have a migration to add new columns for relationship expiration support

Highlights

⌛ Expiring relationships
⚡ Experimental SQL optimization
🔧 Read replica fixes

Features

Introducing first class support for expiring relationships in SpiceDB! Developers can now define a lifespan for relationships in schema, preventing unintended access through lingering permissions. Relationship expiration terms can also be dynamically defined by application end users, providing them with even more granular control over how they choose to share data.

For more details, refer to SpiceDB documentation: https://authzed.com/docs/spicedb/concepts/expiring-relationships

End to end support for experimental first-class relationship expiration feature by @josephschorr in #2152

Enhancements

Various improvements

Garbage collection

Datastore tests

Observability, Debugging

Caveats

  • Move caveat loading into a shared runner to reduce overhead in dispatch by @josephschorr in #2179
  • Switch postgres to use a set and return an error if a duplicate caveat name is given by @josephschorr in #2199
  • Relationships selected in SQL-based datastores now elide columns that have static values by @josephschorr in #2096

Fixes

Updated dependencies

New Contributors

Full Changelog: v1.39.0...v1.40.0

Docker Images

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

v1.39.1

12 Dec 19:35
742ffd7
Compare
Choose a tag to compare

This patch release includes a fix for a bug where exporting relationships were not including caveats.

What's Changed

Full Changelog: v1.39.0...v1.39.1

Docker Images

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