[PR #22] [MERGED] Bump google.golang.org/grpc from 1.19.1 to 1.20.0 #157

Closed
opened 2026-02-25 22:31:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/22
Author: @dependabot-preview[bot]
Created: 4/10/2019
Status: Merged
Merged: 4/15/2019
Merged by: @evenh

Base: masterHead: dependabot/dep/google.golang.org/grpc-1.20.0


📝 Commits (1)

  • 1fcb5bc Bump google.golang.org/grpc from 1.19.1 to 1.20.0

📊 Changes

2 files changed (+5 additions, -4 deletions)

View changed files

📝 Gopkg.lock (+4 -3)
📝 Gopkg.toml (+1 -1)

📄 Description

Bumps google.golang.org/grpc from 1.19.1 to 1.20.0.

Release notes

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

Release 1.20.0

API Changes

  • balancer: remove Header from PickOptions; it is also available through context (#2674)

Behavior Changes

  • transport: remove RequireHandshakeHybrid support (#2529)

New Features

  • credentials: add compute engine creds (#2708)
  • grpclb: fallback after init (#2681)
  • server: improve error message when an unknown method is invoked. (#2723)
  • balancer: add server loads from RPC trailers to DoneInfo (#2641)
  • service config: default service config (#2686)
  • bar: add ability to update resolver state atomically and pass directly to the balancer (#2693)
  • stats: add Trailer to client-side stats.End (#2639)

Bug Fixes

  • internal: update golang.org/x/lint dependency (#2690)
  • syscall: remove logging in init(). (#2734)
  • transport: do not close channel that can lead to panic (#2695)
  • grpclb: drop only when at least one SubConn is ready (#2630)
  • stats: add WireLength to stats.InPayload (#2711)
  • client: restore remote address in traces (#2718)
  • server: send RST_STREAM after trailers if client has not half-closed (#2684)
  • channelz: cleanup channel registration if Dial fails (#2733)
  • client: handle HTTP header parsing error correctly (#2599)
  • grpclb: keep drop index unless a new serverlist is received (#2631)
  • client: reset backoff to 0 after a connection is established (#2669)
  • dns: prefixing txt record lookup with "_grpc_config." (#2691)
  • balancer: make sure non-nil done returned by Pick is called (#2688)
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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/evenh/intercert/pull/22 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/10/2019 **Status:** ✅ Merged **Merged:** 4/15/2019 **Merged by:** [@evenh](https://github.com/evenh) **Base:** `master` ← **Head:** `dependabot/dep/google.golang.org/grpc-1.20.0` --- ### 📝 Commits (1) - [`1fcb5bc`](https://github.com/evenh/intercert/commit/1fcb5bcc9c87534c434cbe00f9f4d0ca4f99b9c2) Bump google.golang.org/grpc from 1.19.1 to 1.20.0 ### 📊 Changes **2 files changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+4 -3) 📝 `Gopkg.toml` (+1 -1) </details> ### 📄 Description Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.19.1 to 1.20.0. <details> <summary>Release notes</summary> *Sourced from [google.golang.org/grpc's releases](https://github.com/grpc/grpc-go/releases).* > ## Release 1.20.0 > # API Changes > > * balancer: remove Header from PickOptions; it is also available through context ([#2674](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2674)) > > # Behavior Changes > > * transport: remove RequireHandshakeHybrid support ([#2529](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2529)) > > # New Features > > * credentials: add compute engine creds ([#2708](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2708)) > * grpclb: fallback after init ([#2681](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2681)) > * server: improve error message when an unknown method is invoked. ([#2723](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2723)) > * balancer: add server loads from RPC trailers to DoneInfo ([#2641](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2641)) > * service config: default service config ([#2686](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2686)) > * bar: add ability to update resolver state atomically and pass directly to the balancer ([#2693](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2693)) > * stats: add Trailer to client-side stats.End ([#2639](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2639)) > - Special Thanks: [@&#8203;mklencke](https://github.com/mklencke) > > # Bug Fixes > > * internal: update golang.org/x/lint dependency ([#2690](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2690)) > * syscall: remove logging in init(). ([#2734](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2734)) > - Special Thanks: [@&#8203;yangminzhu](https://github.com/yangminzhu) > * transport: do not close channel that can lead to panic ([#2695](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2695)) > - Special Thanks: [@&#8203;aanm](https://github.com/aanm) > * grpclb: drop only when at least one SubConn is ready ([#2630](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2630)) > * stats: add WireLength to stats.InPayload ([#2711](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2711)) > - Special Thanks: [@&#8203;ilylia](https://github.com/ilylia) > * client: restore remote address in traces ([#2718](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2718)) > * server: send RST_STREAM after trailers if client has not half-closed ([#2684](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2684)) > * channelz: cleanup channel registration if Dial fails ([#2733](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2733)) > * client: handle HTTP header parsing error correctly ([#2599](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2599)) > * grpclb: keep drop index unless a new serverlist is received ([#2631](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2631)) > * client: reset backoff to 0 after a connection is established ([#2669](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2669)) > * dns: prefixing txt record lookup with "_grpc_config." ([#2691](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2691)) > * balancer: make sure non-nil done returned by Pick is called ([#2688](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2688)) > </details> <details> <summary>Commits</summary> - [`236199d`](https://github.com/grpc/grpc-go/commit/236199dd5f8031d698fb64091194aecd1c3895b2) Change version to 1.20.0 ([#2757](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2757)) - [`bc316a5`](https://github.com/grpc/grpc-go/commit/bc316a57d4f51e6cc5a3770b4d3f180efa02f44c) doc: fixing link in keepalive docs ([#2755](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2755)) - [`981ad1f`](https://github.com/grpc/grpc-go/commit/981ad1f9d2381dde0bf21f7fa78c91c806634766) doc: fixing broken link in rpc-error doc ([#2753](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2753)) - [`4abb362`](https://github.com/grpc/grpc-go/commit/4abb3622b0fb97df222670b189869b44d0c2454d) tls: append h2 to tlsconfig.NextProtos ([#2744](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2744)) - [`b03f6fd`](https://github.com/grpc/grpc-go/commit/b03f6fd5e3dfa7663a225c36a15d623159f6724b) internal: balancer/xds go1.12 only ([#2748](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2748)) - [`d37bd82`](https://github.com/grpc/grpc-go/commit/d37bd82db65e7557e0143fbe76f937a35cbff441) Fix DialContext when using a timeout ([#2737](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2737)) - [`ea5e6da`](https://github.com/grpc/grpc-go/commit/ea5e6da287dc46f91538f761e87d9f01fd474105) service config: default service config ([#2686](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2686)) - [`4745f6a`](https://github.com/grpc/grpc-go/commit/4745f6ae0ddd06cf0892fd56a3ca478af1f70b6a) grpclb: fallback after init ([#2681](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2681)) - [`955eb8a`](https://github.com/grpc/grpc-go/commit/955eb8a3c829b92e7c850d8c78946735d852eeaa) channelz: cleanup channel registration if Dial fails ([#2733](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2733)) - [`d389f9f`](https://github.com/grpc/grpc-go/commit/d389f9fac68eea0dcc49957d0b4cca5b3a0a7171) balancer: add server loads from RPC trailers to DoneInfo ([#2641](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2641)) - Additional commits viewable in [compare view](https://github.com/grpc/grpc-go/compare/v1.19.1...v1.20.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=dep&previous-version=1.19.1&new-version=1.20.0)](https://dependabot.com/compatibility-score.html?dependency-name=google.golang.org/grpc&package-manager=dep&previous-version=1.19.1&new-version=1.20.0) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:31:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/intercert#157
No description provided.