Skip to content
Permalink

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.9
Choose a base ref
...
head repository: fullstorydev/grpcurl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.1
Choose a head ref
  • 17 commits
  • 16 files changed
  • 11 contributors

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    70c215f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. 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
    ns-yuhanl authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6093b09 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    7ccaf0a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. 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>
    dependabot[bot] and dragonsinth authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    79fb35f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. 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>
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f415774 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. 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.
    dimo414 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    334e3f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. 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>
    KaibutsuX and dragonsinth authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    24b80df View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. 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>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    252b57f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    149a93e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. 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>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    184c8f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Enable xDS credentials (#424)

    * 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
    PapaCharlie authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5592211 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    93ea011 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. 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>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    805ce40 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Brand name update (#452)

    gpassini authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8e76884 View commit details
    Browse the repository at this point in the history
  2. 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
    jhump authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    07361b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. chore: fix some typos in comments (#454)

    Signed-off-by: goodfirm <fanyishang@yeah.net>
    goodfirm authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0e13e85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400fa5f View commit details
    Browse the repository at this point in the history
Loading