Skip to content

Releases: authzed/zed

v0.30.2

29 Apr 15:23
805b0b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.30.1...v0.30.2

v0.30.1

25 Apr 15:56
e0d4b92
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.30.0...v0.30.1

v0.30.0

24 Apr 21:58
7268b9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.0...v0.30.0

v0.29.0

24 Apr 17:39
0c95dac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.0...v0.29.0

v0.28.0

23 Apr 16:06
ce8c112
Compare
Choose a tag to compare

Highlights

  • Added resumable backup support to zed backup
  • Added cursor support to zed permission lookup-resources
  • Added socks5 proxy support

What's Changed

New Contributors

Full Changelog: v0.27.0...v0.28.0

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