Skip to content

Commit

Permalink
Merge pull request #24 from samkim/deprecate-v0
Browse files Browse the repository at this point in the history
Deprecate v0 API
  • Loading branch information
jzelinskie authored Feb 14, 2022
2 parents 9edf1d2 + 26ef7a1 commit c2b7f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Developers create a schema that models their permissions requirements and use a
Supported client API versions:
- [v1](https://docs.authzed.com/reference/api#authzedapiv1)
- [v1alpha1](https://docs.authzed.com/reference/api#authzedapiv1alpha1)
- [v0](https://docs.authzed.com/reference/api#authzedapiv0)
- "v0" - deprecated

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].
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }

def grpcVersion = "1.39.0"
def protocVersion = "3.17.3"
def authzedProtoCommit = "041a426b3ad1488d1cd1cd221d462ef334a031fe"
def authzedProtoCommit = "8ae4cf539d36085c169d8805c54e1bead3d7b9b9"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

Expand Down

0 comments on commit c2b7f58

Please sign in to comment.