ci(deps): update dependency protocolbuffers/protobuf-go to v1.36.12 - #43
Open
renovate[bot] wants to merge 1 commit into
Open
ci(deps): update dependency protocolbuffers/protobuf-go to v1.36.12#43renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
March 5, 2024 20:47
c8f93e9 to
e21da12
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
April 30, 2024 09:35
e21da12 to
aa228a9
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
May 6, 2024 16:56
aa228a9 to
ccb405e
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
June 11, 2024 09:35
ccb405e to
d142ddf
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
October 7, 2024 13:58
d142ddf to
6070933
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
November 14, 2024 10:31
6070933 to
1163ebc
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
December 16, 2024 18:41
1163ebc to
61497cf
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
December 23, 2024 16:05
61497cf to
bdc96e3
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
January 8, 2025 15:23
bdc96e3 to
99c7e92
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
January 15, 2025 16:37
99c7e92 to
36225a7
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
January 24, 2025 17:44
36225a7 to
48b4b2d
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
February 6, 2025 13:15
48b4b2d to
187d870
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
March 24, 2025 16:40
187d870 to
bc38551
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
August 7, 2025 13:44
bc38551 to
42cdbf0
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
August 20, 2025 18:43
42cdbf0 to
dc280ac
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
September 9, 2025 10:58
dc280ac to
87f5f18
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
October 2, 2025 09:50
87f5f18 to
429df75
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
December 12, 2025 09:11
429df75 to
05d5ac4
Compare
renovate
Bot
force-pushed
the
renovate/protocolbuffers-protobuf-go-1.x
branch
from
August 10, 2026 19:13
05d5ac4 to
43073c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.30.0→v1.36.12Release Notes
protocolbuffers/protobuf-go (protocolbuffers/protobuf-go)
v1.36.12Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.11...v1.36.12
User-visible changes:
CL/812620: defval: support hex and octal default values for numeric fields
CL/737480: reflect/protodesc: add missing IsProto3Optional initialization
CL/735401: internal/descfmt: replace uses of MethodByName with direct calls when possible
CL/735120: encoding/protojson: fix google.protobuf.Empty serialization
CL/734761: encoding/prototext: implement recursion limit
CL/734760: encoding/protodelim: error out when size exceeds math.MaxInt
CL/734280: internal/descfmt: fix dce with Go 1.26 by not calling MethodByName for Methods
CL/733841: encoding/protojson: reject non-numeric ints/floats
CL/729461: compiler/protogen: introduce and expose feature resoluton to protogen
Maintenance:
CL/810580: types: update to the protobuf version (35.1)
CL/735620: types: regenerate using latest protobuf v33.3 release
CL/737460: compiler/protogen: document --go_opt in addition to --go_out
v1.36.11Compare 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.10Compare 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.9Compare 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.8Compare Source
Maintenance:
CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release
v1.36.7Compare 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.6Compare 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.5Compare 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.4Compare 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.3Compare 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.2Compare 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.1Compare 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.0Compare 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
v1.35.2Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.35.1...v1.35.2
Maintenance:
CL/623115: proto: refactor equal_test from explicit table to use makeMessages()
CL/623116: encoding/prototext: use testmessages_test.go approach, too
CL/623117: internal/testprotos/test: add nested message field with [lazy=true]
CL/624415: proto: switch messageset_test to use makeMessages() injection point
CL/624416: internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
User-visible changes:
CL/618395: encoding/protojson: allow missing value for Any of type Empty
CL/618979: all: implement strip_enum_prefix editions feature
CL/622575: testing/protocmp: document behavior when combining Ignore and Sort
v1.35.1Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.34.2...v1.35.1
Maintenance:
User-visible changes:
Bug fixes:
v1.35.0Compare Source
v1.34.2Compare Source
Minor feature:
Minor bug fixes:
v1.34.1Compare Source
Minor fixes for editions compliance:
v1.34.0Compare Source
Notable changes
New Features
Protobuf editions are fully supported. You can now use
edition = "2023"in .proto files together with theproto-gen-go. Edition2023 does not introduce any new features but can be used to replacesyntax "proto2/3". Future editions might introduce new features. See https://protobuf.dev/editions/overview/ for more details on protobuf editions.Documentation
Various smaller changes to improve existing documentation and to add more examples.
Extensions
These are mostly performance improvements or preparations for performance improvements.
v1.33.0Compare Source
This release contains one security fix:
encoding/protojson:Unmarshalcould enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains agoogle.protobuf.Anyvalue, or when theUnmarshalOptions.DiscardUnknownoption is set.Unmarshalnow correctly returns an error when handling these inputs. This is CVE-2024-24786.v1.32.0Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.31.0...v1.32.0
This release contains commit
bfcd647, which fixes a denial of service vulnerability by preventing a stack overflow through a default maximum recursion limit. See golang/protobuf#1583 and golang/protobuf#1584 for details.v1.31.0Compare Source
Notable changes
New Features
Minor performance improvements
Bug fixes
Configuration
📅 Schedule: (UTC)
* 0 2 * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.