[PR #147] [CLOSED] Bump google.golang.org/grpc from 1.24.0 to 1.34.1 #246

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

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/147
Author: @dependabot-preview[bot]
Created: 1/12/2021
Status: Closed

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


📝 Commits (1)

  • 8a6e69b Bump google.golang.org/grpc from 1.24.0 to 1.34.1

📊 Changes

2 files changed (+38 additions, -3 deletions)

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+35 -0)

📄 Description

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

Release notes

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

Release 1.34.1

  • xds client: Updated v3 type for http connection manager (#4137)
  • lrs: use JSON for locality's String representation (#4135)
  • eds/lrs: handle nil when LRS is disabled (#4086)
  • client: fix "unix" scheme handling for some corner cases (#4021)

Release 1.34.0

New Features

  • client: implement support for "unix" resolver scheme (#3890)
  • rds: allow case_insensitive path matching (#3997)
  • credentials/insecure: implement insecure credentials. (#3964)
  • lrs: handle multiple clusters in LRS stream (#3935)

Performance Improvements

  • encoding/proto: simplify & optimize proto codec (#3958)

Bug Fixes

  • internal/transport: fix a bug causing -bin metadata to be incorrectly encoded (#3985)
  • grpclb: consider IDLE SubConns as connecting (#4031)
  • grpclb: send custom user-agent (#4011)
  • client: use "localhost:port" as authority if target is ":port" (#4017)
  • credentials: fix PerRPCCredentials w/RequireTransportSecurity and security levels (#3995)

Documentation

  • Documentation: fix outgoing metadata example code (#3979)
  • Remove experimental comment from client interceptors (#3948)
  • Documentation: update keepalive.md to add why (#3993)

Release 1.33.3

  • xds client: Updated v3 type for http connection manager (#4137)
  • lrs: use JSON for locality's String representation (#4135)
  • eds/lrs: handle nil when LRS is disabled (#4086)

Release 1.33.2

  • protobuf: update all generated code to google.golang.org/protobuf (#3932)
  • xdsclient: populate error details for NACK (#3975)
  • internal/credentials: fix a bug and add one more helper function SPIFFEIDFromCert (#3929)

Release v1.33.1

API Changes

  • connectivity: remove unused, experimental Reporter interface (#3875)
Commits
  • 5e6d654 Change version to 1.34.1
  • 3aa7457 xds client: Updated v3 type for http connection manager (#4137)
  • 2d61c30 lrs: use JSON for locality's String representation (#4135)
  • f60ed8a eds/lrs: handle nil when LRS is disabled (#4086)
  • 39242ac client: fix "unix" scheme handling for some corner cases (#4021)
  • 553e4ef Change version to 1.34.1-dev (#4043)
  • 2cf12a8 Change version to 1.34.0 (#4042)
  • f5c42ca xds/client: Export a method to return bootstrap config. (#4033)
  • b88744b xds: add ConfigSelector to support RouteAction timeouts (#3991)
  • 20636e7 protobuf: update protoc to latest version (#4038)
  • 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/147 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/12/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.34.1` --- ### 📝 Commits (1) - [`8a6e69b`](https://github.com/evenh/intercert/commit/8a6e69b5727632e7ca50dd3774218ef32ed2e814) Bump google.golang.org/grpc from 1.24.0 to 1.34.1 ### 📊 Changes **2 files changed** (+38 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+35 -0) </details> ### 📄 Description Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.24.0 to 1.34.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 1.34.1</h2> <ul> <li>xds client: Updated v3 type for http connection manager (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4137">#4137</a>)</li> <li>lrs: use JSON for locality's String representation (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4135">#4135</a>)</li> <li>eds/lrs: handle nil when LRS is disabled (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4086">#4086</a>)</li> <li>client: fix &quot;unix&quot; scheme handling for some corner cases (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4021">#4021</a>)</li> </ul> <h2>Release 1.34.0</h2> <h1>New Features</h1> <ul> <li>client: implement support for &quot;unix&quot; resolver scheme (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3890">#3890</a>)</li> <li>rds: allow case_insensitive path matching (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3997">#3997</a>)</li> <li>credentials/insecure: implement insecure credentials. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3964">#3964</a>)</li> <li>lrs: handle multiple clusters in LRS stream (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3935">#3935</a>)</li> </ul> <h1>Performance Improvements</h1> <ul> <li>encoding/proto: simplify &amp; optimize proto codec (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3958">#3958</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>internal/transport: fix a bug causing -bin metadata to be incorrectly encoded (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3985">#3985</a>) <ul> <li>Special Thanks: <a href="https://github.com/dntj">@dntj</a></li> </ul> </li> <li>grpclb: consider IDLE SubConns as connecting (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4031">#4031</a>)</li> <li>grpclb: send custom user-agent (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4011">#4011</a>)</li> <li>client: use &quot;localhost:port&quot; as authority if target is &quot;:port&quot; (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4017">#4017</a>)</li> <li>credentials: fix PerRPCCredentials w/RequireTransportSecurity and security levels (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3995">#3995</a>)</li> </ul> <h1>Documentation</h1> <ul> <li>Documentation: fix outgoing metadata example code (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3979">#3979</a>) <ul> <li>Special Thanks: <a href="https://github.com/aaronjheng">@aaronjheng</a></li> </ul> </li> <li>Remove experimental comment from client interceptors (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3948">#3948</a>) <ul> <li>Special Thanks: <a href="https://github.com/hypnoglow">@hypnoglow</a></li> </ul> </li> <li>Documentation: update keepalive.md to add why (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3993">#3993</a>)</li> </ul> <h2>Release 1.33.3</h2> <ul> <li>xds client: Updated v3 type for http connection manager (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4137">#4137</a>)</li> <li>lrs: use JSON for locality's String representation (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4135">#4135</a>)</li> <li>eds/lrs: handle nil when LRS is disabled (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4086">#4086</a>)</li> </ul> <h2>Release 1.33.2</h2> <ul> <li>protobuf: update all generated code to google.golang.org/protobuf (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3932">#3932</a>)</li> <li>xdsclient: populate error details for NACK (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3975">#3975</a>)</li> <li>internal/credentials: fix a bug and add one more helper function SPIFFEIDFromCert (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3929">#3929</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/5e6d654ce730d05ab174d380c9b5e11a611ccb2f"><code>5e6d654</code></a> Change version to 1.34.1</li> <li><a href="https://github.com/grpc/grpc-go/commit/3aa7457b2d4e5def22942a80eabcee73cecbc8ca"><code>3aa7457</code></a> xds client: Updated v3 type for http connection manager (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4137">#4137</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/2d61c30c40f3b3dc262cc2e6309bb12d2e274058"><code>2d61c30</code></a> lrs: use JSON for locality's String representation (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4135">#4135</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/f60ed8aa8ee1ebbcfebd33851941784d8820b32d"><code>f60ed8a</code></a> eds/lrs: handle nil when LRS is disabled (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4086">#4086</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/39242acfcc5ec27682da0f8d366660384fe4ff61"><code>39242ac</code></a> client: fix &quot;unix&quot; scheme handling for some corner cases (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4021">#4021</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/553e4ef513babcdb3a89556e025f0b38b038a9b8"><code>553e4ef</code></a> Change version to 1.34.1-dev (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4043">#4043</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/2cf12a82ed4381ce0b0f7d487ee2eca772ee18e3"><code>2cf12a8</code></a> Change version to 1.34.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4042">#4042</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/f5c42ca71413d2fd9959b9e2f543c42f45fd3a12"><code>f5c42ca</code></a> xds/client: Export a method to return bootstrap config. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4033">#4033</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/b88744b832669c12e6477a4da0d7c971a73a1a47"><code>b88744b</code></a> xds: add ConfigSelector to support RouteAction timeouts (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3991">#3991</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/20636e76a99aed65ef8706949d2400079ba003da"><code>20636e7</code></a> protobuf: update protoc to latest version (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4038">#4038</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.24.0...v1.34.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.34.1)](https://dependabot.com/compatibility-score/?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.24.0&new-version=1.34.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:32 +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#246
No description provided.