Skip to content

Commit

Permalink
Bump authzed api sdk version to v1.22.2 (#19)
Browse files Browse the repository at this point in the history
* Bump tag to dc592e107033a7a4336935cf94fb90426719508d

* Add fields and fix formatting

* Bump package version to 0.0.7
  • Loading branch information
goodhamgupta authored Feb 21, 2024
1 parent 60bb62c commit 0881739
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Supported client API versions:
You can find more info on each API on the [Authzed API reference documentation].
Additionally, Protobuf API documentation can be found on the [Buf Registry Authzed API repository].

**NOTE**: Current Authzed SDK commit version on Buf available [here](https://buf.build/authzed/api/activity/commit/dc592e107033a7a4336935cf94fb90426719508d)

[Authzed]: https://authzed.com
[Authzed API Reference documentation]: https://docs.authzed.com/reference/api
[Buf Registry Authzed API repository]: https://buf.build/authzed/api/docs/main
Expand Down
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S buf generate buf.build/authzed/api:ae69f452ff582006fc08a9743f87d38373ed65f5 --template
#!/usr/bin/env -S buf generate buf.build/authzed/api:dc592e107033a7a4336935cf94fb90426719508d --template
---
version: "v1"
plugins:
Expand Down
1 change: 1 addition & 0 deletions lib/api/v1/debug.pb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ defmodule Authzed.Api.V1.CheckDebugTrace do
json_name: "caveatEvaluationInfo"
)

field(:duration, 9, type: Google.Protobuf.Duration)
field(:was_cached_result, 6, type: :bool, json_name: "wasCachedResult", oneof: 0)

field(:sub_problems, 7,
Expand Down
1 change: 1 addition & 0 deletions lib/api/v1/error_reason.pb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ defmodule Authzed.Api.V1.ErrorReason do
field(:ERROR_REASON_TOO_MANY_RELATIONSHIPS_FOR_TRANSACTIONAL_DELETE, 16)
field(:ERROR_REASON_MAX_RELATIONSHIP_CONTEXT_SIZE, 17)
field(:ERROR_REASON_ATTEMPT_TO_RECREATE_RELATIONSHIP, 18)
field(:ERROR_REASON_MAXIMUM_DEPTH_EXCEEDED, 19)
end
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Authzed.MixProject do
use Mix.Project

@version "0.0.6"
@version "0.0.7"
@repo_url "https://github.com/goodhamgupta/authzed_ex/"

def project do
Expand Down

0 comments on commit 0881739

Please sign in to comment.