Bump google.golang.org/grpc from 1.73.0 to 1.74.2 #2050

Merged
dependabot[bot] merged 1 commit from refs/pull/2050/head into main 2025-07-28 06:45:20 +00:00
dependabot[bot] commented 2025-07-28 03:10:51 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1392
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1392
Original created: 2025-07-28T03:10:51Z
Original updated: 2025-07-28T06:45:23Z
Original head: carverauto/serviceradar:dependabot/go_modules/google.golang.org/grpc-1.74.2
Original base: main
Original merged: 2025-07-28T06:45:20Z by @mfreeman451

Bumps google.golang.org/grpc from 1.73.0 to 1.74.2.

Release notes

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

Release 1.74.2

API Changes

  • balancer: add ExitIdle method to Balancer interface. Earlier, implementing this method was optional. (#8367)

Behavior Changes

  • xds: Remove the GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)
  • server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (#8439)

Bug Fixes

  • googledirectpath: avoid logging the error message Attempt to set a bootstrap configuration... when creating multiple directpath channels. (#8419)

Performance Improvements

  • transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (#8361)
  • transport: reduce heap allocations by re-using mem.Reader objects. (#8360)

Documentation

  • examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (#8388)

Release 1.74.1

Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.

Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Imported from GitHub pull request. Original GitHub pull request: #1392 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1392 Original created: 2025-07-28T03:10:51Z Original updated: 2025-07-28T06:45:23Z Original head: carverauto/serviceradar:dependabot/go_modules/google.golang.org/grpc-1.74.2 Original base: main Original merged: 2025-07-28T06:45:20Z by @mfreeman451 --- Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.73.0 to 1.74.2. <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.74.2</h2> <h1>API Changes</h1> <ul> <li>balancer: add <code>ExitIdle</code> method to <code>Balancer</code> interface. Earlier, implementing this method was optional. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8367">#8367</a>)</li> </ul> <h1>Behavior Changes</h1> <ul> <li>xds: Remove the <code>GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST</code> environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8248">#8248</a>) <ul> <li>Special Thanks: <a href="https://github.com/atollena"><code>@​atollena</code></a></li> </ul> </li> <li>server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8439">#8439</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>googledirectpath: avoid logging the error message <code>Attempt to set a bootstrap configuration...</code> when creating multiple directpath channels. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8419">#8419</a>)</li> </ul> <h1>Performance Improvements</h1> <ul> <li>transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8361">#8361</a>)</li> <li>transport: reduce heap allocations by re-using <code>mem.Reader</code> objects. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8360">#8360</a>)</li> </ul> <h1>Documentation</h1> <ul> <li>examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8388">#8388</a>) <ul> <li>Special Thanks: <a href="https://github.com/vinothkumarr227"><code>@​vinothkumarr227</code></a></li> </ul> </li> </ul> <h2>Release 1.74.1</h2> <p>Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.</p> <p>Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/e9e00cb28e350d6440145d883d1d6cf675f3c0f3"><code>e9e00cb</code></a> Change version to 1.74.2 (<a href="https://redirect.github.com/grpc/grpc-go/issues/8470">#8470</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/bd7cb0a95b518e3f987cccbc44b4ba9a0e51eb80"><code>bd7cb0a</code></a> Change version to 1.74.2-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/8461">#8461</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/002a22c03ed5cb1068ab800fc329c1f199037b63"><code>002a22c</code></a> Change version to 1.74.1 (<a href="https://redirect.github.com/grpc/grpc-go/issues/8455">#8455</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/6e8e7e48d13e1891e0f3b5df22f16746edb6e788"><code>6e8e7e4</code></a> Retract v1.74.0 and v1.74.1 (<a href="https://redirect.github.com/grpc/grpc-go/issues/8457">#8457</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/48c9e4d1eee9b075a1855dadc24f66157dbf60b3"><code>48c9e4d</code></a> Change version to 1.74.1-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/8408">#8408</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/b8b6cffbb2a9c5dc41fd7ab902b4a0cc37c05b19"><code>b8b6cff</code></a> Change version to 1.74.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/8407">#8407</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/077e2c37bd9f14b1300e3d1feedd431d105895c0"><code>077e2c3</code></a> Cherry-pick <a href="https://redirect.github.com/grpc/grpc-go/issues/8411">#8411</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/8419">#8419</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/8422">#8422</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/8445">#8445</a> and <a href="https://redirect.github.com/grpc/grpc-go/issues/8451">#8451</a> to v1.74.x (<a href="https://redirect.github.com/grpc/grpc-go/issues/8454">#8454</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/b34f845d7056a2e052ddb4e99d9d691bf69159bf"><code>b34f845</code></a> server: allow 0s grpc-timeout header values, as java is known to be able to s...</li> <li><a href="https://github.com/grpc/grpc-go/commit/1787f9427568898e905841f40798bbb78c8dd52c"><code>1787f94</code></a> xdsclient: export genericResourceTypeDecoder (<a href="https://redirect.github.com/grpc/grpc-go/issues/8406">#8406</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/15299ccca32bba47c533b0a8e8ba2564a29d71db"><code>15299cc</code></a> xdsclient: make a function to return the supported resource type implementati...</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.73.0...v1.74.2">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.73.0&new-version=1.74.2)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
Sign in to join this conversation.
No reviewers
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
carverauto/serviceradar!2050
No description provided.