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

Commit3d779c2

Browse files
chore: bump google.golang.org/grpc from 1.75.1 to 1.76.0 (#20277)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from1.75.1 to 1.76.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.76.0</h2><h1>Dependencies</h1><ul><li>Minimum supported Go version is now 1.24 (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8509">#8509</a>)<ul><li>Special Thanks: <ahref="https://github.com/kevinGC"><code>@​kevinGC</code></a></li></ul></li></ul><h1>Bug Fixes</h1><ul><li>client: Return status <code>INTERNAL</code> when a server sends zeroresponse messages for a unary or client-streaming RPC. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8523">#8523</a>)</li><li>client: Fail RPCs with status <code>INTERNAL</code> instead of<code>UNKNOWN</code> upon receiving http headers with status 1xx and<code>END_STREAM</code> flag set. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8518">#8518</a>)<ul><li>Special Thanks: <ahref="https://github.com/vinothkumarr227"><code>@​vinothkumarr227</code></a></li></ul></li><li>pick_first: Fix race condition that could cause pick_first to getstuck in <code>IDLE</code> state on backend address change. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8615">#8615</a>)</li></ul><h1>New Features</h1><ul><li>credentials: Add <code>credentials/jwt</code> package providingfile-based JWT PerRPCCredentials (A97). (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8431">#8431</a>)<ul><li>Special Thanks: <ahref="https://github.com/dimpavloff"><code>@​dimpavloff</code></a></li></ul></li></ul><h1>Performance Improvements</h1><ul><li>client: Improve HTTP/2 header size estimate to reducere-allocations. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8547">#8547</a>)</li><li>encoding/proto: Avoid redundant message size calculation whenmarshaling. (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8569">#8569</a>)<ul><li>Special Thanks: <ahref="https://github.com/rs-unity"><code>@​rs-unity</code></a></li></ul></li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/grpc/grpc-go/commit/d96c2ef4f3339142d20a47797d8a5a4fae948607"><code>d96c2ef</code></a>Change version to 1.76.0 (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8584">#8584</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/79c553c64de01994d8b9dc0dcac6ed765ac7de50"><code>79c553c</code></a>Cherry pick <ahref="https://redirect.github.com/grpc/grpc-go/issues/8610">#8610</a>,<a href="https://redirect.github.com/grpc/grpc-go/issues/8615">#8615</a>to v1.76.x (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8621">#8621</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/0513350812453ffc1fe7fd329817a16fb40a8cfe"><code>0513350</code></a>client: minor improvements to log messages (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8564">#8564</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/ebaf486eab0fdf28996baf269064f83224538150"><code>ebaf486</code></a>credentials: implement file-based JWT Call Credentials (part 1 for A97)(<ahref="https://redirect.github.com/grpc/grpc-go/issues/8431">#8431</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/ca78c904b12dd41257291d6b9ba3309a18f0b277"><code>ca78c90</code></a>xds/resolver_test: fix flaky testResolverBadServiceUpdate_NACKedWithoutCache...</li><li><ahref="https://github.com/grpc/grpc-go/commit/83bead40c01c8c5b8407e4573203ab34dec76c78"><code>83bead4</code></a>internal/buffer: set closed flag when closing channel in the Load method(<ahref="https://redirect.github.com/grpc/grpc-go/issues/8575">#8575</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/0f45079e3826e866ff0d2034a8732c0a482e3170"><code>0f45079</code></a>encoding/proto: enable use cached size option (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8569">#8569</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/8420f3ff9ce4617369e054cedb51fda6d45c3340"><code>8420f3f</code></a>transport: avoid slice reallocation during header creation (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8547">#8547</a>)</li><li><ahref="https://github.com/grpc/grpc-go/commit/b36320ef9aa22c1b3eedd607fec388fc61cc6583"><code>b36320e</code></a>Revert &quot;stats/opentelemetry: record retry attempts fromclientStream (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8342">#8342</a>)&quot;...</li><li><ahref="https://github.com/grpc/grpc-go/commit/c1222501e9eeb118d6f0df19fa9387fcb6e5a6a1"><code>c122250</code></a>stats/opentelemetry: record retry attempts from clientStream (<ahref="https://redirect.github.com/grpc/grpc-go/issues/8342">#8342</a>)</li><li>Additional commits viewable in <ahref="https://github.com/grpc/grpc-go/compare/v1.75.1...v1.76.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.75.1&new-version=1.76.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 parenta10ca93 commit3d779c2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎go.mod‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ require (
207207
golang.org/x/toolsv0.37.0
208208
golang.org/x/xerrorsv0.0.0-20240903120638-7835f813f4da
209209
google.golang.org/apiv0.251.0
210-
google.golang.org/grpcv1.75.1
210+
google.golang.org/grpcv1.76.0
211211
google.golang.org/protobufv1.36.9
212212
gopkg.in/DataDog/dd-trace-go.v1v1.74.0
213213
gopkg.in/natefinch/lumberjack.v2v2.2.1
@@ -453,7 +453,7 @@ require (
453453
golang.zx2c4.com/wireguard/windowsv0.5.3// indirect
454454
google.golang.org/appenginev1.6.8// indirect
455455
google.golang.org/genprotov0.0.0-20250715232539-7130f93afb79// indirect
456-
google.golang.org/genproto/googleapis/apiv0.0.0-20250715232539-7130f93afb79// indirect
456+
google.golang.org/genproto/googleapis/apiv0.0.0-20250804133106-a7a43d27e69b// indirect
457457
google.golang.org/genproto/googleapis/rpcv0.0.0-20250929231259-57b25ae835d4// indirect
458458
gopkg.in/ini.v1v1.67.0// indirect
459459
gopkg.in/yaml.v2v2.4.0// indirect

‎go.sum‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,8 +2678,8 @@ google.golang.org/genproto v0.0.0-20230331144136-dcfb400f0633/go.mod h1:UUQDJDOl
26782678
google.golang.org/genprotov0.0.0-20230410155749-daa745c078e1/go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU=
26792679
google.golang.org/genprotov0.0.0-20250715232539-7130f93afb79 h1:Nt6z9UHqSlIdIGJdz6KhTIs2VRx/iOsA5iE8bmQNcxs=
26802680
google.golang.org/genprotov0.0.0-20250715232539-7130f93afb79/go.mod h1:kTmlBHMPqR5uCZPBvwa2B18mvubkjyY3CRLI0c6fj0s=
2681-
google.golang.org/genproto/googleapis/apiv0.0.0-20250715232539-7130f93afb79 h1:iOye66xuaAK0WnkPuhQPUFy8eJcmwUXqGGP3om6IxX8=
2682-
google.golang.org/genproto/googleapis/apiv0.0.0-20250715232539-7130f93afb79/go.mod h1:HKJDgKsFUnv5VAGeQjz8kxcgDP0HoE0iZNp0OdZNlhE=
2681+
google.golang.org/genproto/googleapis/apiv0.0.0-20250804133106-a7a43d27e69b h1:ULiyYQ0FdsJhwwZUwbaXpZF5yUE3h+RA+gxvBu37ucc=
2682+
google.golang.org/genproto/googleapis/apiv0.0.0-20250804133106-a7a43d27e69b/go.mod h1:oDOGiMSXHL4sDTJvFvIB9nRQCGdLP1o/iVaqQK8zB+M=
26832683
google.golang.org/genproto/googleapis/rpcv0.0.0-20250929231259-57b25ae835d4 h1:i8QOKZfYg6AbGVZzUAY3LrNWCKF8O6zFisU9Wl9RER4=
26842684
google.golang.org/genproto/googleapis/rpcv0.0.0-20250929231259-57b25ae835d4/go.mod h1:HSkG/KdJWusxU1F6CNrwNDjBMgisKxGnc5dAZfT0mjQ=
26852685
google.golang.org/grpcv1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
@@ -2723,8 +2723,8 @@ google.golang.org/grpc v1.52.3/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5v
27232723
google.golang.org/grpcv1.53.0/go.mod h1:OnIrk0ipVdj4N5d9IUoFUx72/VlD7+jUsHwZgwSMQpw=
27242724
google.golang.org/grpcv1.54.0/go.mod h1:PUSEXI6iWghWaB6lXM4knEgpJNu2qUcKfDtNci3EC2g=
27252725
google.golang.org/grpcv1.56.3/go.mod h1:I9bI3vqKfayGqPUAwGdOSu7kt6oIJLixfffKrpXqQ9s=
2726-
google.golang.org/grpcv1.75.1 h1:/ODCNEuf9VghjgO3rqLcfg8fiOP0nSluljWFlDxELLI=
2727-
google.golang.org/grpcv1.75.1/go.mod h1:JtPAzKiq4v1xcAB2hydNlWI2RnF85XXcV0mhKXr2ecQ=
2726+
google.golang.org/grpcv1.76.0 h1:UnVkv1+uMLYXoIz6o7chp59WfQUYA2ex/BXQ9rHZu7A=
2727+
google.golang.org/grpcv1.76.0/go.mod h1:Ju12QI8M6iQJtbcsV+awF5a4hfJMLi4X0JLo94ULZ6c=
27282728
google.golang.org/grpc/cmd/protoc-gen-go-grpcv1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
27292729
google.golang.org/protobufv0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
27302730
google.golang.org/protobufv0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp