[PR #132] [CLOSED] Bump google.golang.org/grpc from 1.24.0 to 1.32.0 #236

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/132
Author: @dependabot-preview[bot]
Created: 9/9/2020
Status: Closed

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


📝 Commits (1)

  • 3f7d15c Bump google.golang.org/grpc from 1.24.0 to 1.32.0

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

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)

New Features

  • The following new xDS functionalities are added in this release (xDS features supported in a given release are documented here):
    • Requests matching based on path (prefix, full path and safe regex) and headers
    • Requests routing to multiple clusters based on weights
  • service config: add default method config support (#3684)
  • credentials/sts: PerRPCCreds Implementation (#3696)
  • credentials: check and expose SPIFFE ID (#3626)
  • protoc-gen-go-grpc: support for proto3 field presence (#3752)

Bug Fixes

  • client: set auth header to localhost for unix target (#3730)

Documentation

  • doc: mark CustomCodec as deprecated (#3698)
  • examples: cleanup README.md (#3738)
  • doc: fix references to status methods (#3702)

Release 1.30.1

  • eds: fix priority timeout failure when EDS removes all priorities (#3840)
Commits
  • 5e8f833 Change version to 1.32.0 (#3844)
  • 44d73df cmd/protoc-gen-go-grpc: rework service registration (#3828)
  • 410880d eds: fix priority timeout failure when EDS removes all priorities (#3830)
  • 0e72e09 server: prevent hang in Go HTTP transport in some error cases (#3833)
  • b9bc8e7 End stream flag bugfix (#3803)
  • e14f1c2 certprovider: API update to include certificate name. (#3797)
  • 6c0171f rls: Update rls protos and code/test to reflect those changes. (#3832)
  • d16bb4c transport: use escaped string instead of int->string conversion (#3831)
  • f640ae6 security/authorization: util function for converting CEL expression string (#...
  • 0f73133 xds: Export a WatchListener() method on the xdsClient. (#3817)
  • 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 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/132 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/9/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.32.0` --- ### 📝 Commits (1) - [`3f7d15c`](https://github.com/evenh/intercert/commit/3f7d15c780c5ea3666f90df94dee4adc9d118049) Bump google.golang.org/grpc from 1.24.0 to 1.32.0 ### 📊 Changes **2 files changed** (+18 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+16 -0) </details> ### 📄 Description Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.24.0 to 1.32.0. <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 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> <h1>New Features</h1> <ul> <li>The following new xDS functionalities are added in this release (xDS features supported in a given release are documented <a href="https://github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md">here</a>): <ul> <li>Requests matching based on <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-routematch">path</a> (prefix, full path and safe regex) and <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-headermatcher">headers</a></li> <li>Requests routing to multiple clusters based on <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-weightedcluster">weights</a></li> </ul> </li> <li>service config: add default method config support (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3684">#3684</a>) <ul> <li>Special Thanks: <a href="https://github.com/amenzhinsky">@amenzhinsky</a></li> </ul> </li> <li>credentials/sts: PerRPCCreds Implementation (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3696">#3696</a>)</li> <li>credentials: check and expose SPIFFE ID (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3626">#3626</a>)</li> <li>protoc-gen-go-grpc: support for proto3 field presence (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3752">#3752</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>client: set auth header to localhost for unix target (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3730">#3730</a>)</li> </ul> <h1>Documentation</h1> <ul> <li>doc: mark CustomCodec as deprecated (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3698">#3698</a>)</li> <li>examples: cleanup README.md (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3738">#3738</a>)</li> <li>doc: fix references to status methods (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3702">#3702</a>) <ul> <li>Special Thanks: <a href="https://github.com/evanlimanto">@evanlimanto</a></li> </ul> </li> </ul> <h2>Release 1.30.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/3840">#3840</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/5e8f83304c0563d1ba74db05fee83d9c18ab9a58"><code>5e8f833</code></a> Change version to 1.32.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3844">#3844</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/44d73dff99bfd2aff2cb587bb942d6f8bf8148f7"><code>44d73df</code></a> cmd/protoc-gen-go-grpc: rework service registration (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3828">#3828</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/410880dd7d91952bbc9dfb756f3e03a90c87f8ed"><code>410880d</code></a> 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> <li><a href="https://github.com/grpc/grpc-go/commit/0e72e09474d6f277fe497cded849ae1c609c27c6"><code>0e72e09</code></a> 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><a href="https://github.com/grpc/grpc-go/commit/b9bc8e75a675b85e57b14635f0d1aca6ac01ba82"><code>b9bc8e7</code></a> End stream flag bugfix (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3803">#3803</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/e14f1c23f642a1e3564db11cd5e934963773a193"><code>e14f1c2</code></a> certprovider: API update to include certificate name. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3797">#3797</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/6c0171fad0b597250588aa2a25330a373d4a9074"><code>6c0171f</code></a> rls: Update rls protos and code/test to reflect those changes. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3832">#3832</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/d16bb4c338a5470a3b3bc30750fafc26cafd215c"><code>d16bb4c</code></a> transport: use escaped string instead of int-&gt;string conversion (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3831">#3831</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/f640ae6a4f4368a09e7d60e0303d40a3c9b50517"><code>f640ae6</code></a> security/authorization: util function for converting CEL expression string (#...</li> <li><a href="https://github.com/grpc/grpc-go/commit/0f73133e3aa3bf4505007ebd0cf3508dfc952a22"><code>0f73133</code></a> xds: Export a WatchListener() method on the xdsClient. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3817">#3817</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.24.0...v1.32.0">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.32.0)](https://dependabot.com/compatibility-score/?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.24.0&new-version=1.32.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 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#236
No description provided.