[PR #144] [CLOSED] Bump google.golang.org/grpc from 1.24.0 to 1.34.0 #243

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

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/144
Author: @dependabot-preview[bot]
Created: 12/3/2020
Status: Closed

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


📝 Commits (1)

  • 20d3e8e Bump google.golang.org/grpc from 1.24.0 to 1.34.0

📊 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.0.

Release notes

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

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.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)

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)
Commits
  • 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)
  • 707e298 internal: fix net.Dial fail without IP (#4037)
  • 1d01bf9 grpclb: consider IDLE SubConns as connecting (#4031)
  • 90f1b3e client: use "localhost:port" as authority if target is ":port" (#4017)
  • 22dba5e xds: Remove usages of grpc.WithInsecure(). (#4028)
  • d2629bd xds/bootstrap: Add support for grpc_server_resource_name_id. (#4030)
  • 6caf9d8 xds: make xds client a singleton (#4015)
  • 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/144 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/3/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.34.0` --- ### 📝 Commits (1) - [`20d3e8e`](https://github.com/evenh/intercert/commit/20d3e8ed34287ada35a3ba79c22f9b113f95ed27) Bump google.golang.org/grpc from 1.24.0 to 1.34.0 ### 📊 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.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.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.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> <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>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/grpc/grpc-go/commit/707e298f55ef081e8a6001502989a55cb02c29e5"><code>707e298</code></a> internal: fix net.Dial fail without IP (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4037">#4037</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/1d01bf995d7474ba59a17a54514bebaaed868ff4"><code>1d01bf9</code></a> grpclb: consider IDLE SubConns as connecting (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4031">#4031</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/90f1b3ee835b5acaf18e3ecd3028c7a5cebe5481"><code>90f1b3e</code></a> 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><a href="https://github.com/grpc/grpc-go/commit/22dba5eb4ba042f1be9000cb188e94476e962da4"><code>22dba5e</code></a> xds: Remove usages of grpc.WithInsecure(). (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4028">#4028</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/d2629bd403ebfea6d867ed5f149ab9c875d2dfcb"><code>d2629bd</code></a> xds/bootstrap: Add support for <code>grpc_server_resource_name_id</code>. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4030">#4030</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/6caf9d8621b902e41e367d1d5e98e4249acd8c8e"><code>6caf9d8</code></a> xds: make xds client a singleton (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4015">#4015</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.24.0...v1.34.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.34.0)](https://dependabot.com/compatibility-score/?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.24.0&new-version=1.34.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:31 +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#243
No description provided.