-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
4.4.0 Release #244
4.4.0 Release #244
Conversation
Tested in a private repository that was seeing the same error on GitHub Actions |
The targets seem to be required for using "stardoc_with_diff_test" in rules_ts_proto.
Add bzl_library build targets.
Rename grpc_ecosystem_grpc_gateway to be consistent with the Go ecosystem
Could you bump |
The function in objectivec_helpers.cc also splits segments if they come after a digit, which wasn't being handled correctly. e.g. vector_3f -> Vector3F This sadly makes this function a lot more complicated. I naively transliterated the function, so I have no doubt that this could be improved. I'd be slightly concerned about starlark performance if you were using this for some absurd number of types.
Fix capitalization on Objective-C outputs containing digits
Reviewing the ~250(!) changed files across those final 2 todos is proving difficult to find time for 😩. Since everything else is ready I'll cut this release as 4.4.0 and immediately open 4.5.0 for those remaining changes. I'll look at bumping protoc-gen-validate too, since that should take little time |
I've just rebased #250 on 4.4.0 to hopefully simplify the review (and see if buildkite passes this time). |
TODO:
feat: Add Kotlin (JVM) support #250Replace rust rules with new prost and tonic rules #202