[PR #148] [CLOSED] Bump google.golang.org/grpc from 1.24.0 to 1.35.0 #245

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/148
Author: @dependabot-preview[bot]
Created: 1/14/2021
Status: Closed

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


📝 Commits (1)

  • 4833a2a Bump google.golang.org/grpc from 1.24.0 to 1.35.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.35.0.

Release notes

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

Release 1.35.0

Behavior Changes

  • roundrobin: strip attributes from addresses (#4024)
  • balancer: set RPC metadata in address attributes, instead of Metadata field (#4041)

New Features

  • support unix-abstract schema (#4079)
  • xds: implement experimental RouteAction timeout support (#4116)
  • xds: Implement experimental circuit breaking support. (#4050)

Bug Fixes

  • xds: server_features should be a child of xds_servers and not a sibling (#4087)
  • xds: NACK more invalid RDS responses (#4120)

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)
Commits
  • 577eb69 Change version to 1.35.0 (#4140)
  • fb40d83 xds interop: turn on circuit breaking test (#4144)
  • 083393f xds/resolver: fix resource deletion (#4143)
  • 85e55dc interop: update client for xds testing support (#4108)
  • 6a318bb xds: add HTTP connection manager max_stream_duration support (#4122)
  • 0bd76be lrs: use JSON for locality's String representation (#4135)
  • ecc9a99 interop: remove test.proto clones/variants and use grpc-proto repo instead (#...
  • 4f80d77 github: enable CodeQL checker (#4134)
  • 829919d xds client: Updated v3 type for http connection manager (#4137)
  • f4a20d2 xds: NACK more invalid RDS responses (#4120)
  • 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/148 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/14/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.35.0` --- ### 📝 Commits (1) - [`4833a2a`](https://github.com/evenh/intercert/commit/4833a2ad115f73e4b64fa6ce9235d19336366a67) Bump google.golang.org/grpc from 1.24.0 to 1.35.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.35.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.35.0</h2> <h1>Behavior Changes</h1> <ul> <li>roundrobin: strip attributes from addresses (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4024">#4024</a>)</li> <li>balancer: set RPC metadata in address attributes, instead of Metadata field (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4041">#4041</a>)</li> </ul> <h1>New Features</h1> <ul> <li>support unix-abstract schema (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4079">#4079</a>) <ul> <li>Special Thanks: <a href="https://github.com/resec">@resec</a></li> </ul> </li> <li>xds: implement experimental RouteAction timeout support (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4116">#4116</a>)</li> <li>xds: Implement experimental circuit breaking support. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4050">#4050</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>xds: <code>server_features</code> should be a child of <code>xds_servers</code> and not a sibling (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4087">#4087</a>)</li> <li>xds: NACK more invalid RDS responses (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4120">#4120</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/577eb696279ea85069a02c9a4c2defafdab858c5"><code>577eb69</code></a> Change version to 1.35.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4140">#4140</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/fb40d83340e8c3830cc4907c00a1d8a003c6902c"><code>fb40d83</code></a> xds interop: turn on circuit breaking test (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4144">#4144</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/083393f287fe61b048da16074ca39bd93cd5e6bc"><code>083393f</code></a> xds/resolver: fix resource deletion (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4143">#4143</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/85e55dc558e1ad7f7d4d165480b47bf6efd3c6ff"><code>85e55dc</code></a> interop: update client for xds testing support (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4108">#4108</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/6a318bb011c6613d6f1c98eb0b1b28edfe6b7c0d"><code>6a318bb</code></a> xds: add HTTP connection manager max_stream_duration support (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4122">#4122</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/0bd76be2bb6b62dba23cef0454c86e97304ac58a"><code>0bd76be</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/ecc9a99b668778a2702fce85b95f9a278f6ace61"><code>ecc9a99</code></a> interop: remove test.proto clones/variants and use grpc-proto repo instead (#...</li> <li><a href="https://github.com/grpc/grpc-go/commit/4f80d77fe446b820dfe8dadd1eb8094f950a0128"><code>4f80d77</code></a> github: enable CodeQL checker (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4134">#4134</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/829919d5722373b6ad9bc3fa539b73d5dbb91257"><code>829919d</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/f4a20d2f414ffe9ca43416e6980831bde3140404"><code>f4a20d2</code></a> xds: NACK more invalid RDS responses (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4120">#4120</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.24.0...v1.35.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.35.0)](https://dependabot.com/compatibility-score/?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.24.0&new-version=1.35.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: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#245
No description provided.