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
- Bump to v1.3.0 of authzed-go by @tstirrat15 in #459
- Added expiration functionality to relationship writing by @kartikaysaxena in #458
- Fix import behavior by @tstirrat15 in #461
Full Changelog: v0.25.0...v0.26.0