Skip to content

v0.0.4: Update API

Compare
Choose a tag to compare
@goodhamgupta goodhamgupta released this 14 Jun 07:47
· 14 commits to main since this release

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