-
-
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
Next Release 4.2.0 #178
Merged
Next Release 4.2.0 #178
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
aaliddell
commented
Feb 13, 2022
•
edited
Loading
edited
- Closes Is it possible to expose filter_files rule and proto_compile_attrs? #175
- Merges [ObjC] Properly handle protos with dashes in their filenames. #177
- Closes Cannot find libstdc++-6.dll with MinGW #181/Merges Set use_built_in_shell_environment default to True #182
- Closes M1 / arm64 support for buf #192
- Closes Use Grpc.Net instead of Grpc.Core (csharp) #200
- Closes JS rules don't work with latest protobuf (3.21.x) repo #212
- Closes Buf rules woefully out of date #208
- Closes Please update abseil version dependency #191
- Closes Generate python code without requiring py_library imports #189
- Closes Please update gRPC to 1.43.0 or greater #179
- Closes Fix BuildKite #172
…t package without mirroring the package tree
[ObjC] Properly handle protos with dashes in their filenames.
Hi there! Any luck on pushing this release forward? thank you in advance! |
This is required for a protoc compiled with MinGW, which has a dependency on C:\msys64\mingw64\bin\libstdc++-6.dll and thus requires C:\msys64\mingw64\bin to be in the PATH.
Set use_built_in_shell_environment default to True
Bump version of github.com/envoyproxy/protoc-gen-validate. Without this update, passing a `go_validate_library` to a `gopath` rule gives the error: ``` foo/bar.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-validate_go_plugin hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.--validate_go_plugin_out: ``` Adding `--validate_go_plugin_out` to `extra_protoc_args` doesn't fix the issue. But this patch does.
make sure destination directory exists when copying output
Update rules_dotnet to SDK 6.0.101
github-actions
bot
added
lang-csharp
C# rules specific
lang-fsharp
F# rules specific
labels
Aug 23, 2022
Been watching progress on this! Thank you for pushing it forward!! |
This prevents loading an old version of build_bazel_apple_support
This was referenced Aug 24, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
lang-buf
Buf rules specific
lang-cpp
C++ rules specific
lang-csharp
C# rules specific
lang-doc
Doc rules specific
lang-fsharp
F# rules specific
lang-go
Go rules specific
lang-grpc-gateway
grpc-gateway rules specific
lang-js
JavaScript rules specific
lang-objc
Objective-C rules specific
lang-php
PHP rules specific
lang-python
Python rules specific
lang-ruby
Ruby rules specific
lang-rust
Rust rules specific
lang-scala
Scala rules specific
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.