[PR #63] [CLOSED] Bump google.golang.org/grpc from 1.24.0 to 1.26.0 #186

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

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/63
Author: @dependabot-preview[bot]
Created: 12/18/2019
Status: Closed

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


📝 Commits (1)

  • d39c7b2 Bump google.golang.org/grpc from 1.24.0 to 1.26.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.26.0.

Release notes

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

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

  • dns: do not call NewServiceConfig when lookups are disabled (#3201)
  • client: set grpc-accept-encoding header based on outgoing compressor (#3139)
  • server: Keepalive pings should be sent every [Time] period (#3172)

Documentation

  • godoc: clarify WithTimeout deprecation note (#3226)

Release 1.25.1

  • resolver: re-add dns and passthrough packages as references to internal versions

Release 1.25.0

API Changes

  • resolver: move dns and passthrough to internal (#3116)

New Features

... (truncated)
Commits

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/63 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/18/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.26.0` --- ### 📝 Commits (1) - [`d39c7b2`](https://github.com/evenh/intercert/commit/d39c7b2b954ff06df5c5f2da77225614e195570c) Bump google.golang.org/grpc from 1.24.0 to 1.26.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.26.0. <details> <summary>Release notes</summary> *Sourced from [google.golang.org/grpc's releases](https://github.com/grpc/grpc-go/releases).* > ## Release 1.26.0 > # API Changes > > * balancer: add V2Picker, ClientConn.UpdateState, SubConnState.ConnectionError ([#3186](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3186)) > * resolver: introduce attributes package and use it for Address and State ([#3151](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3151)) > * resolver: rename Option to Options, leaving type aliases for now ([#3175](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3175)) > > # Behavior Changes > > * dns: disable SRV record lookups unless grpclb is imported ([#3149](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3149)) > * dns: stop polling for updates; use UpdateState API ([#3165](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3165)) > > # New Features > > * stats: attach metadata to In/Out Headers/Trailers ([#3169](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3169)) > - Special Thanks: [@&#8203;MatthewDolan](https://github.com/MatthewDolan) > * xds: Implementation of the CDS LB policy. ([#3224](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3224)) > * xds: Implementation of xds_resolver using LDS/RDS ([#3183](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3183)) > * grpclb: do not send redundant empty load reports to remote LB ([#3249](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3249)) > > # Performance Improvements > > * server.go: combine defers to reduce stack usage ([#3208](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3208)) > - Special Thanks: [@&#8203;adtac](https://github.com/adtac) > * profiling: add internal changes to support profiling of gRPC ([#3158](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3158)) > - Special Thanks: [@&#8203;adtac](https://github.com/adtac) > > # Bug Fixes > > * dns: do not call NewServiceConfig when lookups are disabled ([#3201](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3201)) > * client: set grpc-accept-encoding header based on outgoing compressor ([#3139](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3139)) > - Special Thanks: [@&#8203;jiacai2050](https://github.com/jiacai2050) > * server: Keepalive pings should be sent every [Time] period ([#3172](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3172)) > > # Documentation > > * godoc: clarify WithTimeout deprecation note ([#3226](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3226)) > - Special Thanks: [@&#8203;ensonic](https://github.com/ensonic) > > > ## Release 1.25.1 > - resolver: re-add dns and passthrough packages as references to internal versions > > ## Release 1.25.0 > # API Changes > > * resolver: move dns and passthrough to internal ([#3116](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3116)) > > # New Features > ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`f5b0812`](https://github.com/grpc/grpc-go/commit/f5b0812e6fe574d90da76b205e9eb51f6ddb1919) Change version to 1.26.0 ([#3261](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3261)) - [`d01454d`](https://github.com/grpc/grpc-go/commit/d01454da4a85ea42597210d6de8dac1d8fbc52c6) xds: Improve balancere/xds_test.go. ([#3256](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3256)) - [`f7b39d8`](https://github.com/grpc/grpc-go/commit/f7b39d80aa97614c0b4420d120b59dd192d1d521) profiling: Fix a data race in the circular buffer. ([#3254](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3254)) - [`e3baa76`](https://github.com/grpc/grpc-go/commit/e3baa761f4041535ca354920ef3d6902171e2b0f) grpc: Defer the unlock in newCCResolverWrapper ([#3255](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3255)) - [`085c980`](https://github.com/grpc/grpc-go/commit/085c980048876e2735d4aba8f0d5bca4d7acaaa5) grpclb: do not send redundant empty load reports to remote LB ([#3249](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3249)) - [`df18b54`](https://github.com/grpc/grpc-go/commit/df18b5433b2502ee82a823a5895a807e58025002) xds: support ack/nack ([#3227](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3227)) - [`032a379`](https://github.com/grpc/grpc-go/commit/032a3799b233663220160d559f55731b3868b9e3) godoc: clarify WithTimeout deprecation note ([#3226](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3226)) - [`cb0e11b`](https://github.com/grpc/grpc-go/commit/cb0e11b54fc60bec8e87860a7af0b6e8bc62b96d) benchmark: include go and grpc version in result files ([#3242](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3242)) - [`d5c817b`](https://github.com/grpc/grpc-go/commit/d5c817b906c8c0d2710a2c867d7ffe0d3d4d39fc) xds: Improve xds_lrs_test.go ([#3251](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3251)) - [`4323b78`](https://github.com/grpc/grpc-go/commit/4323b783fdf19273ccacc6b4711fbaa2591b427f) Update README.md ([#3231](https://github-redirect.dependabot.com/grpc/grpc-go/issues/3231)) - Additional commits viewable in [compare view](https://github.com/grpc/grpc-go/compare/v1.24.0...v1.26.0) </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.26.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.26.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:21 +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#186
No description provided.