- Notifications
You must be signed in to change notification settings - Fork1k
Commit83aafd8
authored
chore: bump google.golang.org/grpc from 1.73.0 to 1.74.2 (#19158)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from1.73.0 to 1.74.2.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc'sreleases</a>.</em></p><blockquote><h2>Release 1.74.2</h2><h1>New Features</h1><ul><li>grpc: introduce new <code>DialOptions</code> and<code>ServerOptions</code> (<code>WithStaticStreamWindowSize</code>,<code>WithStaticConnWindowSize</code>,<code>StaticStreamWindowSize</code>, <code>StaticConnWindowSize</code>)that force fixed window sizes for all HTTP/2 connections. By default,gRPC uses dynamic sizing of these windows based upon a BDP estimationalgorithm. The existing options (<code>WithInitialWindowSize</code>,etc) also disable BDP estimation, but this behavior will be changed in afollowing release. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8283">#8283</a>)</li></ul><h1>API Changes</h1><ul><li>balancer: add <code>ExitIdle</code> method to <code>Balancer</code>interface. Earlier, implementing this method was optional. (<ahref="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 balancerwith xDS. Least request was made available by default with xDS inv1.72.0. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8248">#8248</a>)<ul><li>Special Thanks: <ahref="https://github.com/atollena"><code>@atollena</code></a></li></ul></li><li>server: allow 0s grpc-timeout header values, which older gRPC-Javaversions could send. This restores the behavior of grpc-go beforev1.73.0. (<ahref="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 toset a bootstrap configuration...</code> when creating multipledirectpath channels. (<ahref="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 avoidingmethod-to-closure conversions. (<ahref="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. (<ahref="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 metricsusing the OpenTelemetry plugin. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8388">#8388</a>)<ul><li>Special Thanks: <ahref="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.0was 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 shouldnot be used. Version 1.73.0 should be used until 1.74.1 is released.</p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/grpc/grpc-go/commit/e9e00cb28e350d6440145d883d1d6cf675f3c0f3"><code>e9e00cb</code></a>Change version to 1.74.2 (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8470">#8470</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/bd7cb0a95b518e3f987cccbc44b4ba9a0e51eb80"><code>bd7cb0a</code></a>Change version to 1.74.2-dev (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8461">#8461</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/002a22c03ed5cb1068ab800fc329c1f199037b63"><code>002a22c</code></a>Change version to 1.74.1 (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8455">#8455</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/6e8e7e48d13e1891e0f3b5df22f16746edb6e788"><code>6e8e7e4</code></a>Retract v1.74.0 and v1.74.1 (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8457">#8457</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/48c9e4d1eee9b075a1855dadc24f66157dbf60b3"><code>48c9e4d</code></a>Change version to 1.74.1-dev (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8408">#8408</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/b8b6cffbb2a9c5dc41fd7ab902b4a0cc37c05b19"><code>b8b6cff</code></a>Change version to 1.74.0 (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8407">#8407</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/077e2c37bd9f14b1300e3d1feedd431d105895c0"><code>077e2c3</code></a>Cherry-pick <ahref="https://redirect.github.com/grpc/grpc-go/issues/8411">#8411</a>,<ahref="https://redirect.github.com/grpc/grpc-go/issues/8419">#8419</a>,<ahref="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 <ahref="https://redirect.github.com/grpc/grpc-go/issues/8451">#8451</a> tov1.74.x (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8454">#8454</a>)</li><li><ahref="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 ableto s...</li><li><ahref="https://github.com/grpc/grpc-go/commit/1787f9427568898e905841f40798bbb78c8dd52c"><code>1787f94</code></a>xdsclient: export genericResourceTypeDecoder (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8406">#8406</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/15299ccca32bba47c533b0a8e8ba2564a29d71db"><code>15299cc</code></a>xdsclient: make a function to return the supported resource typeimplementati...</li><li>Additional commits viewable in <ahref="https://github.com/grpc/grpc-go/compare/v1.73.0...v1.74.2">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent1ae5cac commit83aafd8
2 files changed
+15
-15
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 |
| - | |
| 210 | + | |
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
| |||
455 | 455 |
| |
456 | 456 |
| |
457 | 457 |
| |
458 |
| - | |
| 458 | + | |
459 | 459 |
| |
460 | 460 |
| |
461 | 461 |
| |
| |||
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
489 |
| - | |
| 489 | + | |
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
| |||
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
510 |
| - | |
| 510 | + | |
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
539 |
| - | |
| 539 | + | |
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
897 | 897 |
| |
898 | 898 |
| |
899 | 899 |
| |
900 |
| - | |
901 |
| - | |
| 900 | + | |
| 901 | + | |
902 | 902 |
| |
903 | 903 |
| |
904 | 904 |
| |
| |||
1948 | 1948 |
| |
1949 | 1949 |
| |
1950 | 1950 |
| |
1951 |
| - | |
1952 |
| - | |
| 1951 | + | |
| 1952 | + | |
1953 | 1953 |
| |
1954 | 1954 |
| |
1955 | 1955 |
| |
| |||
2639 | 2639 |
| |
2640 | 2640 |
| |
2641 | 2641 |
| |
2642 |
| - | |
2643 |
| - | |
| 2642 | + | |
| 2643 | + | |
2644 | 2644 |
| |
2645 | 2645 |
| |
2646 | 2646 |
| |
| |||
2684 | 2684 |
| |
2685 | 2685 |
| |
2686 | 2686 |
| |
2687 |
| - | |
2688 |
| - | |
| 2687 | + | |
| 2688 | + | |
2689 | 2689 |
| |
2690 | 2690 |
| |
2691 | 2691 |
| |
|
0 commit comments
Comments
(0)