Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps github.com/fullstorydev/grpcurl from 1.8.2 to 1.8.7.

Release notes

Sourced from github.com/fullstorydev/grpcurl's releases.

v1.8.7

Changes

  • Unix sockets for windows
  • Lots of dependency version updates
  • Support for Go 1.18

Changelog

  • 0d0992e Add go 1.18 support; set Dockerfile to go 1.18 (#325)
  • 8093376 build alpine base image (#311)
  • fec466e fix some typos (#314)
  • 7f919e6 Bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#324)
  • 0df5c93 Adding power(ppc64le) arch support (#296)
  • 353e095 Enable support for Unix sockets for Windows by enabling -unix flag for Windows builds. (#317)
  • c9ac3da Bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#315)
  • ea24a77 Bump github.com/jhump/protoreflect from 1.10.3 to 1.12.0 (#294)
  • c3fbeaf Bump google.golang.org/grpc from 1.44.0 to 1.46.2 (#310)
  • 7860209 Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (#298)
  • b953ea1 use newer goreleaser (#293)
  • 683a7fb Restore support for linux/s390x for the next release. (#292)
  • 8bb6eeb Bump google.golang.org/protobuf from 1.26.0 to 1.27.1 (#288)

v1.8.6

Changes

Command-line tool

  • Some bugs have been addressed in the library used to parse proto source files. Previously grpcurl would accept proto source files that could not actually be compiled with protoc. The converse could also happen: grpcurl could reject some proto source files that could successfully be compiled with protoc. More details can be found in the release notes for the changes to the protoparse library, versions v1.10.2 and v1.10.3.
  • Some implementations of the server reflection service have been observed to return multiple (even superfluous) file descriptors, in response to requests made by grpcurl. These extra files, if not returned in a particular order, would cause grpcurl to report an error that the service or method to be invoked could be not be resolved. The reflection client in grpcurl is now more robust to this condition and can handle responses with file descriptors in any order, so it should be interoperable with a larger variety of servers.
  • When a request message includes a field of type google.protobuf.Value and a value for that field that was a JSON array, grpcurl would incorrectly interpret the JSON array as if it were a single atomic value, the last value that was in the array. This has been fixed.
  • When a response message includes non-printable characters or code points outside the ASCII 7-bit range in the name of a field in a JSON object, it could be improperly encoded with escape characters that are not valid JSON. Standard tools/libraries could then fail to parse the JSON output from grpcurl. This has been fixed.

v1.8.5

This is the first release that includes binaries for linux/s390x. This is also the first release that includes Docker images for arm platforms (we hope to add Docker images for s390x in the future).

Changes

Command-line tool

  • Some bugs have been addressed in the library used to parse proto source files. Previously grpcurl would accept proto source files that could not actually be compiled with protoc. The converse could also happen: grpcurl could reject some proto source files that could successfully be compiled with protoc. More details can be found in the release notes for the changes to the protoparse library, versions v1.10.0 and v1.10.1.
  • Some error conditions could cause grpcurl to "panic", where the tool aborts with a stack dump. These could be induced by providing proto source files with certain unusually high unicode code points (which would not actually be valid protobuf source). It could also be induced by unlucky timing of connectivity failure to RPC server when making a client-streaming or bidi-streaming RPC.
  • Adds support for specifying an environment variable SSLKEYLOGFILE, which indicates a file name. When set and using TLS for a connection, grpcurl will log the TLS key used, so that an external tool such as Wireshark can use the key to decrypt and inspect network packets.

Go package "github.com/fullstorydev/grpcurl"

  • Goroutines calling grpcurl.InvokeRPC could panic when calling client-streaming and bidi-streaming methods, if the stream could not be created (such as a connectivity issue). This panic has been fixed and an error will be returned instead.

v1.8.4 - DO NOT USE

This was a failed release attempt. Please ignore this tag. A v1.8.5 will be provided soon.

... (truncated)

Commits
  • 25c896a Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#327)
  • 0d0992e Add go 1.18 support; set Dockerfile to go 1.18 (#325)
  • 8093376 build alpine base image (#311)
  • fec466e fix some typos (#314)
  • 7f919e6 Bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#324)
  • 0df5c93 Adding power(ppc64le) arch support (#296)
  • 353e095 Enable support for Unix sockets for Windows by enabling -unix flag for Window...
  • c9ac3da Bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#315)
  • ea24a77 Bump github.com/jhump/protoreflect from 1.10.3 to 1.12.0 (#294)
  • c3fbeaf Bump google.golang.org/grpc from 1.44.0 to 1.46.2 (#310)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/fullstorydev/grpcurl](https://github.com/fullstorydev/grpcurl) from 1.8.2 to 1.8.7.
- [Release notes](https://github.com/fullstorydev/grpcurl/releases)
- [Changelog](https://github.com/fullstorydev/grpcurl/blob/master/.goreleaser.yml)
- [Commits](fullstorydev/grpcurl@v1.8.2...v1.8.7)

---
updated-dependencies:
- dependency-name: github.com/fullstorydev/grpcurl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 15, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 13, 2023

Superseded by #47.

@dependabot dependabot bot closed this Nov 13, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/fullstorydev/grpcurl-1.8.7 branch November 13, 2023 12:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants