Skip to content
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

Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.1.0 to 1.2.0 in /hack/tools #519

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2022

Bumps google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.1.0 to 1.2.0.

Release notes

Sourced from google.golang.org/grpc/cmd/protoc-gen-go-grpc's releases.

Release 1.2.0

New features

  • Health check keep alive client side implementation #993
  • Client should have a check on maximum size of received message size #1117
  • ClientHandshake returns AuthInfo #956
  • Add calloption to retrieve peer information #1066

Bug fixes

  • Cap the client side default number of max concurrent streams per connection to 100 #1071
  • Use codes.Code.String() rather than logging integers #1027
  • Account for padding in flow control, when received frame uses it #1076
  • Client should send a RST_STREAM before freeing the quota on rpc context timeout #1124

Documentation

  • Add document and example for go mock #1021

protoc-gen-go-grpc v1.2.0

New Features

  • Add protoc and protoc-gen-go-grpc versions to top comment

Bug Fixes

Commits
  • cdee119 Merge pull request #1124 from MakMukhi/rst_stream_issue
  • 5535384 Removing unnecessary change to http2_server
  • 6b28425 Upon observing timeout on rpc context, the client should send a RST_STREAM to...
  • 0713829 Merge pull request #1108 from MakMukhi/linter_update
  • d50cf2d Merge pull request #1117 from MakMukhi/client_max_msg_size
  • 0e71619 making client consistent with server
  • b9b6d48 test debug
  • a94b094 Client should have a check on maximum size of received message size.
  • 5ebdd30 lint update and test fix
  • 0d5b22c golint update
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 14, 2022
@codecov-commenter
Copy link

codecov-commenter commented Apr 14, 2022

Codecov Report

Merging #519 (954e9fb) into main (38798fe) will decrease coverage by 0.22%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #519      +/-   ##
==========================================
- Coverage   33.75%   33.52%   -0.23%     
==========================================
  Files          18       18              
  Lines        1357     1357              
==========================================
- Hits          458      455       -3     
- Misses        836      838       +2     
- Partials       63       64       +1     
Impacted Files Coverage Δ
pkg/ca/fileca/load.go 58.62% <0.00%> (-10.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38798fe...954e9fb. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.2.0 branch 2 times, most recently from 503bc6a to 6db8e5e Compare April 15, 2022 01:24
Bumps [google.golang.org/grpc/cmd/protoc-gen-go-grpc](https://github.com/grpc/grpc-go) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@cmd/protoc-gen-go-grpc/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc/cmd/protoc-gen-go-grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@cpanato cpanato force-pushed the dependabot/go_modules/hack/tools/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.2.0 branch 2 times, most recently from f7b3f7b to 954e9fb Compare April 19, 2022 10:21
Signed-off-by: cpanato <[email protected]>
@cpanato cpanato force-pushed the dependabot/go_modules/hack/tools/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.2.0 branch from 954e9fb to e2756d3 Compare April 19, 2022 11:40
@cpanato cpanato requested a review from dlorenc April 20, 2022 08:49
@dlorenc dlorenc merged commit 055ed78 into main Apr 20, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/hack/tools/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.2.0 branch April 20, 2022 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants