Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2025

This PR contains the following updates:

Package Change Age Confidence
google.golang.org/protobuf v1.35.2v1.36.11 age confidence

Release Notes

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.11

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11

User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.

Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds

Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice

v1.36.10

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.9...v1.36.10

Bug fixes:
CL/704415: reflect/protodesc: edition-2024-specific properties should not be lost when converting FileDescriptorProto to protoreflect.FileDescriptor

Maintenance:
CL/708555: internal/race_test: add missing impl.LazyEnabled() t.Skip
CL/703295: proto: add more invalid group encoding test cases
CL/703276: internal/impl: verify lazy unmarshal on Deterministic encoding
CL/703275: internal/impl: stop using deprecated .Field in lazy_test.go
CL/702795: all: update to latest github.com/google/go-cmp

v1.36.9

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.8...v1.36.9

User-visible changes:
CL/699715: cmd/protoc-gen-go: add test for "import option" directive
CL/699115: internal/editionssupport: declare support for edition 2024
CL/697595: editions: Fix spelling mistake in panic message

v1.36.8

Compare Source

Maintenance:

CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release

v1.36.7

Compare Source

Maintenance / optimizations:

CL/683955: encoding/protowire: micro-optimize SizeVarint (-20% on Intel)
CL/674055: internal/impl: remove unnecessary atomic access for non-lazy lists
CL/674015: impl: remove unnecessary nil check from presence.Present
CL/673495: types/descriptorpb: regenerate using latest protobuf v31 release
CL/670516: cmd/protoc-gen-go: centralize presence and lazy logic into filedesc
CL/670515: internal: move usePresenceForField to internal/filedesc
CL/670275: internal/impl: clean up usePresenceForField() (no-op)

v1.36.6

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.5...v1.36.6

User-visible changes:
CL/657895: internal_gengo: generate a const string literal for the raw descriptor
CL/653536: proto: Add CloneOf[M Message](m M) M

Maintenance:
CL/649135: all: set Go language version to Go 1.22
CL/654955: types/descriptorpb: regenerate using latest protobuf v30 release

v1.36.5

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.4...v1.36.5

Bug fixes:
CL/644437: protogen: fix name mangling for fields with identical GoCamelCase

Maintenance:
CL/641655: all: remove weak field support

v1.36.4

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.3...v1.36.4

Bug fixes:
CL/642975: reflect/protodesc: fix panic when working with dynamicpb

Maintenance:
CL/643276: internal_gengo: avoid allocations in rawDescGZIP() accessors
CL/642857: internal_gengo: switch back from string literal to hex byte slice
CL/642055: internal_gengo: use unsafe.StringData() to avoid a descriptor copy
CL/638135: internal_gengo: store raw descriptor in .rodata section

v1.36.3

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.2...v1.36.3

Bug fixes:
CL/642575: reflect/protodesc: fix panic when working with dynamicpb
CL/641036: cmd/protoc-gen-go: remove json struct tags from unexported fields

User-visible changes:
CL/641876: proto: add example for GetExtension, SetExtension
CL/642015: runtime/protolazy: replace internal doc link with external link

Maintenance:
CL/641635: all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
CL/641019: internal/impl: remove unused exporter parameter
CL/641018: internal/impl: switch to reflect.Value.IsZero
CL/641035: internal/impl: clean up unneeded Go<1.12 MapRange() alternative
CL/641017: types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type

v1.36.2

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.1...v1.36.2

Bug fixes:
CL/638515: internal/impl: fix WhichOneof() to work with synthetic oneofs

v1.36.1

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.0...v1.36.1

Bug fixes:
CL/638495: internal/impl: revert IsSynthetic() check to fix panic

Maintenance:
CL/637475: internal/errors: delete compatibility code for Go before 1.13

v1.36.0

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.35.2...v1.36.0

User-visible changes:

