Skip to content

Releases: authzed/zed

v0.27.0

06 Feb 18:34
d5dcb8c
Compare
Choose a tag to compare

What's New

Composable schema support! See documentation here: https://authzed.com/docs/spicedb/modeling/composable-schemas

What's Changed

Full Changelog: v0.26.0...v0.27.0

v0.26.0

29 Jan 20:40
b37fe84
Compare
Choose a tag to compare

What's New

You can now add an expiration to a relationship written by zed with the --expiration flag:

      --expiration-time string   the expiration time for the relationship in RFC 3339 format

In practice:

zed relationship touch resource:1 reader user:1 --expiration-time 2025-12-09T16:09:53+00:00

What's Changed

Full Changelog: v0.25.0...v0.26.0

v0.25.0

22 Jan 17:46
f150a84
Compare
Choose a tag to compare

New in this release

  • You can now add --explain to a bulk check call and get the same kind of debug output that you get on a normal check call
  • You can now have a schemaFile key in your validation yaml files that references an external schema by path. This allows for a schema file to be kept separate from the validation file without having to manually concatenate.
  • You can now run zed validate with multiple files as arguments. Together with the previous change, this should mean that you can have a folder full of independent validation files that describe separate test cases and all reference the same schema.

What's Changed

Full Changelog: v0.24.0...v0.25.0

v0.24.0

06 Jan 22:07
ad78db0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.0...v0.24.0

v0.23.0

07 Nov 21:19
7a040e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0

v0.22.0

24 Oct 17:59
b273ad6
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/authzed/spicedb from 1.35.3 to 1.37.1 by @dependabot in #427
  • build(deps): bump the go-mod group across 1 directory with 6 updates by @dependabot in #428
  • Add additional context to the max size errors received occasionally on backup by @josephschorr in #429

Full Changelog: v0.21.5...v0.22.0

v0.21.5

03 Oct 18:59
ceb5e31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.4...v0.21.5

v0.21.4

19 Sep 22:53
46db2fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.3...v0.21.4

v0.21.3

19 Sep 15:48
e4ccc20
Compare
Choose a tag to compare

Fixing broken release process

What's Changed

Full Changelog: v0.21.2...v0.21.3

v0.21.2

19 Sep 09:22
2bea8cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.1...v0.22.0