Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5bfb8d9

Browse files
dependabot[bot]aslilac
authored andcommitted
chore: bump google.golang.org/grpc from 1.69.4 to 1.70.0 (#16271)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from1.69.4 to 1.70.0.<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.70.0</h2><h1>Behavior Changes</h1><ul><li>client: reject service configs containing an invalid retryPolicy inaccordance with gRFCs <ahref="https://github.com/grpc/proposal/blob/master/A21-service-config-error-handling.md">A21</a>and <ahref="https://github.com/grpc/proposal/blob/master/A6-client-retries.md">A6</a>.(<ahref="https://redirect.github.com/grpc/grpc-go/issues/7905">#7905</a>)<ul><li>Note that this is a potential breaking change for some users usingan invalid configuration, but continuing to allow this behavior wouldviolate our cross-language compatibility requirements.</li></ul></li></ul><h1>New Features</h1><ul><li>xdsclient: fallback to a secondary management server (if specifiedin the bootstrap configuration) when the primary is down is enabled bydefault. Can be disabled by setting the environment variable<code>GRPC_EXPERIMENTAL_XDS_FALLBACK</code> to <code>false</code>. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/7949">#7949</a>)</li><li>experimental/credentials: experimental transport credentials areadded which don't enforce ALPN. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/7980">#7980</a>)<ul><li>These credentials will be removed in an upcoming grpc-go release.Users must not rely on these credentials directly. Instead, they shouldeither vendor a specific version of gRPC or copy the relevantcredentials into their own codebase if absolutely necessary.</li></ul></li></ul><h1>Bug Fixes</h1><ul><li>xds: fix a possible deadlock that happens when both the clientapplication and the xDS management server (responsible for configuringthe client) are using the xds:/// scheme in their target URIs. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8011">#8011</a>)</li></ul><h1>Performance</h1><ul><li>server: for unary requests, free raw request message data as soon asparsing is finished instead of waiting until the method handler returns.(<ahref="https://redirect.github.com/grpc/grpc-go/issues/7998">#7998</a>)<ul><li>Special Thanks: <ahref="https://github.com/lqs"><code>@​lqs</code></a></li></ul></li></ul><h1>Documentation</h1><ul><li>examples/features/gracefulstop: add example to demonstrate servergraceful stop. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/7865">#7865</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/grpc/grpc-go/commit/98a0092952dd4d8443229c3a335ec592d9c40c9b"><code>98a0092</code></a>Change version to 1.70.0 (<ahref="https://redirect.github.com/grpc/grpc-go/issues/7984">#7984</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/bf380dec5e059ea6e7d07cec015dd0c913831a6a"><code>bf380de</code></a>Cherrypick <ahref="https://redirect.github.com/grpc/grpc-go/issues/7998">#7998</a>,<ahref="https://redirect.github.com/grpc/grpc-go/issues/8011">#8011</a>,<a href="https://redirect.github.com/grpc/grpc-go/issues/8010">#8010</a>into 1.70.x (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8028">#8028</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/54b3eb97dbf7400efb5750f26084c2d3b2eff120"><code>54b3eb9</code></a>experimental/credentials: Add credentials that don't enforce ALPN (<ahref="https://redirect.github.com/grpc/grpc-go/issues/7980">#7980</a>)(<ahref="https://redirect.github.com/grpc/grpc-go/issues/8">#8</a>...</li><li><ahref="https://github.com/grpc/grpc-go/commit/62b9185a6296155e47efd39d60298d8de0a6ed1d"><code>62b9185</code></a>clustetresolver: Copy endpoints.Addresses slice from DNS updates toavoid dat...</li><li><ahref="https://github.com/grpc/grpc-go/commit/724f450f77a09bade8174e5052625977069aaf81"><code>724f450</code></a>examples/features/csm_observability: use helloworld client and serverinstead...</li><li><ahref="https://github.com/grpc/grpc-go/commit/e8d5feb181766059429259ce3345ddb1f667ded5"><code>e8d5feb</code></a>rbac: add method name to :path in headers (<ahref="https://redirect.github.com/grpc/grpc-go/issues/7965">#7965</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/e912015fd3f4aabdff6d6cf835e321c19a204afb"><code>e912015</code></a>cleanup: Fix usages of non-constant format strings (<ahref="https://redirect.github.com/grpc/grpc-go/issues/7959">#7959</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/681334a46115da3a5f9086c47e3d501a19362256"><code>681334a</code></a>cleanup: replace dial with newclient (<ahref="https://redirect.github.com/grpc/grpc-go/issues/7943">#7943</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/063d352de07403a582ef33f8f5f8149e3b57c47e"><code>063d352</code></a>internal/resolver: introduce a new resolver to handle target URI andproxy ad...</li><li><ahref="https://github.com/grpc/grpc-go/commit/10c7e13311f48bf5237738f4f19b53f62b1146cd"><code>10c7e13</code></a>outlierdetection: Support health listener for ejection updates (<ahref="https://redirect.github.com/grpc/grpc-go/issues/7908">#7908</a>)</li><li>Additional commits viewable in <ahref="https://github.com/grpc/grpc-go/compare/v1.69.4...v1.70.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.69.4&new-version=1.70.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'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 parent0e1447d commit5bfb8d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ require (
197197
golang.org/x/toolsv0.29.0
198198
golang.org/x/xerrorsv0.0.0-20240903120638-7835f813f4da
199199
google.golang.org/apiv0.218.0
200-
google.golang.org/grpcv1.69.4
200+
google.golang.org/grpcv1.70.0
201201
google.golang.org/protobufv1.36.3
202202
gopkg.in/DataDog/dd-trace-go.v1v1.70.3
203203
gopkg.in/natefinch/lumberjack.v2v2.2.1

‎go.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,8 +1183,8 @@ google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 h1:
11831183
google.golang.org/genproto/googleapis/apiv0.0.0-20241209162323-e6fa225c2576/go.mod h1:1R3kvZ1dtP3+4p4d3G8uJ8rFk/fWlScl38vanWACI08=
11841184
google.golang.org/genproto/googleapis/rpcv0.0.0-20250115164207-1a7da9e5054f h1:OxYkA3wjPsZyBylwymxSHa7ViiW1Sml4ToBrncvFehI=
11851185
google.golang.org/genproto/googleapis/rpcv0.0.0-20250115164207-1a7da9e5054f/go.mod h1:+2Yz8+CLJbIfL9z73EW45avw8Lmge3xVElCP9zEKi50=
1186-
google.golang.org/grpcv1.69.4 h1:MF5TftSMkd8GLw/m0KM6V8CMOCY6NZ1NQDPGFgbTt4A=
1187-
google.golang.org/grpcv1.69.4/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4=
1186+
google.golang.org/grpcv1.70.0 h1:pWFv03aZoHzlRKHWicjsZytKAiYCtNS0dHbXnIdq7jQ=
1187+
google.golang.org/grpcv1.70.0/go.mod h1:ofIJqVKDXx/JiXrwr2IG4/zwdH9txy3IlF40RmcJSQw=
11881188
google.golang.org/protobufv1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
11891189
google.golang.org/protobufv1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
11901190
google.golang.org/protobufv1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp