[PR #138] [CLOSED] Bump google.golang.org/grpc from 1.24.0 to 1.33.1 #239

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

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/138
Author: @dependabot-preview[bot]
Created: 10/21/2020
Status: Closed

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


📝 Commits (1)

  • acbd2df Bump google.golang.org/grpc from 1.24.0 to 1.33.1

📊 Changes

2 files changed (+16 additions, -2 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+14 -0)

📄 Description

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

Release notes

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

Release v1.33.1

API Changes

  • connectivity: remove unused, experimental Reporter interface (#3875)

New Features

  • xds bootstrap: support insecure and make Creds required (#3881)
  • xds: add bootstrap support for certificate providers. (#3901)
  • lrs: add a layer for clusters in load store (#3880)
  • credentials/xds: implementation of client-side xDS credentials. (#3888)

Bug Fixes

  • http2_client: fix reader segfault on PROTOCOL_ERRORs (#3926)
  • internal/transport: handle h2 errcode on header decoding (#3872)
  • xds: exit from run() goroutine when resolver is closed. (#3882)
  • credentials/alts: ClientAuthorizationCheck to case-fold compare of peer SA (#3792)
  • service reflection: include transitive closure for a file (#3851)
  • stats: include message header in stats.InPayload.WireLength (#3886)
  • binarylog: export Sink (#3879)
  • service reflection: include transitive closure for a file (#3851)

Release 1.32.0

Dependencies

  • Remove Go 1.9 support; assume go1.12 build tag (#3767)

New Features

  • grpc: add ServiceRegistrar interface; bump up support package version. (#3816; #3818)
  • xds: add LRS balancing policy (#3799)

Bug Fixes

  • server: prevent hang in Go HTTP transport in some error cases (#3833)
  • server: respond correctly to client headers with END_STREAM flag set (#3803)
  • eds: fix priority timeout failure when EDS removes all priorities (#3830)

Release 1.31.1

  • eds: fix priority timeout failure when EDS removes all priorities (#3839)

Release 1.31.0

API Changes

  • balancer: remove deprecated type aliases (#3742)
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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/138 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/21/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.33.1` --- ### 📝 Commits (1) - [`acbd2df`](https://github.com/evenh/intercert/commit/acbd2df122c0c45d3210c5e92911c56eba6eacbc) Bump google.golang.org/grpc from 1.24.0 to 1.33.1 ### 📊 Changes **2 files changed** (+16 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+14 -0) </details> ### 📄 Description Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.24.0 to 1.33.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release v1.33.1</h2> <h1>API Changes</h1> <ul> <li>connectivity: remove unused, experimental Reporter interface (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3875">#3875</a>)</li> </ul> <h1>New Features</h1> <ul> <li>xds bootstrap: support insecure and make Creds required (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3881">#3881</a>)</li> <li>xds: add bootstrap support for certificate providers. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3901">#3901</a>)</li> <li>lrs: add a layer for clusters in load store (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3880">#3880</a>)</li> <li>credentials/xds: implementation of client-side xDS credentials. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3888">#3888</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>http2_client: fix reader segfault on PROTOCOL_ERRORs (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3926">#3926</a>) <ul> <li>Special Thanks: <a href="https://github.com/sorah">@sorah</a></li> </ul> </li> <li>internal/transport: handle h2 errcode on header decoding (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3872">#3872</a>) <ul> <li>Special Thanks: <a href="https://github.com/tz70s">@tz70s</a></li> </ul> </li> <li>xds: exit from run() goroutine when resolver is closed. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3882">#3882</a>)</li> <li>credentials/alts: ClientAuthorizationCheck to case-fold compare of peer SA (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3792">#3792</a>) <ul> <li>Special Thanks: <a href="https://github.com/AntonNep">@AntonNep</a></li> </ul> </li> <li>service reflection: include transitive closure for a file (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3851">#3851</a>)</li> <li>stats: include message header in stats.InPayload.WireLength (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3886">#3886</a>) <ul> <li>Special Thanks: <a href="https://github.com/xstephen95x">@xstephen95x</a></li> </ul> </li> <li>binarylog: export Sink (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3879">#3879</a>)</li> <li>service reflection: include transitive closure for a file (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3851">#3851</a>)</li> </ul> <h2>Release 1.32.0</h2> <h1>Dependencies</h1> <ul> <li>Remove Go 1.9 support; assume go1.12 build tag (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3767">#3767</a>)</li> </ul> <h1>New Features</h1> <ul> <li>grpc: add ServiceRegistrar interface; bump up support package version. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3816">#3816</a>; <a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3818">#3818</a>)</li> <li>xds: add LRS balancing policy (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3799">#3799</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>server: prevent hang in Go HTTP transport in some error cases (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3833">#3833</a>)</li> <li>server: respond correctly to client headers with END_STREAM flag set (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3803">#3803</a>)</li> <li>eds: fix priority timeout failure when EDS removes all priorities (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3830">#3830</a>)</li> </ul> <h2>Release 1.31.1</h2> <ul> <li>eds: fix priority timeout failure when EDS removes all priorities (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3839">#3839</a>)</li> </ul> <h2>Release 1.31.0</h2> <h1>API Changes</h1> <ul> <li>balancer: remove deprecated type aliases (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3742">#3742</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/a767afcb69f50a47471acd75d5a1ad062561554d"><code>a767afc</code></a> Change version to 1.33.1</li> <li><a href="https://github.com/grpc/grpc-go/commit/021edcc3ef3d2acbfc70f5fb3814a7ab4e44f2ad"><code>021edcc</code></a> Change version to 1.33.1-dev (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3940">#3940</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/a006bd8a7733af012fb4e1b03dea88ad48e84d79"><code>a006bd8</code></a> Revert &quot;Change version to 1.33.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3938">#3938</a>)&quot; (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3942">#3942</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/26ff979c78190914f17524b3c3e0f96b2c8f15bb"><code>26ff979</code></a> Change version to 1.33.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3938">#3938</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/5af60402cd8c63e4748d711d7a2fd0e99ea3d03f"><code>5af6040</code></a> lrs: add Store.Stats() to report loads for multiple clusters (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3905">#3905</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/7464f756aebd7057a912185e3df6d66790c6d589"><code>7464f75</code></a> channelz: remove redundant case from AddTraceEvent and remove caps from sever...</li> <li><a href="https://github.com/grpc/grpc-go/commit/c07366085d694019d8de557ab0ece84141193be5"><code>c073660</code></a> xds: Cleanup CDS balancer code and tests. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3916">#3916</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/9a3c02f98356c8998b36bac648f9cdd6cb185bed"><code>9a3c02f</code></a> http2_client: fix reader segfault on PROTOCOL_ERRORs (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3926">#3926</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/dad518ae5e80901b4275f539881d8fe929f7e7d7"><code>dad518a</code></a> xds: Refactor/cleanup xds client tests. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3920">#3920</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/b2c5f4a808fd5de543c4e987cd85d356140ed681"><code>b2c5f4a</code></a> stalebot: send first ping after 6 days (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3923">#3923</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.24.0...v1.33.1">compare view</a></li> </ul> </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.24.0&new-version=1.33.1)](https://dependabot.com/compatibility-score/?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.24.0&new-version=1.33.1) 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 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:30 +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#239
No description provided.