[PR #1152] [CLOSED] build(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 #1240

Closed
opened 2026-03-03 12:33:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1152
Author: @dependabot[bot]
Created: 5/9/2023
Status: Closed

Base: mainHead: dependabot/go_modules/google.golang.org/grpc-1.55.0


📝 Commits (1)

  • 96d09be build(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps google.golang.org/grpc from 1.54.0 to 1.55.0.

Release notes

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

Release 1.55.0

Behavior Changes

  • xds: enable federation support by default (#6151)
  • status: status.Code and status.FromError handle wrapped errors (#6031 and #6150)

New Features

  • xds/xdsclient: support ignore_resource_deletion server feature as per gRFC A53 (#6035)
  • security/advancedtls: add min/max TLS version selection options (#6007)

Bug Fixes

  • xds: stop routing RPCs to deleted clusters (#6125)
  • client: fix race between stream creation and GOAWAY receipt, which could lead to spurious UNAVAILABLE stream errors (#6142)

Performance Improvements

Release 1.54.1

Bug Fixes

  • credentials/alts: revert a change that causes a crash in the handshaker
Commits
  • 82c6376 Change version to 1.55.0 (#6211)
  • d33f68e googledirectpatph: enable ignore_resource_deletion in bootstrap (#6243) (#6246)
  • 3fc6e00 authz: Move audit package (#6218) (#6219)
  • 875c97a examples/features/observability: use observability module v1.0.0 (#6210)
  • aa8c137 authz: add audit logging APIs (#6158)
  • b91b884 gcp/observability: Have o11y module point to grpc 1.54 and opencensus 1.0.0 (...
  • eab9e20 test/kokoro: increase PSM Security test timeout to 4h (#6193)
  • d90621f remove the unnecessary call to ResetTimer and StopTimer (#6185)
  • fe72db9 testing: add helpers to start test service, and retrieve port (#6187)
  • 5a50b97 Revert "Revert "credentials/alts: defer ALTS stream creation until handshake ...
  • 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)

🔄 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/fsouza/fake-gcs-server/pull/1152 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/9/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.55.0` --- ### 📝 Commits (1) - [`96d09be`](https://github.com/fsouza/fake-gcs-server/commit/96d09bee8bd27a7bda542ba2bb16e0ab319ba845) build(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.55.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.55.0</h2> <h1>Behavior Changes</h1> <ul> <li>xds: enable federation support by default (<a href="https://redirect.github.com/grpc/grpc-go/issues/6151">#6151</a>)</li> <li>status: <code>status.Code</code> and <code>status.FromError</code> handle wrapped errors (<a href="https://redirect.github.com/grpc/grpc-go/issues/6031">#6031</a> and <a href="https://redirect.github.com/grpc/grpc-go/issues/6150">#6150</a>) <ul> <li>Special Thanks: <a href="https://github.com/psyhatter"><code>@​psyhatter</code></a></li> </ul> </li> </ul> <h1>New Features</h1> <ul> <li>xds/xdsclient: support <code>ignore_resource_deletion</code> server feature as per gRFC <a href="https://github.com/grpc/proposal/blob/master/A53-xds-ignore-resource-deletion.md">A53</a> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6035">#6035</a>)</li> <li>security/advancedtls: add min/max TLS version selection options (<a href="https://redirect.github.com/grpc/grpc-go/issues/6007">#6007</a>) <ul> <li>Special Thanks: <a href="https://github.com/joeljeske"><code>@​joeljeske</code></a></li> </ul> </li> </ul> <h1>Bug Fixes</h1> <ul> <li>xds: stop routing RPCs to deleted clusters (<a href="https://redirect.github.com/grpc/grpc-go/issues/6125">#6125</a>)</li> <li>client: fix race between stream creation and GOAWAY receipt, which could lead to spurious UNAVAILABLE stream errors (<a href="https://redirect.github.com/grpc/grpc-go/issues/6142">#6142</a>)</li> </ul> <h1>Performance Improvements</h1> <ul> <li>server: improve stream handler goroutine worker allocation when <a href="https://pkg.go.dev/google.golang.org/grpc#NumStreamWorkers"><code>NumStreamWorkers</code></a> is used (<a href="https://redirect.github.com/grpc/grpc-go/issues/6004">#6004</a>) <ul> <li>Special Thanks: <a href="https://github.com/SaveTheRbtz"><code>@​SaveTheRbtz</code></a></li> </ul> </li> </ul> <h2>Release 1.54.1</h2> <h1>Bug Fixes</h1> <ul> <li>credentials/alts: revert a change that causes a crash in the handshaker</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/82c6376d2ac5badf955e360e461455212a89713e"><code>82c6376</code></a> Change version to 1.55.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6211">#6211</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/d33f68e712024f90ed86d254e1d9d9f424667a29"><code>d33f68e</code></a> googledirectpatph: enable ignore_resource_deletion in bootstrap (<a href="https://redirect.github.com/grpc/grpc-go/issues/6243">#6243</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/6246">#6246</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/3fc6e0016ef9e919647bbccaba76919b25e49167"><code>3fc6e00</code></a> authz: Move audit package (<a href="https://redirect.github.com/grpc/grpc-go/issues/6218">#6218</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/6219">#6219</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/875c97a94dca8093bf01ff2fef490fbdd576373d"><code>875c97a</code></a> examples/features/observability: use observability module v1.0.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6210">#6210</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/aa8c137da98cbb59ddcf58e7c7e130cdd8f4fec7"><code>aa8c137</code></a> authz: add audit logging APIs (<a href="https://redirect.github.com/grpc/grpc-go/issues/6158">#6158</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/b91b8842e9437f711267bfc227c454de91e7cf15"><code>b91b884</code></a> gcp/observability: Have o11y module point to grpc 1.54 and opencensus 1.0.0 (...</li> <li><a href="https://github.com/grpc/grpc-go/commit/eab9e20d1bbecbdcdf442c5f6669ad731a160c0f"><code>eab9e20</code></a> test/kokoro: increase PSM Security test timeout to 4h (<a href="https://redirect.github.com/grpc/grpc-go/issues/6193">#6193</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/d90621f9e920aa6fdb554252f7f476e0b7791c1d"><code>d90621f</code></a> remove the unnecessary call to ResetTimer and StopTimer (<a href="https://redirect.github.com/grpc/grpc-go/issues/6185">#6185</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/fe72db9589696a625af72117a600ba191227b7c5"><code>fe72db9</code></a> testing: add helpers to start test service, and retrieve port (<a href="https://redirect.github.com/grpc/grpc-go/issues/6187">#6187</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/5a50b970ccaddcd811b4a0da8e56fe1a2492f7da"><code>5a50b97</code></a> Revert &quot;Revert &quot;credentials/alts: defer ALTS stream creation until handshake ...</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.54.0...v1.55.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.54.0&new-version=1.55.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:33:42 +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/fake-gcs-server#1240
No description provided.