Skip to content

Commit

Permalink
Bump package version to 0.0.8 and api sdk to v1.22.2 (#20)
Browse files Browse the repository at this point in the history
* Bump api sdk to v1.22.2

* Bump package version to 0.0.8
  • Loading branch information
goodhamgupta authored Feb 22, 2024
1 parent 0881739 commit 1267647
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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)
**NOTE**: Current Authzed SDK commit version on Buf available [here](https://buf.build/authzed/api/activity/commit/3b2e62dfe4654fc3b93e8d095fcbe8dd)

[Authzed]: https://authzed.com
[Authzed API Reference documentation]: https://docs.authzed.com/reference/api
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:dc592e107033a7a4336935cf94fb90426719508d --template
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.22.2 --template
---
version: "v1"
plugins:
Expand Down
1 change: 0 additions & 1 deletion lib/api/v1/debug.pb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ 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: 0 additions & 1 deletion lib/api/v1/error_reason.pb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ 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.7"
@version "0.0.8"
@repo_url "https://github.com/goodhamgupta/authzed_ex/"

def project do
Expand Down

0 comments on commit 1267647

Please sign in to comment.