-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Release v0.36.3 #2946
Merged
Merged
Release v0.36.3 #2946
Commits on Aug 19, 2024
-
Fix proto import paths (#2920)
* Add failing proto test * Add a new proto compilation script A proto file's *import path* is relative to one of the `--proto-path`s. Previously, the proto files were compiled separately. Some invocations used different values for the `--proto_path`, which led to inconsistent import paths in proto file descriptors. Typically, this wouldn't be a problem. However, if a downstream project uses `protoregistry.GlobalFiles` to inspect proto dependencies, it will fail to find a dependency's file descriptor when the dependency was compiled with a different `--proto_path`. By using a single script to generate all protobuf files, we can ensure the `--proto_path` is always set to the same sane value (the root of the project, as suggested in the [official documentation]). [official documentation]: https://protobuf.dev/programming-guides/proto2/#importing * Add go_package options so scripts/gen-proto.sh succeeds * Remove undesirable `go:generate protoc` directives * Run `go generate ./...` * Script uses arrays, I think we need bash --------- Co-authored-by: Marco Munizaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fb7dac - Browse repository at this point
Copy the full SHA 0fb7dacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c393c - Browse repository at this point
Copy the full SHA 74c393cView commit details
Commits on Aug 30, 2024
-
* Lint fixes * Use latest go version for go-check Fixes nil pointer issue in staticcheck * Add test_analysis helper script * Use custom go-test-template * Add some tests to the test_analysis script * Always upload test_results db * Attempt to fix test on windows * Better if statement * Try to fix flaky test * Disable caching setup-go on Windows * Better if statement * Tweak * Always upload summary and artifact * Close db * No extra newline
Configuration menu - View commit details
-
Copy full SHA for 3912e93 - Browse repository at this point
Copy the full SHA 3912e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 701d7c3 - Browse repository at this point
Copy the full SHA 701d7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db97c3 - Browse repository at this point
Copy the full SHA 6db97c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e55a48 - Browse repository at this point
Copy the full SHA 9e55a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28851c8 - Browse repository at this point
Copy the full SHA 28851c8View commit details -
fix: slice append value (#2938)
Signed-off-by: bytetigers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bb9bf4 - Browse repository at this point
Copy the full SHA 3bb9bf4View commit details -
* chore: bump go.mod to Go 1.22 and run go fix * Bump docker builder version --------- Co-authored-by: Marco Munizaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79416e6 - Browse repository at this point
Copy the full SHA 79416e6View commit details -
fix: QUIC/Webtransport Transports now will prefer their owned listene…
…rs for dialing out (#2936)
Configuration menu - View commit details
-
Copy full SHA for 1317159 - Browse repository at this point
Copy the full SHA 1317159View commit details -
fix: enable dctur when interface address is public (#2931)
* fix: allow punching undialable host public ip fixes #2913 * chore: use interface listen addrs to enable dctur * fix: filter public addresses * chore: remove unused function * chore: formatting --------- Co-authored-by: Daniel N <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3069eb6 - Browse repository at this point
Copy the full SHA 3069eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76535f6 - Browse repository at this point
Copy the full SHA 76535f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c8307b - Browse repository at this point
Copy the full SHA 2c8307bView commit details
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.