Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update parameter labels for GRPCClient #2137

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Dec 4, 2024

Motivation:

The updated generated code added parameter labels to the handler passed to each method of the GRPCClient. This was done purposefully to improve readability. We haven't as yet actually updated the client to use the new labels.

Modifications:

  • Update param labels in GRPCClient

Result:

New generated code compiles

Motivation:

The updated generated code added parameter labels to the handler passed
to each method of the GRPCClient. This was done purposefully to improve
readability. We haven't as yet actually updated the client to use the
new labels.

Modifications:

- Update param labels in GRPCClient

Result:

New generated code compiles
@glbrntt glbrntt added the ⚠️ semver/major Breaks existing public API. label Dec 4, 2024
@glbrntt glbrntt merged commit 962d634 into grpc:main Dec 4, 2024
42 of 45 checks passed
@glbrntt glbrntt deleted the v2/new-param-labels branch December 4, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ semver/major Breaks existing public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants