[PR #70] [CLOSED] Bump google.golang.org/grpc from 1.24.0 to 1.27.0 #194

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

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/70
Author: @dependabot-preview[bot]
Created: 1/29/2020
Status: Closed

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


📝 Commits (1)

  • 421a5fb Bump google.golang.org/grpc from 1.24.0 to 1.27.0

📊 Changes

2 files changed (+10 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+9 -0)

📄 Description

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

Release notes

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

Release 1.27.0

API Changes

  • balancer/resolver: remove temporary backward-compatibility type aliases (#3309)

Behavior Changes

  • dns: ignore TXT errors unless GRPC_GO_IGNORE_TXT_ERRORS=false (#3299)

New Features

  • client: add interface for ClientConn to be accepted by generated code (#3334)
  • client: add WithResolvers option for specifying client-local resolvers (#3320)
  • advancedtls: add new module for advanced TLS handshaker (#3187)
  • credentials: create API for transport security level information (#3214)

Bug Fixes

  • trace: fix getting family for the method (#3216)

Release 1.26.0

API Changes

  • balancer: add V2Picker, ClientConn.UpdateState, SubConnState.ConnectionError (#3186)
  • resolver: introduce attributes package and use it for Address and State (#3151)
  • resolver: rename Option to Options, leaving type aliases for now (#3175)

Behavior Changes

  • dns: disable SRV record lookups unless grpclb is imported (#3149)
  • dns: stop polling for updates; use UpdateState API (#3165)

New Features

  • stats: attach metadata to In/Out Headers/Trailers (#3169)
  • xds: Implementation of the CDS LB policy. (#3224)
  • xds: Implementation of xds_resolver using LDS/RDS (#3183)
  • grpclb: do not send redundant empty load reports to remote LB (#3249)

Performance Improvements

  • server.go: combine defers to reduce stack usage (#3208)
  • profiling: add internal changes to support profiling of gRPC (#3158)

Bug Fixes

... (truncated)
Commits
  • a89bee7 Change version to 1.27.0 (#3340)
  • 1ce7569 rls: Add generated pb.go files for RLS. (#3337)
  • 8c50fc2 revert buffer reuse (#3338)
  • 7afcfdd client: add interface for ClientConn to be accepted by generated code (#3334)
  • 1f66bc9 xds: propogate bootstrap error to grpc.Dial (#3330)
  • 27fd7d0 balancer/resolver: remove temporary backward-compatibility type aliases (#3309)
  • 3311b9e grpclb: update proto from grpc/grpc-proto (#3323)
  • d670c2d advancedtls: fix internal tests (#3322)
  • cd74fa2 internal: remove withResolverBuilder and use WithResolvers instead (#3321)
  • 62d4bd7 security: Add a package level comment to testdata package in advancedtls (#3317)
  • 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/70 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/29/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.27.0` --- ### 📝 Commits (1) - [`421a5fb`](https://github.com/evenh/intercert/commit/421a5fb3c85944030afccecb3525348edb6d8589) Bump google.golang.org/grpc from 1.24.0 to 1.27.0 ### 📊 Changes **2 files changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+9 -0) </details> ### 📄 Description Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.24.0 to 1.27.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.27.0</h2> <h1>API Changes</h1> <ul> <li>balancer/resolver: remove temporary backward-compatibility type aliases (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3309">#3309</a>)</li> </ul> <h1>Behavior Changes</h1> <ul> <li>dns: ignore TXT errors unless GRPC_GO_IGNORE_TXT_ERRORS=false (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3299">#3299</a>)</li> </ul> <h1>New Features</h1> <ul> <li>client: add interface for ClientConn to be accepted by generated code (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3334">#3334</a>)</li> <li>client: add WithResolvers option for specifying client-local resolvers (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3320">#3320</a>)</li> <li>advancedtls: add new module for advanced TLS handshaker (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3187">#3187</a>)</li> <li>credentials: create API for transport security level information (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3214">#3214</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>trace: fix getting family for the method (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3216">#3216</a>) <ul> <li>Special Thanks: <a href="https://github.com/andyxning">@andyxning</a></li> </ul> </li> </ul> <h2>Release 1.26.0</h2> <h1>API Changes</h1> <ul> <li>balancer: add V2Picker, ClientConn.UpdateState, SubConnState.ConnectionError (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3186">#3186</a>)</li> <li>resolver: introduce attributes package and use it for Address and State (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3151">#3151</a>)</li> <li>resolver: rename Option to Options, leaving type aliases for now (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3175">#3175</a>)</li> </ul> <h1>Behavior Changes</h1> <ul> <li>dns: disable SRV record lookups unless grpclb is imported (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3149">#3149</a>)</li> <li>dns: stop polling for updates; use UpdateState API (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3165">#3165</a>)</li> </ul> <h1>New Features</h1> <ul> <li>stats: attach metadata to In/Out Headers/Trailers (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3169">#3169</a>) <ul> <li>Special Thanks: <a href="https://github.com/MatthewDolan">@MatthewDolan</a></li> </ul> </li> <li>xds: Implementation of the CDS LB policy. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3224">#3224</a>)</li> <li>xds: Implementation of xds_resolver using LDS/RDS (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3183">#3183</a>)</li> <li>grpclb: do not send redundant empty load reports to remote LB (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3249">#3249</a>)</li> </ul> <h1>Performance Improvements</h1> <ul> <li>server.go: combine defers to reduce stack usage (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3208">#3208</a>) <ul> <li>Special Thanks: <a href="https://github.com/adtac">@adtac</a></li> </ul> </li> <li>profiling: add internal changes to support profiling of gRPC (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3158">#3158</a>) <ul> <li>Special Thanks: <a href="https://github.com/adtac">@adtac</a></li> </ul> </li> </ul> <h1>Bug Fixes</h1> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/a89bee78ddf0f67f27c06b1b2b1b071c18408724"><code>a89bee7</code></a> Change version to 1.27.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3340">#3340</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/1ce7569121c84d46e44311b93079144587c22bc9"><code>1ce7569</code></a> rls: Add generated pb.go files for RLS. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3337">#3337</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/8c50fc25657c1a4e32b99646afa453fcaccd01b2"><code>8c50fc2</code></a> revert buffer reuse (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3338">#3338</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/7afcfdd66b1241ed5a29e865d838ce19c57fc2d6"><code>7afcfdd</code></a> client: add interface for ClientConn to be accepted by generated code (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3334">#3334</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/1f66bc9efb148461b7b9cf4403532994c69b9b3d"><code>1f66bc9</code></a> xds: propogate bootstrap error to grpc.Dial (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3330">#3330</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/27fd7d000ebd5c148b57dd9587dc3ad90c5b45bb"><code>27fd7d0</code></a> balancer/resolver: remove temporary backward-compatibility type aliases (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3309">#3309</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/3311b9ea68a8c6c1554506af68fcbd9fe3e1c74f"><code>3311b9e</code></a> grpclb: update proto from grpc/grpc-proto (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3323">#3323</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/d670c2dcc849ce0e4f8a4c48bfe1385051d1fb2a"><code>d670c2d</code></a> advancedtls: fix internal tests (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3322">#3322</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/cd74fa23ea4d5d30d74a5830a8e358b2c527f485"><code>cd74fa2</code></a> internal: remove withResolverBuilder and use WithResolvers instead (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3321">#3321</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/62d4bd73ba4a57fd63f4225a77dbd3d4c9437212"><code>62d4bd7</code></a> security: Add a package level comment to testdata package in advancedtls (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/3317">#3317</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.24.0...v1.27.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.27.0)](https://dependabot.com/compatibility-score.html?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.24.0&new-version=1.27.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:22 +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#194
No description provided.