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

Commitf008b59

Browse files
chore: bump google.golang.org/grpc from 1.74.2 to 1.75.0 (#19535)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from1.74.2 to 1.75.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.75.0</h2><h1>Behavior Changes</h1><ul><li>xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environmentvariable. Fallback support can no longer be disabled. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8482">#8482</a>)</li><li>stats: Introduce <code>DelayedPickComplete</code> event, a typealias of <code>PickerUpdated</code>. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8465">#8465</a>)<ul><li>This (combined) event will now be emitted only once per call, when atransport is successfully selected for the attempt.</li><li>OpenTelemetry metrics will no longer have multiple &quot;Delayed LBpick complete&quot; events in Go, matching other gRPC languages.</li><li>A future release will delete the <code>PickerUpdated</code>symbol.</li></ul></li><li>credentials: Properly apply <code>grpc.WithAuthority</code> as thehighest-priority option for setting authority, above the setting in thecredentials themselves. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8488">#8488</a>)<ul><li>Now that this <code>WithAuthority</code> is available, thecredentials should not be used to override the authority.</li></ul></li><li>round_robin: Randomize the order in which addresses are connected toin order to spread out initial RPC load between clients. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8438">#8438</a>)</li><li>server: Return status code INTERNAL when a client sends more thanone request in unary and server streaming RPC. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8385">#8385</a>)<ul><li>This is a behavior change but also a bug fix to bring gRPC-Go inline with the gRPC spec.</li></ul></li></ul><h1>New Features</h1><ul><li>dns: Add an environment variable(<code>GRPC_ENABLE_TXT_SERVICE_CONFIG</code>) to provide a way todisable TXT lookups in the DNS resolver (by setting it to<code>false</code>). By default, TXT lookups are enabled, as they werepreviously. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8377">#8377</a>)</li></ul><h1>Bug Fixes</h1><ul><li>xds: Fix regression preventing empty node IDs in xDS bootstrapconfiguration. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8476">#8476</a>)<ul><li>Special Thanks: <ahref="https://github.com/davinci26"><code>@​davinci26</code></a></li></ul></li><li>xds: Fix possible panic when certain invalid resources areencountered. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8412">#8412</a>)<ul><li>Special Thanks: <ahref="https://github.com/wooffie"><code>@​wooffie</code></a></li></ul></li><li>xdsclient: Fix a rare panic caused by processing a response from aclosed server. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8389">#8389</a>)</li><li>stats: Fix metric unit formatting by enclosing non-standard unitslike <code>call</code> and <code>endpoint</code> in curly braces tocomply with UCUM and gRPC OpenTelemetry guidelines. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8481">#8481</a>)</li><li>xds: Fix possible panic when clusters are removed from the xdsconfiguration. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8428">#8428</a>)</li><li>xdsclient: Fix a race causing &quot;resource doesn not exist&quot;when rapidly subscribing and unsubscribing to the same resource. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8369">#8369</a>)</li><li>client: When determining the authority, properly percent-encode (ifneeded, which is unlikely) when the target string omits the hostname andonly specifies a port(<code>grpc.NewClient(&quot;:&lt;port-number-or-name&gt;&quot;)</code>).(<ahref="https://redirect.github.com/grpc/grpc-go/issues/8488">#8488</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/grpc/grpc-go/commit/b9788ef265596eda98a4391079c70c3992ed47cb"><code>b9788ef</code></a>Change version to 1.75.0 (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8493">#8493</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/2bd74b28f5a7d464de4ed6927aef4b69abc0d3af"><code>2bd74b2</code></a>credentials: fix behavior of grpc.WithAuthority and credential handshakeprec...</li><li><ahref="https://github.com/grpc/grpc-go/commit/9fa3267859958a7fa0141a8180102850f3d5842c"><code>9fa3267</code></a>xds: remove xds client fallback environment variable (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8482">#8482</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/62ec29fd9b3f9ea3cea6dc08a31e837aa92678b7"><code>62ec29f</code></a>grpc: Fix cardinality violations in non-client streaming RPCs. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8385">#8385</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/85240a5b02defe7b653ccba66866b4370c982b6a"><code>85240a5</code></a>stats: change non-standard units to annotations (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8481">#8481</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/ac13172781fae5593fd97ce07c3019c4044a71cd"><code>ac13172</code></a>update deps (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8478">#8478</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/0a895bc971a89c68c00070f792a28cc533846780"><code>0a895bc</code></a>examples/opentelemetry: use experimental metrics in example (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8441">#8441</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/8b61e8f7b8fe9b0a4217336f6a4a31731338c3b2"><code>8b61e8f</code></a>xdsclient: do not process updates from closed server channels (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8389">#8389</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/7238ab1822875fdc2864e06fb224236dc7cbf3bf"><code>7238ab1</code></a>Allow empty nodeID (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8476">#8476</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/9186ebd774370e3b3232d1b202914ff8fc2c56d6"><code>9186ebd</code></a>cleanup: use slices.Equal to simplify code (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8472">#8472</a>)</li><li>Additional commits viewable in <ahref="https://github.com/grpc/grpc-go/compare/v1.74.2...v1.75.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.74.2&new-version=1.75.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 parent9b7d41d commitf008b59

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

‎go.mod‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ require (
123123
github.com/go-chi/chi/v5v5.2.2
124124
github.com/go-chi/corsv1.2.1
125125
github.com/go-chi/httpratev0.15.0
126-
github.com/go-jose/go-jose/v4v4.1.0
126+
github.com/go-jose/go-jose/v4v4.1.1
127127
github.com/go-logr/logrv1.4.3
128128
github.com/go-playground/validator/v10v10.27.0
129129
github.com/gofrs/flockv0.12.0
@@ -207,7 +207,7 @@ require (
207207
golang.org/x/toolsv0.36.0
208208
golang.org/x/xerrorsv0.0.0-20240903120638-7835f813f4da
209209
google.golang.org/apiv0.246.0
210-
google.golang.org/grpcv1.74.2
210+
google.golang.org/grpcv1.75.0
211211
google.golang.org/protobufv1.36.6
212212
gopkg.in/DataDog/dd-trace-go.v1v1.74.0
213213
gopkg.in/natefinch/lumberjack.v2v2.2.1
@@ -455,7 +455,7 @@ require (
455455
golang.zx2c4.com/wireguard/windowsv0.5.3// indirect
456456
google.golang.org/appenginev1.6.8// indirect
457457
google.golang.org/genprotov0.0.0-20250603155806-513f23925822// indirect
458-
google.golang.org/genproto/googleapis/apiv0.0.0-20250603155806-513f23925822// indirect
458+
google.golang.org/genproto/googleapis/apiv0.0.0-20250707201910-8d1bb00bc6a7// indirect
459459
google.golang.org/genproto/googleapis/rpcv0.0.0-20250728155136-f173205681a0// indirect
460460
gopkg.in/ini.v1v1.67.0// indirect
461461
gopkg.in/yaml.v2v2.4.0// indirect
@@ -497,7 +497,7 @@ require (
497497
github.com/DataDog/datadog-agent/comp/core/tagger/origindetectionv0.64.2// indirect
498498
github.com/DataDog/datadog-agent/pkg/versionv0.64.2// indirect
499499
github.com/DataDog/dd-trace-go/v2v2.0.0// indirect
500-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.27.0// indirect
500+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.29.0// indirect
501501
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metricv0.50.0// indirect
502502
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemappingv0.50.0// indirect
503503
github.com/Masterminds/semver/v3v3.3.1// indirect

‎go.sum‎

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.26.0 h1:GlvoS
668668
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributesv0.26.0/go.mod h1:mYQmU7mbHH6DrCaS8N6GZcxwPoeNfyuopUoLQltwSzs=
669669
github.com/DataDog/sketches-gov1.4.7 h1:eHs5/0i2Sdf20Zkj0udVFWuCrXGRFig2Dcfm5rtcTxc=
670670
github.com/DataDog/sketches-gov1.4.7/go.mod h1:eAmQ/EBmtSO+nQp7IZMZVRPT4BQTmIc5RZQ+deGlTPM=
671-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.27.0 h1:ErKg/3iS1AKcTkf3yixlZ54f9U1rljCkQyEXWUnIUxc=
672-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.27.0/go.mod h1:yAZHSGnqScoU556rBOVkwLze6WP5N+U11RHuWaGVxwY=
671+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.29.0 h1:UQUsRi8WTzhZntp5313l+CHIAT95ojUI2lpP/ExlZa4=
672+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcpv1.29.0/go.mod h1:Cz6ft6Dkn3Et6l2v2a9/RpN7epQ1GtDlO6lj8bEcOvw=
673673
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metricv0.50.0 h1:5IT7xOdq17MtcdtL/vtl6mGfzhaq4m4vpollPRmlsBQ=
674674
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metricv0.50.0/go.mod h1:ZV4VOm0/eHR06JLrXWe09068dHpr3TRpY9Uo7T+anuA=
675675
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmockv0.50.0 h1:nNMpRpnkWDAaqcpxMJvxa/Ud98gjbYwayJY4/9bdjiU=
@@ -1113,8 +1113,8 @@ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2
11131113
github.com/go-gl/glfw/v3.3/glfwv0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
11141114
github.com/go-ini/iniv1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=
11151115
github.com/go-ini/iniv1.67.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
1116-
github.com/go-jose/go-jose/v4v4.1.0 h1:cYSYxd3pw5zd2FSXk2vGdn9igQU2PS8MuxrCOCl0FdY=
1117-
github.com/go-jose/go-jose/v4v4.1.0/go.mod h1:GG/vqmYm3Von2nYiB2vGTXzdoNKE5tix5tuc6iAd+sw=
1116+
github.com/go-jose/go-jose/v4v4.1.1 h1:JYhSgy4mXXzAdF3nUx3ygx347LRXJRrpgyU3adRmkAI=
1117+
github.com/go-jose/go-jose/v4v4.1.1/go.mod h1:BdsZGqgdO3b6tTc6LSE56wcDbMMLuPsw5d4ZD5f94kA=
11181118
github.com/go-json-experiment/jsonv0.0.0-20250725192818-e39067aee2d2 h1:iizUGZ9pEquQS5jTGkh4AqeeHCMbfbjeb0zMt0aEFzs=
11191119
github.com/go-json-experiment/jsonv0.0.0-20250725192818-e39067aee2d2/go.mod h1:TiCD2a1pcmjd7YnhGH0f/zKNcCD06B029pHhzV23c2M=
11201120
github.com/go-latex/latexv0.0.0-20210118124228-b3d85cf34e07/go.mod h1:CO1AlKB2CSIqUrmQPqA0gdRIlnLEY0gK5JGjh37zN5U=
@@ -2436,6 +2436,8 @@ gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJ
24362436
gonum.org/v1/gonumv0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0=
24372437
gonum.org/v1/gonumv0.9.3/go.mod h1:TZumC3NeyVQskjXqmyWt4S3bINhy7B4eYwW69EbyX+0=
24382438
gonum.org/v1/gonumv0.11.0/go.mod h1:fSG4YDCxxUZQJ7rKsQrj0gMOg00Il0Z96/qMA4bVQhA=
2439+
gonum.org/v1/gonumv0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
2440+
gonum.org/v1/gonumv0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
24392441
gonum.org/v1/netlibv0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw=
24402442
gonum.org/v1/plotv0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc=
24412443
gonum.org/v1/plotv0.9.0/go.mod h1:3Pcqqmp6RHvJI72kgb8fThyUnav364FOsdDo2aGW5lY=
@@ -2641,8 +2643,8 @@ google.golang.org/genproto v0.0.0-20230331144136-dcfb400f0633/go.mod h1:UUQDJDOl
26412643
google.golang.org/genprotov0.0.0-20230410155749-daa745c078e1/go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU=
26422644
google.golang.org/genprotov0.0.0-20250603155806-513f23925822 h1:rHWScKit0gvAPuOnu87KpaYtjK5zBMLcULh7gxkCXu4=
26432645
google.golang.org/genprotov0.0.0-20250603155806-513f23925822/go.mod h1:HubltRL7rMh0LfnQPkMH4NPDFEWp0jw3vixw7jEM53s=
2644-
google.golang.org/genproto/googleapis/apiv0.0.0-20250603155806-513f23925822 h1:oWVWY3NzT7KJppx2UKhKmzPq4SRe0LdCijVRwvGeikY=
2645-
google.golang.org/genproto/googleapis/apiv0.0.0-20250603155806-513f23925822/go.mod h1:h3c4v36UTKzUiuaOKQ6gr3S+0hovBtUrXzTG/i3+XEc=
2646+
google.golang.org/genproto/googleapis/apiv0.0.0-20250707201910-8d1bb00bc6a7 h1:FiusG7LWj+4byqhbvmB+Q93B/mOxJLN2DTozDuZm4EU=
2647+
google.golang.org/genproto/googleapis/apiv0.0.0-20250707201910-8d1bb00bc6a7/go.mod h1:kXqgZtrWaf6qS3jZOCnCH7WYfrvFjkC51bM8fz3RsCA=
26462648
google.golang.org/genproto/googleapis/rpcv0.0.0-20250728155136-f173205681a0 h1:MAKi5q709QWfnkkpNQ0M12hYJ1+e8qYVDyowc4U1XZM=
26472649
google.golang.org/genproto/googleapis/rpcv0.0.0-20250728155136-f173205681a0/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
26482650
google.golang.org/grpcv1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
@@ -2686,8 +2688,8 @@ google.golang.org/grpc v1.52.3/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5v
26862688
google.golang.org/grpcv1.53.0/go.mod h1:OnIrk0ipVdj4N5d9IUoFUx72/VlD7+jUsHwZgwSMQpw=
26872689
google.golang.org/grpcv1.54.0/go.mod h1:PUSEXI6iWghWaB6lXM4knEgpJNu2qUcKfDtNci3EC2g=
26882690
google.golang.org/grpcv1.56.3/go.mod h1:I9bI3vqKfayGqPUAwGdOSu7kt6oIJLixfffKrpXqQ9s=
2689-
google.golang.org/grpcv1.74.2 h1:WoosgB65DlWVC9FqI82dGsZhWFNBSLjQ84bjROOpMu4=
2690-
google.golang.org/grpcv1.74.2/go.mod h1:CtQ+BGjaAIXHs/5YS3i473GqwBBa1zGQNevxdeBEXrM=
2691+
google.golang.org/grpcv1.75.0 h1:+TW+dqTd2Biwe6KKfhE5JpiYIBWq865PhKGSXiivqt4=
2692+
google.golang.org/grpcv1.75.0/go.mod h1:JtPAzKiq4v1xcAB2hydNlWI2RnF85XXcV0mhKXr2ecQ=
26912693
google.golang.org/grpc/cmd/protoc-gen-go-grpcv1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
26922694
google.golang.org/protobufv0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
26932695
google.golang.org/protobufv0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp