-
Notifications
You must be signed in to change notification settings - Fork 527
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: fullstorydev/grpcurl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: fullstorydev/grpcurl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 4 files changed
- 6 contributors
Commits on Sep 25, 2023
-
Added alts credential option (#341)
* Added alts credential option Added flag that sets up ALTS credentials to connect to gRPC services using Application Layer Transport Security. Reference: https://grpc.io/docs/languages/go/alts/ Fixes: #333 * Added ALTS client options as cmd arguments. * Update target service accounts docs Co-authored-by: Joshua Humphries <2035234+jhump@users.noreply.github.com> * Applied feedback * Small fix: removed indirection on usetls --------- Co-authored-by: Joshua Humphries <2035234+jhump@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c17f078 - Browse repository at this point
Copy the full SHA c17f078View commit details
Commits on Oct 3, 2023
-
SIGSEGV: panic: runtime error: invalid memory address or nil pointer …
…dereference in protoreflect (#416) * SIGSEGV: panic: runtime error: invalid memory address - Executed the updatedeps make target - protoreflect upgraded to v1.15.3, which addresses this panic. * Reverted. Only updated protoreflect.
Configuration menu - View commit details
-
Copy full SHA for 7a845ca - Browse repository at this point
Copy the full SHA 7a845caView commit details
Commits on Oct 12, 2023
-
Bump golang.org/x/net from 0.9.0 to 0.17.0 (#419)
* Bump golang.org/x/net from 0.9.0 to 0.17.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0. - [Commits](golang/net@v0.9.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * manual go.sum --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Blum <dragonsinth@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc2944d - Browse repository at this point
Copy the full SHA bc2944dView commit details
Commits on Oct 24, 2023
-
Disable CGO for improved compatibility across distros (#420)
* Disable CGO for improved compatibility across distros * Enabled CGO in tests for the race detector
Configuration menu - View commit details
-
Copy full SHA for 28c0ee2 - Browse repository at this point
Copy the full SHA 28c0ee2View commit details
There are no files selected for viewing