Releases: authzed/zed
Releases · authzed/zed
v0.33.2
Highlights
- Improved command documentation by adding examples (#572)
- Fix for Composable Schema validation and compilation around
usedirectives andwith expirationon wildcard relations
What's Changed
- docs: add examples to some commands by @miparnisari in #572
- build(deps): bump github.com/ccoveille/go-safecast to v2.0.0 by @ccoVeille in #574
- Reduce flakiness of wasm tests by @tstirrat15 in #576
- build(deps): bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0 by @dependabot[bot] in #580
- build(deps): bump the go-mod group across 1 directory with 14 updates by @dependabot[bot] in #581
- build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 by @dependabot[bot] in #583
- build: more automation on docs workflow by @miparnisari in #589
- ci: add conventional commit linting by @tstirrat15 in #592
- chore: update recursion depth error handling by @tstirrat15 in #591
- fix: allow relations named 'schema' in zed validate by @ivanauth in #585
- fix: docs path by @miparnisari in #594
- chore: pull in lint rules from spicedb by @tstirrat15 in #600
- fix: fix composable schema validation by bringing in latest spicedb by @tstirrat15 in #601
New Contributors
- @ccoVeille made their first contribution in #574
Full Changelog: v0.33.1...v0.33.2
v0.33.1
Highlights
- Fixed a bug where errors during backup creation would be swallowed instead of displayed
- Improved error output around
PermissionDeniederrors - You can now write a schema using stdin
What's Changed
- chore: update goreleaser and update goreleaser files by @miparnisari in #561
- fix: schema write from stdin by @miparnisari in #557
- chore: minor fixes to docs by @miparnisari in #563
- fix: correct typo 'ceritficate' to 'certificate' in error messages by @ivanauth in #565
- fix: convert global command variables to local instances by @ivanauth in #566
- Prevent
zed backup createfrom swallowing network errors by @tstirrat15 in #568
New Contributors
Full Changelog: v0.33.0...v0.33.1
v0.33.0
What's Changed
- Disable first-line-heading markdownlint rule by @samkim in #549
- build(deps): bump the go-mod group with 14 updates by @dependabot[bot] in #550
- test: fix flaky TestValidate by @miparnisari in #555
- chore: measure code coverage by @miparnisari in #558
- chore: add mage targets for linting by @miparnisari in #559
- fix: update version command to support spicedb>v1.45.4 by @miparnisari in #560
Full Changelog: v0.32.0...v0.33.0
v0.32.0
What's Changed
- update linter action by @miparnisari in #544
- fix: implement more robust retries for Watch by @miparnisari in #535
- feat: start on an agent for developing schemas by @josephschorr in #545
- Move MCP command behind experimental command by @josephschorr in #548
- Update docs components with latest changes from docs site by @samkim in #547
New Contributors
Full Changelog: v0.31.1...v0.32.0
v0.31.1
Highlights
Fixed a bug where a retryable error during backup creation would cause the client to restart the stream from the beginning, which was unhelpful.
What's Changed
- build(deps): bump the go-mod group across 1 directory with 16 updates by @dependabot[bot] in #541
- build(deps): bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #540
- Fix backup retry behavior by @tstirrat15 in #543
Full Changelog: v0.31.0...v0.31.1
v0.31.0
Notables
- Better warning/error output for validation
- Add
--fail-on-warnflag forzed validateso that you can have stricter linting if desired
What's Changed
- update readme, update deprecation notice by @miparnisari in #506
- Move zed schema compile out of preview by @tstirrat15 in #507
- auto-generate more complete docs by @miparnisari in #503
- update docs and fix docs workflow by @miparnisari in #508
- changes to get the tests to pass on Windows by @miparnisari in #511
- Update yum installation instructions by @tstirrat15 in #518
- fix chocolatey fields by @miparnisari in #520
- build(deps): bump the go-mod group with 10 updates by @dependabot[bot] in #519
- use ImportBulk and ExportBulk instead by @kartikaysaxena in #524
- Update go.mod to retract v1.14.0 by @ensonic in #525
- build(deps): bump github.com/authzed/spicedb from 1.44.0 to 1.44.2 in the go_modules group by @dependabot[bot] in #521
- update docs generation to make linter happy by @miparnisari in #528
- added a verbose message for keyring error by @sohanmaheshwar in #533
- validationfile: bubble up validation err with more context by @kartikaysaxena in #530
- Add fail-on-warn flag to validate by @tstirrat15 in #539
- Fix regression in warning output by @tstirrat15 in #538
New Contributors
- @ensonic made their first contribution in #525
- @sohanmaheshwar made their first contribution in #533
Full Changelog: v0.30.2...v0.31.0
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 validateby @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