Releases: authzed/zed
Releases · authzed/zed
v0.30.2
What's Changed
- attempt to fix docs workflow by @miparnisari in #500
- amend #500 by letting peter-evans/create-pull-request create the commit by @miparnisari in #502
- do not retry import bulk by @vroldanbet in #505
Full Changelog: v0.30.1...v0.30.2
v0.30.1
What's Changed
- fix typo in goreleaser.windows.yml by @miparnisari in #499
Full Changelog: v0.30.0...v0.30.1
v0.30.0
What's Changed
- Add support for composable schemas in
zed validate
by @miparnisari in #478
Full Changelog: v0.29.0...v0.30.0
v0.29.0
What's Changed
- add test to validate cmd and fix regression by @miparnisari in #494
- fix positioning of error when schema isn't first section by @miparnisari in #495
- fix flakey validate test by @miparnisari in #497
- add unit tests to preview schema command by @miparnisari in #496
- add client-wide retries by @vroldanbet in #498
- print usage only on parse/validation errors by @vroldanbet in #493
Full Changelog: v0.28.0...v0.29.0
v0.28.0
Highlights
- Added resumable backup support to
zed backup
- Added cursor support to
zed permission lookup-resources
- Added socks5 proxy support
What's Changed
- docs: update gh workflow and docs dir by @kartikaysaxena in #465
- docs: fixed workflow by @kartikaysaxena in #466
- workflow: perms updated by @kartikaysaxena in #467
- build(deps): bump the go-mod group with 8 updates by @dependabot in #473
- feat: add socks5 proxy support by @kartikaysaxena in #474
- Bump to most recent spicedb version by @tstirrat15 in #476
- client: bypass endpoint name resolution by @kartikaysaxena in #477
- build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot in #479
- goreleaser: add goreleaser config for publishing to chocolatey by @kartikaysaxena in #481
- Use golangci-lint v2 by @tstirrat15 in #484
- build(deps): bump the go-mod group with 9 updates by @dependabot in #483
- add gci and usetesting linters by @miparnisari in #486
- Use new schema package instead of typesystem by @tstirrat15 in #489
- add tests for validate cmd by @miparnisari in #490
- add more validate tests by @miparnisari in #491
- perms: add support for cursor and show-cursor flags in lookup resources by @kartikaysaxena in #485
- introduce resumable backups by @vroldanbet in #492
New Contributors
- @miparnisari made their first contribution in #486
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's New
Composable schema support! See documentation here: https://authzed.com/docs/spicedb/modeling/composable-schemas
What's Changed
- build(deps): bump the go-mod group with 4 updates by @dependabot in #462
- Add zed schema compile command by @tstirrat15 in #432
- Added magefile to generate docs with github workflow by @kartikaysaxena in #456
Full Changelog: v0.26.0...v0.27.0
v0.26.0
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
v0.25.0
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
- Document resource ID prefix filtering by @alecmerdler in #450
- Add --explain support for check bulk permission by @josephschorr in #452
- Added multiple validation files parsing support by @kartikaysaxena in #455
- Fixes for zed validate on multiple files by @tstirrat15 in #457
Full Changelog: v0.24.0...v0.25.0
v0.24.0
What's Changed
- Add a basic schema diff command into zed by @josephschorr in #439
- build(deps): bump the go-mod group across 1 directory with 14 updates by @dependabot in #440
- Add NOTICE file by @tstirrat15 in #441
- build(deps): bump the go-mod group with 8 updates by @dependabot in #446
- Display usage string when incorrect arg number by @kartikaysaxena in #444
- Bump to most recent SpiceDB version by @tstirrat15 in #447
New Contributors
- @kartikaysaxena made their first contribution in #444
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
- Update against most recent spicedb by @tstirrat15 in #431
- Add --force-color flag to zed validate by @tstirrat15 in #435
- Update spicedb version to 1.38 by @tstirrat15 in #437
Full Changelog: v0.22.0...v0.23.0