Skip to content

Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.1 to 1.6.2#63

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.6.2
Closed

Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.1 to 1.6.2#63
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Bumps google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.1 to 1.6.2.

Release notes

Sourced from google.golang.org/grpc/cmd/protoc-gen-go-grpc's releases.

protoc-gen-go-grpc v1.6.2

Dependencies

  • Upgrade dependencies to latest.

protoc-gen-go-grpc v1.6.1

Bug Fixes

  • Upgrade protobuf dependency to v1.36.11 to fix missing go_package errors for Editions feature protos (e.g. cpp_features.proto). (#8853)

protoc-gen-go-grpc v1.6.0

New Features

  • Add support for protobuf edition 2024. (#8685)
Commits
  • 1c63fa5 grpc: remove support for env var GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHE...
  • 959af53 transport: set current timestamp in channelz socket metrics (#9109)
  • 94b9449 xds/rbac: enforce strict presence-based short-circuit in authenticatedMatcher...
  • 89fe783 grpc: Document interactions between static flow control window options (#9096)
  • 3d0dd1e cmd/protoc-gen-go-grpc: Update to latest version of grpc-go (#9110)
  • 811290b stats/opentelemetry: restore the changes from #8342 and fix the flaky test. (...
  • 679ae4c stats: use correct import for services (#9107)
  • 850cc54 grpc: Remove ErrRetriesExhausted type in favor of error string (#9105)
  • 3d82ab3 otel: Segregate client and server RPCInfo used for metrics and traces (#9081)
  • a481b8f cleanup: removing TODO to improve timeouts encoding. (#9101)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.6.2 branch 3 times, most recently from 5a6a1a1 to 3e8f040 Compare May 20, 2026 00:21
Bumps [google.golang.org/grpc/cmd/protoc-gen-go-grpc](https://github.com/grpc/grpc-go) from 1.5.1 to 1.6.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.5.1...cmd/protoc-gen-go-grpc/v1.6.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc/cmd/protoc-gen-go-grpc
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.6.2 branch from 3e8f040 to 18ff77f Compare May 20, 2026 00:27
SyniRon added a commit that referenced this pull request May 20, 2026
…6.2, regen protos (#77)

- google.golang.org/grpc v1.80.0 → v1.81.0
- google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 → v1.6.2
- regenerated proto/*.pb.go, proto/*.pb.gw.go, proto/*_grpc.pb.go,
  statik bundle (via `make generate`)

Regen drift is all tooling-cosmetic / harmless:

- pb.go: protoc-gen-go v1.36.4 → v1.36.11 swapped the file-descriptor
  literal from a byte slice (string([]byte{0x...})) to an escaped
  string concat (const "" + "\n" + ...). Same bytes, same wire format.

- pb.gw.go: handlers now `io.Copy(io.Discard, req.Body)` after
  forwarding — grpc-gateway v2.27 "Discard unused body" feature.
  Frees the connection for HTTP/1.1 keep-alive reuse. Already shipped
  in the runtime via T4b; the regen here just brings the generated
  code into sync.

- _grpc.pb.go: UnimplementedFooServer stubs swapped
  status.Errorf(codes.Unimplemented, "...") → status.Error(...) — a
  micro-opt since the format string had no directives. We don't hit
  those stubs anyway since both MilpacsService and TicketsService
  implement every method.

Smoked locally against a fresh XF DB mirror: all 11 baseline
endpoints + 4 connected-account lookups return 200; canonical-jq
content matches the gw snapshot byte-for-byte except for /awol
(grew by one user due to time-sensitive cutoff). OpenAPI page at
/ still serves.

Supersedes #63 and absorbs #61 (whose grpc-only bump is subsumed
by the protoc-gen-go-grpc dependency).

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@SyniRon

SyniRon commented May 20, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github May 20, 2026

Copy link
Copy Markdown
Contributor Author

Looks like google.golang.org/grpc/cmd/protoc-gen-go-grpc is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 20, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.6.2 branch May 20, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant