Skip to content

Commit ed195d2

Browse files
authored
Merge pull request #114 from authzed/api-change/v1.34.0
Update API to v1.34.0
2 parents e9f808d + 47396b1 commit ed195d2

10 files changed

+195
-7
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
authzed (0.9.0)
4+
authzed (0.10.0)
55
grpc (~> 1.41)
66
grpc-tools (~> 1.41)
77

@@ -10,8 +10,8 @@ GEM
1010
specs:
1111
diff-lcs (1.5.1)
1212
google-protobuf (3.25.3)
13-
googleapis-common-protos-types (1.14.0)
14-
google-protobuf (~> 3.18)
13+
googleapis-common-protos-types (1.15.0)
14+
google-protobuf (>= 3.18, < 5.a)
1515
grpc (1.64.0)
1616
google-protobuf (~> 3.25)
1717
googleapis-common-protos-types (~> 1.0)

authzed.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "authzed"
3-
s.version = "0.9.0"
3+
s.version = "0.10.0"
44
s.licenses = ["Apache-2.0"]
55
s.summary = "Ruby bindings for Authzed API"
66
s.description = "Authzed is the best way to build robust and scalable permissions systems. See https://authzed.com for more details."

buf.gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.33.0 --template
1+
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.34.0 --template
22
version: "v1"
33
plugins:
44
- name: "ruby"

lib/authzed/api/materialize/v0/watchpermissions_pb.rb

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/authzed/api/materialize/v0/watchpermissions_services_pb.rb

+43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/authzed/api/materialize/v0/watchpermissionsets_pb.rb

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/authzed/api/materialize/v0/watchpermissionsets_services_pb.rb

+72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/authzed/api/v1/error_reason_pb.rb

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)