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

Fix protoc-gen-connect-go schema variable case handling #808

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

emcfarlane
Copy link
Contributor

@emcfarlane emcfarlane commented Jan 8, 2025

This fixes the handling of various casing for protoc-gen-connect-go when generating the service methods variable.

Fixes #807

@emcfarlane emcfarlane requested a review from jhump January 8, 2025 15:18
@emcfarlane emcfarlane merged commit 044befe into main Jan 8, 2025
14 checks passed
@emcfarlane emcfarlane deleted the ed/fixGenServiceVars branch January 8, 2025 19:03
@emcfarlane emcfarlane mentioned this pull request Jan 8, 2025
@emcfarlane emcfarlane changed the title Fix protoc-gen-go schema variable case handling Fix protoc-gen-connect-go schema variable case handling Jan 8, 2025
emcfarlane added a commit that referenced this pull request Jan 8, 2025
Below are the draft notes for the release, this is a patch release to
fix the protoc-gen-connect-go issue:

----
# v1.18.1

## What's Changed
### Bugfixes
* Fix protoc-gen-connect-go schema variable case handling by @emcfarlane
in #808


**Full Changelog**:
v1.18.0...v1.18.1

Signed-off-by: Edward McFarlane <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation error in generated code due to case
3 participants