Releases: goodhamgupta/authzed_ex
Releases · goodhamgupta/authzed_ex
v0.0.6
v0.0.5: Add experimented service
What's Changed
Full Changelog: v0.0.4...v0.0.5
v0.0.4: Update API
What's Changed
- Update the SpiceDB API spec to the buf commit:
1b83af201dea4437913b2fefe52fdae90d166c9a
which includes support for- Cursors
- Bulk import / export of relationships
- Update protobuf to 0.12.0 and updated tests to remove the use of new method as it is now deprecated (see error below)
warning: Authzed.Api.V1.WriteSchemaRequest.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
test/authzed_test.exs:56: AuthzedTest."test basic operation"/1
- Bump package version to 0.0.4
Full Changelog: v0.0.3...v0.0.4
v0.0.3: Bug Fixes
Bump elixir version to v1.14
Update installation instructions in README
Update SpiceDB protocol buffers to 1b83af201dea4437913b2fefe52fdae90d166c9a and regenerate protobuf files.
v0.0.2: Bug Fixes
This release made a few bug fixes:
Bump otp version to 24.0
Change otp version in protobuf workflow
Add homebrew to PATH in workflow
Update SpiceDB protocol buffers to 2223af59a540b11a7f49ae31df732cee15b0cff8 and regenrate protobuf files
v0.0.1: Elixir client for SpiceDB
authzed_ex
is an Elixir client for SpiceDB. 🎉 😄 There are still a few rough edges in the library, but I hope to fix them in the upcoming releases.