[PR #154] Bump google.golang.org/grpc from 1.24.0 to 1.36.0 #252

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

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/154
Author: @dependabot-preview[bot]
Created: 2/25/2021
Status: 🔄 Open

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


📝 Commits (1)

  • 7770fa4 Bump google.golang.org/grpc from 1.24.0 to 1.36.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.36.0.

Release notes

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

Release 1.36.0

New Features

  • xds bootstrap: support config content in env variable (#4153)

Bug Fixes

  • encoding/proto: do not panic when types do not match (#4218)

Documentation

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)

... (truncated)

Commits
  • f74f033 Change version to 1.36.0 (#4198)
  • e6d71ad encoding/proto: do not panic when types do not match (#4218) (#4223)
  • 61962d0 status: document nil error handling of FromError (#4196)
  • 9280052 balancergroup: Propagate balancer.BuildOptions to child policies (#4184)
  • b753f49 xds testing: increase timeout from 90 minutes to 120 minutes (#4191)
  • 7b8d65a xds: rename internal/client files to remove client prefix (#4188)
  • f005af0 examples: delete profiling example since profiling support was rolled back (#...
  • 0bc7417 xds: report drops by circuit breaking (#4171)
  • e526a29 xds: Remove v3Support environment variable (#4174)
  • 7bb497f grpc: Update protobuf regenrate script (#4177)
  • 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/154 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/25/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.36.0` --- ### 📝 Commits (1) - [`7770fa4`](https://github.com/evenh/intercert/commit/7770fa4bed009eb9aaa2e554df8337edf7c17b12) Bump google.golang.org/grpc from 1.24.0 to 1.36.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.36.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.36.0</h2> <h1>New Features</h1> <ul> <li>xds bootstrap: support config content in env variable (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4153">#4153</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>encoding/proto: do not panic when types do not match (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4218">#4218</a>)</li> </ul> <h1>Documentation</h1> <ul> <li>status: document nil error handling of FromError (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4196">#4196</a>) <ul> <li>Special Thanks: <a href="https://github.com/gauravgahlot"><code>@gauravgahlot</code></a></li> </ul> </li> </ul> <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"><code>@resec</code></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"><code>@dntj</code></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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/f74f0337644653eba7923908a4d7f79a4f3a267b"><code>f74f033</code></a> Change version to 1.36.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4198">#4198</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/e6d71adde2d32e404ff1ab7558fd7e2ae00874ba"><code>e6d71ad</code></a> encoding/proto: do not panic when types do not match (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4218">#4218</a>) (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4223">#4223</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/61962d0e8e4ee228bd2ec73e02b19f90785310d0"><code>61962d0</code></a> status: document nil error handling of FromError (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4196">#4196</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/9280052d36656451dd7568a18a836c2a74edaf6c"><code>9280052</code></a> balancergroup: Propagate balancer.BuildOptions to child policies (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4184">#4184</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/b753f4903c1b09ced50ae223b439a771aff798f9"><code>b753f49</code></a> xds testing: increase timeout from 90 minutes to 120 minutes (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4191">#4191</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/7b8d65a7bc4446f61cceb8ee679847c100a07695"><code>7b8d65a</code></a> xds: rename internal/client files to remove client prefix (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4188">#4188</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/f005af03c24d49a4ec379884392cc4a557a0d047"><code>f005af0</code></a> examples: delete profiling example since profiling support was rolled back (#...</li> <li><a href="https://github.com/grpc/grpc-go/commit/0bc741730b8171fc51cdaf826caea5119c411009"><code>0bc7417</code></a> xds: report drops by circuit breaking (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4171">#4171</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/e526a29227471c90813ef4d5c1b2df98e627bb28"><code>e526a29</code></a> xds: Remove v3Support environment variable (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4174">#4174</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/7bb497f78432890caa760b51fcfc077498b1fee2"><code>7bb497f</code></a> grpc: Update protobuf regenrate script (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/4177">#4177</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.24.0...v1.36.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.36.0)](https://dependabot.com/compatibility-score/?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.24.0&new-version=1.36.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>
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#252
No description provided.