Skip to content

build(deps): bump google.golang.org/grpc from 1.23.1 to 1.24.0#4021

Merged
melekes merged 1 commit intomasterfrom
dependabot/go_modules/google.golang.org/grpc-1.24.0
Sep 27, 2019
Merged

build(deps): bump google.golang.org/grpc from 1.23.1 to 1.24.0#4021
melekes merged 1 commit intomasterfrom
dependabot/go_modules/google.golang.org/grpc-1.24.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps google.golang.org/grpc from 1.23.1 to 1.24.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.24.0

Dependencies

  • internal: update proto library version used to generate pb.go files (#3025)

New Features

  • xds: add functionality to read bootstrap file. (#3000)

Performance Improvements

  • transport: remove defer in http2Client.getStream (#2980)
  • transport: derive transport context from context.Background (#2930)

Bug Fixes

  • client: consider service config invalid if loadBalancingConfig contains no supported policy (#3034)
  • credentials/alts: fix panic detecting GCP environment (#2996)
  • internal: fix context leak when stream is not created successfully (#2985)
  • grpclb: fix deadlock in grpclb connection cache (#3017)
  • server: set and advertise max frame size of 16KB (#3018)
Commits

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.23.1 to 1.24.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.23.1...v1.24.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the T:dependencies Pull requests that update a dependency file label Sep 26, 2019
@dependabot-preview dependabot-preview bot requested a review from tessr September 26, 2019 16:11
@codecov-io
Copy link

Codecov Report

Merging #4021 into master will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4021      +/-   ##
==========================================
+ Coverage   67.13%   67.15%   +0.02%     
==========================================
  Files         245      245              
  Lines       20573    20558      -15     
==========================================
- Hits        13811    13806       -5     
+ Misses       5725     5719       -6     
+ Partials     1037     1033       -4
Impacted Files Coverage Δ
libs/events/events.go 93.2% <0%> (-4.86%) ⬇️
blockchain/v2/reactor.go 57.89% <0%> (-3.51%) ⬇️
state/validation.go 82.17% <0%> (-2.31%) ⬇️
blockchain/v0/reactor.go 78.77% <0%> (-0.95%) ⬇️
consensus/reactor.go 78.19% <0%> (+0.23%) ⬆️
p2p/pex/pex_reactor.go 84.34% <0%> (+0.57%) ⬆️
consensus/state.go 79.55% <0%> (+0.58%) ⬆️
rpc/client/httpclient.go 69.32% <0%> (+0.79%) ⬆️
privval/signer_endpoint.go 84% <0%> (+2.66%) ⬆️
types/tx.go 91.3% <0%> (+4.34%) ⬆️
... and 1 more

Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified

@melekes melekes merged commit a81aa14 into master Sep 27, 2019
@melekes melekes deleted the dependabot/go_modules/google.golang.org/grpc-1.24.0 branch September 27, 2019 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T:dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants