Commit c354fd3
authored
fix: Connect RPC v1.19.1 (#3009)
This pull request updates the Go client and handler code generated from
protobuf definitions for several services, focusing on simplifying
method descriptor usage and updating dependencies. The changes remove
manually defined protoreflect descriptor variables and instead retrieve
method descriptors dynamically, leading to cleaner and more maintainable
generated code. Additionally, the Connect and Protobuf dependencies are
updated to newer versions.
Dependency updates:
* Upgraded `connectrpc.com/connect` from v1.17.0 to v1.19.1 and
`google.golang.org/protobuf` from v1.36.6 to v1.36.9 in
`protocol/go/go.mod` and the relevant plugin configuration in
`buf.gen.yaml`.1 parent 67de794 commit c354fd3
File tree
21 files changed
+296
-471
lines changed- protocol/go
- authorization
- authorizationconnect
- v2/authorizationv2connect
- entityresolution
- entityresolutionconnect
- v2/entityresolutionv2connect
- kas/kasconnect
- policy
- actions/actionsconnect
- attributes/attributesconnect
- kasregistry/kasregistryconnect
- keymanagement/keymanagementconnect
- namespaces/namespacesconnect
- obligations/obligationsconnect
- registeredresources/registeredresourcesconnect
- resourcemapping/resourcemappingconnect
- subjectmapping/subjectmappingconnect
- unsafe/unsafeconnect
- wellknownconfiguration/wellknownconfigurationconnect
- service
21 files changed
+296
-471
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
0 commit comments