Skip to content

Releases: authzed/zed

v1.0.0

09 Apr 23:09
f8245bf

Choose a tag to compare

Highlights

Our first official release! 🥳

⚠️ Breaking changes

  • Removed zed preview schema compile - it's now just zed schema compile
  • Removed zed watch - it's now just zed relationship watch
  • Removed deprecated revision flag - use the other consistency flags
  • Removed zed permission lookup - it's zed permission lookup-resources
  • Removed deprecated estimated-count flag on bulk-delete - use limit instead

Changelog

  • f8245bf fix: correct error line numbers for non-standard YAML section ordering (#665)
  • 7abd712 chore: fix deps (#669)
  • 3ae500c build(deps): bump the github-actions group across 1 directory with 6 updates (#663)
  • 428b5d0 breaking: Clean up deprecated functionality for v1 (#562)
  • ea23a30 fix: import with schema=false (#510)
  • 80de266 build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#664)
  • 7b71383 chore: pin trivy action (#661)
  • 1a6f6f5 chore: update spicedb to reduce binary size (#660)
  • 7882c7e ci: ensure docs up to date on every PR (#659)
  • fa942ff refactor: backupCreate for testability (#604)
  • 0d466f3 fix: show filename in parse errors for imported files (#657)
  • 660dcd5 fix: persist hostname-override flag to context (#630)
  • 7fde559 fix: hint when .zed file contains YAML validation content (#651)
  • c41198e chore: make compile helptext point at the non-preview command (#656)
  • 6ac7caf fix: show correct filename in error when error happens in a schemaFile (#654)
  • b0cd9a2 build(deps): bump the go-mod group across 1 directory with 9 updates (#653)

v0.36.1

27 Mar 00:27
2229195

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 by @dependabot[bot] in #647
  • fix: relax filepath validation on schemaFile key by @tstirrat15 in #652

Full Changelog: v0.36.0...v0.36.1

v0.36.0

24 Mar 20:26
4df9619

Choose a tag to compare

Highlights

This release makes it so that zed validate works with composable schemas! 🎉

⚠️ Breaking changes

  • If you are using a composable schema, the root schema file must have use import before it does any imports.
  • Before using a partial, you must have use partial.

Changelog

  • 4df9619 chore: bring in spicedb and update compilation (#635)
  • 2a8c2f1 chore: update spicedb (#646)
  • 082eee0 chore: use go 1.25.8 to fix vuln (#643)
  • 3b1acda chore: bump spicedb and fix linting issues (#640)
  • 86d2642 test: fix flaky TestConcurrentBatchWhenOneBatchFailsAndWorkersIsOne (#641)
  • d81920e build(deps): bump goreleaser/goreleaser-action from 6 to 7 in the github-actions group (#632)
  • 509b49c build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (#628)
  • bd1e4af build(deps): bump github.com/docker/cli from 27.5.1+incompatible to 29.2.0+incompatible (#636)
  • dc63cb9 build(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 (#633)
  • 56e9ecd feat: more debug logging when Watch retries (#627)
  • fc49cf5 chore: use arm runners for testing and lint (#626)

v0.35.0

05 Feb 21:55
c5f00b2

Choose a tag to compare

Highlights

  • zed validate now supports the new use self feature
  • The Zed MCP server supports use expiration by default

What's Changed

  • fix: suppress retry logs in version command when SpiceDB unavailable by @ivanauth in #564
  • feat: enable expiration support by default in MCP server by @ivanauth in #618
  • backupformat: strip prefixes w/ empty replacement by @jzelinskie in #620
  • build(deps): bump the go-mod group with 5 updates by @dependabot[bot] in #621
  • build(deps): bump webiny/action-conventional-commits from 1.3.0 to 1.3.1 in the github-actions group by @dependabot[bot] in #622
  • chore: fix self validation by pulling in most recent SpiceDB by @tstirrat15 in #624

Full Changelog: v0.34.1...v0.35.0

v0.34.1

06 Jan 18:41
28a4697

Choose a tag to compare

What's Changed

  • fix: bring in spicedb fix for multiple import behavior by @tstirrat15 in #617

Full Changelog: v0.34.0...v0.34.1

v0.34.0

05 Jan 21:38
aa6268f

Choose a tag to compare

Highlights

  • We added the ability for zed backup to work with SpiceDB instances that don't expose the ExportBulk API (e.g. very old instances or Serverless permissions systems) in #597
  • Fixed backing up relationships with expiration
  • Fixed importing relationships with caveats
  • Fixed some schema compilation edge cases

What's Changed

Full Changelog: v0.33.2...v0.34.0

v0.33.2

17 Dec 22:58
24812d4

Choose a tag to compare

Highlights

  • Improved command documentation by adding examples (#572)
  • Fix for Composable Schema validation and compilation around use directives and with expiration on wildcard relations

What's Changed

New Contributors

Full Changelog: v0.33.1...v0.33.2

v0.33.1

21 Oct 21:51
2dad959

Choose a tag to compare

Highlights

  • Fixed a bug where errors during backup creation would be swallowed instead of displayed
  • Improved error output around PermissionDenied errors
  • You can now write a schema using stdin

What's Changed

New Contributors

Full Changelog: v0.33.0...v0.33.1

v0.33.0

07 Oct 22:08
802742a

Choose a tag to compare

What's Changed

Full Changelog: v0.32.0...v0.33.0

v0.32.0

30 Sep 22:06
2aabe94

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.31.1...v0.32.0