[PR #42] [CLOSED] Bump google.golang.org/grpc from 1.21.1 to 1.22.0 #169

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

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/42
Author: @dependabot-preview[bot]
Created: 7/3/2019
Status: Closed

Base: masterHead: dependabot/go_modules/google.golang.org/grpc-1.22.0


📝 Commits (1)

  • 64b27f0 Bump google.golang.org/grpc from 1.21.1 to 1.22.0

📊 Changes

2 files changed (+6 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+5 -0)

📄 Description

Bumps google.golang.org/grpc from 1.21.1 to 1.22.0.

Release notes

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

Release 1.22.0

New Features

  • balancer/resolver: add loadBalancingConfig and pre-parsing support (#2732)

Performance Improvements

  • transport: share recv buffers (#2813)
  • Remove call to proto.Clone() in http2Server.WriteStatus. (#2842)

Bug Fixes

  • balancer: stop using picker from old balancer when switching balancers (#2833)
  • server: fix race causing streams to be terminated by GracefulStop (#2857)
  • grpclb: only force update picker when cache is used (#2843)
  • metadata: write original md before appended md (#2879)
  • transport: fix bug leading to hang when invalid headers are received (#2818)
  • client: don't reset backoff if updating addresses while in TransientFailure (#2740)

Documentation

  • examples: note about ALTS special access permission on GCP (#2846)
Commits
  • 1d89a3c Change version to 1.22.0 (#2890)
  • 73b304d xds: bazel proto gen code generation scripts (#2775)
  • 95da23b xds: load report for server loads (from trailer) (#2870)
  • 5caf962 client: addrConn NewStream and health check cleanup (#2848)
  • 915d20d grpc: change type of Server.conns
  • 7472edc metadata: write original md before appended md (#2879)
  • 70e8b38 test: end2end test improvements separate server and client configs. (#2877)
  • e8b58ff [xds_ignore_weight_0_localities] xds: ignore localities with weight 0 (#2875)
  • 43c0599 test: fix flaky grpclb TestDropRequest (#2865)
  • ecb921d test: end2end test cleanup http handler server (#2876)
  • 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 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). To ignore the version in this PR you can just close it
  • @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/42 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/3/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.22.0` --- ### 📝 Commits (1) - [`64b27f0`](https://github.com/evenh/intercert/commit/64b27f01118b54570e0371b3d147541d2d8c596d) Bump google.golang.org/grpc from 1.21.1 to 1.22.0 ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+5 -0) </details> ### 📄 Description Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.21.1 to 1.22.0. <details> <summary>Release notes</summary> *Sourced from [google.golang.org/grpc's releases](https://github.com/grpc/grpc-go/releases).* > ## Release 1.22.0 > # New Features > > * balancer/resolver: add loadBalancingConfig and pre-parsing support ([#2732](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2732)) > > # Performance Improvements > > * transport: share recv buffers ([#2813](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2813)) > * Remove call to proto.Clone() in http2Server.WriteStatus. ([#2842](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2842)) > > # Bug Fixes > > * balancer: stop using picker from old balancer when switching balancers ([#2833](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2833)) > * server: fix race causing streams to be terminated by GracefulStop ([#2857](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2857)) > * grpclb: only force update picker when cache is used ([#2843](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2843)) > * metadata: write original md before appended md ([#2879](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2879)) > - Special Thanks: [@&#8203;elvizlai](https://github.com/elvizlai) > * transport: fix bug leading to hang when invalid headers are received ([#2818](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2818)) > * client: don't reset backoff if updating addresses while in TransientFailure ([#2740](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2740)) > > # Documentation > > * examples: note about ALTS special access permission on GCP ([#2846](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2846)) </details> <details> <summary>Commits</summary> - [`1d89a3c`](https://github.com/grpc/grpc-go/commit/1d89a3c832915b2314551c1d2a506874d62e53f7) Change version to 1.22.0 ([#2890](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2890)) - [`73b304d`](https://github.com/grpc/grpc-go/commit/73b304d882a0822aaeb3c982c747563777e79586) xds: bazel proto gen code generation scripts ([#2775](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2775)) - [`95da23b`](https://github.com/grpc/grpc-go/commit/95da23bbf9cf49915e41ec68b3b991804b9d62cd) xds: load report for server loads (from trailer) ([#2870](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2870)) - [`5caf962`](https://github.com/grpc/grpc-go/commit/5caf962939ae5832ba6611ac9890d9d385d4fb2c) client: addrConn NewStream and health check cleanup ([#2848](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2848)) - [`915d20d`](https://github.com/grpc/grpc-go/commit/915d20dcdb989b3da845bddbf6d2937728d85803) grpc: change type of Server.conns - [`7472edc`](https://github.com/grpc/grpc-go/commit/7472edcc1efb431d7483c37b901c08bb33788b7c) metadata: write original md before appended md ([#2879](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2879)) - [`70e8b38`](https://github.com/grpc/grpc-go/commit/70e8b380527e63d26e65f8b588edfa4b4ea239f5) test: end2end test improvements separate server and client configs. ([#2877](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2877)) - [`e8b58ff`](https://github.com/grpc/grpc-go/commit/e8b58ff6375ab412b0b026b0c627ad3914e827c4) [xds_ignore_weight_0_localities] xds: ignore localities with weight 0 ([#2875](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2875)) - [`43c0599`](https://github.com/grpc/grpc-go/commit/43c0599b22f61167b607d7aaeec0c6beefaa4dfc) test: fix flaky grpclb TestDropRequest ([#2865](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2865)) - [`ecb921d`](https://github.com/grpc/grpc-go/commit/ecb921ddb97115e42be19051508c4474c3b387aa) test: end2end test cleanup http handler server ([#2876](https://github-redirect.dependabot.com/grpc/grpc-go/issues/2876)) - Additional commits viewable in [compare view](https://github.com/grpc/grpc-go/compare/v1.21.1...v1.22.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.21.1&new-version=1.22.0)](https://dependabot.com/compatibility-score.html?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.21.1&new-version=1.22.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). To ignore the version in this PR you can just close it - `@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:17 +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#169
No description provided.