CL/635139: src/google/protobuf: document UnmarshalJSON / API level behavior
CL/635138: reflect/protoreflect: use [] syntax to reference method
CL/635137: proto: add reference to size semantics with lazy decoding to comment
CL/634818: compiler/protogen: allow overriding API level from --go_opt
CL/634817: cmd/protoc-gen-go: generate _protoopaque variant for hybrid
CL/634816: all: regenerate.bash for Opaque API
CL/634815: all: Release the Opaque API
CL/634015: types/descriptorpb: regenerate using latest protobuf v29.1 release
CL/632735: internal/impl: skip synthetic oneofs in messageInfo
CL/627876: all: start v1.35.2-devel


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 19, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/golangci/golangci-lint v1.62.0
go: downloading google.golang.org/grpc v1.68.0
go: downloading google.golang.org/protobuf v1.36.11
go: downloading golang.org/x/net v0.31.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28
go: downloading golang.org/x/sync v0.9.0
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/text v0.20.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28
go: downloading golang.org/x/sys v0.27.0
go: downloading golang.org/x/tools v0.27.0
go: downloading golang.org/x/mod v0.22.0
go: downloading golang.org/x/term v0.26.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/ldez/gomoddirectives v0.2.4
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
go: downloading github.com/golangci/revgrep v0.5.3
go: downloading github.com/spf13/afero v1.11.0
go: downloading go.opentelemetry.io/otel v1.32.0
go: downloading go.opentelemetry.io/otel/metric v1.32.0
go: downloading go.opentelemetry.io/otel/trace v1.32.0
go: downloading github.com/onsi/ginkgo/v2 v2.21.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.5
go: downloading github.com/rogpeppe/go-internal v1.13.1
go: downloading github.com/tdakkota/asciicheck v0.2.0
go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
go: downloading github.com/kkHAIKE/contextcheck v1.1.5
go: downloading github.com/karamaru-alpha/copyloopvar v1.1.0
go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.2.0
go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
go: downloading github.com/kisielk/errcheck v1.8.0
go: downloading github.com/polyfloyd/go-errorlint v1.6.0
go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0
go: downloading github.com/kyoh86/exportloopref v0.1.11
go: downloading github.com/Crocmagnon/fatcontext v0.5.2
go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
go: downloading github.com/ultraware/funlen v0.1.0
go: downloading github.com/golangci/modinfo v0.3.4
go: downloading github.com/nunnatsa/ginkgolinter v0.18.0
go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
go: downloading 4d63.com/gochecknoglobals v0.2.1
go: downloading github.com/alecthomas/go-check-sumtype v0.2.0
go: downloading github.com/uudashr/gocognit v1.1.3
go: downloading github.com/go-critic/go-critic v0.11.5
go: downloading github.com/tetafro/godot v1.4.18
go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
go: downloading github.com/golangci/gofmt v0.0.0-20240816233607-d8596aa466a9
go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
go: downloading github.com/securego/gosec/v2 v2.21.4
go: downloading honnef.co/go/tools v0.5.1
go: downloading github.com/uudashr/iface v1.2.0
go: downloading github.com/julz/importas v0.1.0
go: downloading github.com/ckaznocha/intrange v0.2.1
go: downloading github.com/butuzov/ireturn v0.3.0
go: downloading github.com/ashanbrown/makezero v1.1.1
go: downloading github.com/butuzov/mirror v1.2.0
go: downloading github.com/Antonboom/nilnil v1.0.0
go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
go: downloading github.com/catenacyber/perfsprint v0.7.1
go: downloading github.com/ghostiam/protogetter v0.3.8
go: downloading github.com/curioswitch/go-reassign v0.2.0
go: downloading github.com/raeperd/recvcheck v0.1.2
go: downloading github.com/mgechev/revive v1.5.0
go: downloading go-simpler.org/sloglint v0.7.2
go: downloading github.com/jjti/go-spancheck v0.6.2
go: downloading github.com/4meepo/tagalign v1.3.4
go: downloading github.com/ldez/tagliatelle v0.5.0
go: downloading github.com/Antonboom/testifylint v1.5.0
go: downloading github.com/sashamelentyev/usestdlibvars v1.27.0
go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
go: downloading github.com/ultraware/whitespace v0.1.1
go: downloading github.com/tomarrell/wrapcheck/v2 v2.9.0
go: downloading github.com/bombsimon/wsl/v4 v4.4.1
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0
go: downloading golang.org/x/crypto v0.29.0
go: downloading github.com/google/pprof v0.0.0-20241101162523-b92577c0c142
go: downloading github.com/gostaticanalysis/comment v1.4.2
go: downloading cel.dev/expr v0.18.0
go: downloading golang.org/x/exp/typeparams v0.0.0-20240909161429-701f63a606c0
go: github.com/Anddd7/grpcbin imports
	github.com/Anddd7/grpcbin/pb: cannot find module providing package github.com/Anddd7/grpcbin/pb

@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 85232f3 to f0b8634 Compare August 20, 2025 22:34
@renovate renovate bot changed the title Update module google.golang.org/protobuf to v1.36.7 Update module google.golang.org/protobuf to v1.36.8 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from f0b8634 to dd05b09 Compare September 19, 2025 16:11
@renovate renovate bot changed the title Update module google.golang.org/protobuf to v1.36.8 Update module google.golang.org/protobuf to v1.36.9 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from dd05b09 to 2b9713d Compare October 2, 2025 09:29
@renovate renovate bot changed the title Update module google.golang.org/protobuf to v1.36.9 Update module google.golang.org/protobuf to v1.36.10 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 2b9713d to 85e93dd Compare December 12, 2025 09:58
@renovate renovate bot changed the title Update module google.golang.org/protobuf to v1.36.10 Update module google.golang.org/protobuf to v1.36.11 Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant