goodhamgupta / authzed_ex

Unofficial SpiceDB client library for Elixir
Apache License 2.0
15 stars 8 forks source link

Update SpiceDB API #13

Closed ssepml closed 1 year ago

ssepml commented 1 year ago

Description

This PR includes two changes:

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
ssepml commented 1 year ago

Since the API has changed now, I think it would be best to also bump up the version of the package(from 0.0.3 to 0.0.4), to avoid breaking changes for people already using the 0.0.3 version.

Of course, done. And thanks a lot for the quick response 😄