-
Notifications
You must be signed in to change notification settings - Fork 541
Comparing changes
Open a pull request
base repository: fullstorydev/grpcurl
base: v1.8.9
head repository: fullstorydev/grpcurl
compare: v1.9.1
- 17 commits
- 16 files changed
- 11 contributors
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70c215f - Browse repository at this point
Copy the full SHA 70c215fView commit details
Commits on Oct 26, 2023
-
Bump golang.google.org/grpc to v1.57.1 (#427)
* Bump golang.google.org/grpc to v1.57.1 See GHSA-m425-mq94-257g * Revert "Bump golang.google.org/grpc to v1.57.1" This reverts commit 385868b. * Bump golang.google.org/grpc to v1.57.1
Configuration menu - View commit details
-
Copy full SHA for 6093b09 - Browse repository at this point
Copy the full SHA 6093b09View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7ccaf0a - Browse repository at this point
Copy the full SHA 7ccaf0aView commit details
Commits on Dec 26, 2023
-
Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#437)
* Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * go mod tidy? --------- 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 79fb35f - Browse repository at this point
Copy the full SHA 79fb35fView commit details
Commits on Jan 8, 2024
-
Bump github.com/jhump/protoreflect from 1.15.3 to 1.15.4 (#436)
Bumps [github.com/jhump/protoreflect](https://github.com/jhump/protoreflect) from 1.15.3 to 1.15.4. - [Release notes](https://github.com/jhump/protoreflect/releases) - [Commits](jhump/protoreflect@v1.15.3...v1.15.4) --- updated-dependencies: - dependency-name: github.com/jhump/protoreflect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f415774 - Browse repository at this point
Copy the full SHA f415774View commit details
Commits on Jan 9, 2024
-
Expand the documentation of -max-time to clarify this sets the RPC ti…
…meout (#435) Notably, this adds the words "timeout" and "deadline" to this help text which is helpful for discovering this flag.
Configuration menu - View commit details
-
Copy full SHA for 334e3f5 - Browse repository at this point
Copy the full SHA 334e3f5View commit details
Commits on Jan 24, 2024
-
Added initial support for -t flag to show timings (#428)
* Added initial support for -t flag to show timings Shows very basic timing data for the Dial stage (TLS setup and BlockingDial) and InvokeRPC method as well as the total time. * Made timing data part of the very verbose functionality * cleanup * fix --------- Co-authored-by: Scott Blum <dragonsinth@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 24b80df - Browse repository at this point
Copy the full SHA 24b80dfView commit details
Commits on Jan 29, 2024
-
Bump github.com/jhump/protoreflect from 1.15.4 to 1.15.5 (#443)
Bumps [github.com/jhump/protoreflect](https://github.com/jhump/protoreflect) from 1.15.4 to 1.15.5. - [Release notes](https://github.com/jhump/protoreflect/releases) - [Commits](jhump/protoreflect@v1.15.4...v1.15.5) --- updated-dependencies: - dependency-name: github.com/jhump/protoreflect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 252b57f - Browse repository at this point
Copy the full SHA 252b57fView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 149a93e - Browse repository at this point
Copy the full SHA 149a93eView commit details
Commits on Feb 7, 2024
-
Bump github.com/jhump/protoreflect from 1.15.5 to 1.15.6 (#446)
Bumps [github.com/jhump/protoreflect](https://github.com/jhump/protoreflect) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/jhump/protoreflect/releases) - [Commits](jhump/protoreflect@v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: github.com/jhump/protoreflect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 184c8f7 - Browse repository at this point
Copy the full SHA 184c8f7View commit details
Commits on Feb 12, 2024
-
* Enable xDS credentials This change should be relatively straightforward. It is a noop outside of the context of xDS (as demonstrated by the fact that the tests all pass), but it enables xDS-provided certificates (i.e. the ones that would be provided/specified in GRPC_XDS_BOOTSTRAP). See proposal [A29](https://github.com/grpc/proposal/blob/master/A29-xds-tls-security.md#go) for additional detail. * Only enable xds credentials if the target is an xDS target * Update after merge
Configuration menu - View commit details
-
Copy full SHA for 5592211 - Browse repository at this point
Copy the full SHA 5592211View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93ea011 - Browse repository at this point
Copy the full SHA 93ea011View commit details
Commits on Mar 11, 2024
-
Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#448)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/golang/protobuf/releases) - [Commits](golang/protobuf@v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: github.com/golang/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 805ce40 - Browse repository at this point
Copy the full SHA 805ce40View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e76884 - Browse repository at this point
Copy the full SHA 8e76884View commit details -
Use latest protoreflect to fix some bugs (#453)
* update to latest jhump/protoreflect * be lenient when possible if server cannot furnish all dependencies * move linting back to go 1.21 instead of latest go 1.22 * make staticcheck happy
Configuration menu - View commit details
-
Copy full SHA for 07361b2 - Browse repository at this point
Copy the full SHA 07361b2View commit details
Commits on Apr 10, 2024
-
chore: fix some typos in comments (#454)
Signed-off-by: goodfirm <fanyishang@yeah.net>
Configuration menu - View commit details
-
Copy full SHA for 0e13e85 - Browse repository at this point
Copy the full SHA 0e13e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 400fa5f - Browse repository at this point
Copy the full SHA 400fa5fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.8.9...v1.9.1