Skip to content

Update module google.golang.org/protobuf to v1.36.11 - #8

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/google.golang.org-protobuf-1.x
Open

Update module google.golang.org/protobuf to v1.36.11#8
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/google.golang.org-protobuf-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 29, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
google.golang.org/protobuf v1.33.0v1.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

v1.35.2

Compare 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.1

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.34.2...v1.35.1

Maintenance:

  • CL/606755: all: remove unused purego support
  • CL/608316: all: set Go language version to Go 1.21

User-visible changes:

  • CL/587536: protojson: include field name in error messages
  • CL/597055: compiler/protogen: always report editions support level of the plugin
  • CL/596539: all: plumb the lazy option into filedesc.Field and .Extension
  • CL/601775: types/known/structpb: add support for more types and json.Number
  • CL/607995: proto: extend documentation of GetExtension, SetExtension
  • CL/609035: proto: implement proto.Equal fast-path

Bug fixes:

  • CL/595337: reflect/protodesc: fix handling of delimited extensions in editions
  • CL/602055: internal/cmd/generate-protos: fix pkg check for editions features
  • CL/603015: internal: generate extension numbers, fix editions parsing

v1.35.0

Compare Source

v1.34.2

Compare Source

Minor feature:

  • CL/589336: gofeatures: allow setting legacy_unmarshal_json_enum feature at file level

Minor bug fixes:

  • CL/588875: types/descriptorpb: regenerate using latest protobuf v27.0 release
  • CL/586396: internal/impl: fix size cache semantics with lazy decoding
  • CL/585736: reflect/protodesc: remove obsolete JSON name check from desc validator
  • CL/588976: reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry

v1.34.1

Compare Source

Minor fixes for editions compliance:

  • CL/582635: all: update to protobuf 27.0-rc1 and regenerate protos
  • CL/582755: encoding/proto[json|text]: accept lower case names for group-like fields

v1.34.0

Compare Source

Notable changes

New Features
Protobuf editions are fully supported. You can now use edition = "2023" in .proto files together with the proto-gen-go. Edition2023 does not introduce any new features but can be used to replace syntax "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.

  • CL/574455: proto: extend Marshal documentation, include an example
  • CL/574635: proto: extend Unmarshal documentation, include an example
  • CL/574836: protogen: update Options documentation.
  • CL/573361: proto: add examples for Size, MarshalAppend (regarding allocations)
  • CL/579895: encoding/{protojson,prototext}: strengthen wording on stability

Extensions
These are mostly performance improvements or preparations for performance improvements.

  • CL/575035: internal/impl: ensure proto.HasExtension does not allocate
  • CL/576315: [encoding/{protojson,prototext}: strengthen wording on stability](proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension
  • CL/576316: internal/impl: pass ExtensionTypeDescriptor to extensionMap
  • CL/579275: [proto] use the correct parent when resolving features for extensions
  • CL/579595: proto: return an error instead of producing invalid wire format

Configuration

📅 Schedule: (UTC)

  • 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 renovate Bot changed the title Update module google.golang.org/protobuf to v1.33.0 Update module google.golang.org/protobuf to v1.33.0 - autoclosed Apr 29, 2024
@renovate renovate Bot closed this Apr 29, 2024
@renovate
renovate Bot deleted the renovate/google.golang.org-protobuf-1.x branch April 29, 2024 17:24
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.33.0 - autoclosed Update module google.golang.org/protobuf to v1.33.0 Apr 30, 2024
@renovate renovate Bot reopened this Apr 30, 2024
@renovate
renovate Bot restored the renovate/google.golang.org-protobuf-1.x branch April 30, 2024 09:16
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.33.0 Update module google.golang.org/protobuf to v1.34.0 Apr 30, 2024
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from fde4d7b to 16bc108 Compare April 30, 2024 09:16
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.34.0 Update module google.golang.org/protobuf to v1.34.1 May 6, 2024
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 16bc108 to bb60924 Compare May 6, 2024 15:52
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.34.1 Update module google.golang.org/protobuf to v1.34.2 Jun 11, 2024
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from bb60924 to 0d28119 Compare June 11, 2024 11:15
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.34.2 Update module google.golang.org/protobuf to v1.35.1 Oct 7, 2024
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 0d28119 to 80c5a5b Compare October 7, 2024 13:32
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.35.1 Update module google.golang.org/protobuf to v1.35.2 Nov 14, 2024
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 80c5a5b to 28c5a5e Compare November 14, 2024 11:07
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.35.2 Update module google.golang.org/protobuf to v1.36.0 Dec 16, 2024
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 28c5a5e to dcf28aa Compare December 16, 2024 18:06
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.0 Update module google.golang.org/protobuf to v1.36.1 Dec 23, 2024
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from dcf28aa to bd9efa7 Compare December 23, 2024 15:18
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.1 Update module google.golang.org/protobuf to v1.36.2 Jan 7, 2025
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from bd9efa7 to 5355d72 Compare January 7, 2025 18:12
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.2 Update module google.golang.org/protobuf to v1.36.3 Jan 15, 2025
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 5355d72 to 9b55fdd Compare January 15, 2025 17:14
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.3 Update module google.golang.org/protobuf to v1.36.4 Jan 24, 2025
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 9b55fdd to 0790014 Compare January 24, 2025 17:05
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.4 Update module google.golang.org/protobuf to v1.36.5 Feb 6, 2025
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 0790014 to 26a0dbc Compare February 6, 2025 13:03
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 26a0dbc to 2e6b5b7 Compare March 24, 2025 16:42
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.5 Update module google.golang.org/protobuf to v1.36.6 Mar 24, 2025
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch 2 times, most recently from 192f4d5 to 6e8ec32 Compare August 6, 2025 05:04
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.6 Update module google.golang.org/protobuf to v1.36.7 Aug 7, 2025
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 6e8ec32 to 1d43d89 Compare August 7, 2025 13:01
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 1d43d89 to d9e6b34 Compare August 20, 2025 22:07
@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 changed the title Update module google.golang.org/protobuf to v1.36.8 Update module google.golang.org/protobuf to v1.36.9 Sep 9, 2025
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from d9e6b34 to ab6b242 Compare September 9, 2025 13:06
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from ab6b242 to c5514d3 Compare October 2, 2025 09:30
@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 changed the title Update module google.golang.org/protobuf to v1.36.10 Update module google.golang.org/protobuf to v1.36.10 - autoclosed Dec 4, 2025
@renovate renovate Bot closed this Dec 4, 2025
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.10 - autoclosed Update module google.golang.org/protobuf to v1.36.10 Dec 4, 2025
@renovate renovate Bot reopened this Dec 4, 2025
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from c5514d3 to 69495e7 Compare December 4, 2025 12:31
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 69495e7 to 057ddb6 Compare December 12, 2025 10:46
@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
@renovate

renovate Bot commented Dec 12, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23

@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.11 Update module google.golang.org/protobuf to v1.36.11 - autoclosed Jan 27, 2026
@renovate renovate Bot closed this Jan 27, 2026
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.11 - autoclosed Update module google.golang.org/protobuf to v1.36.11 Jan 27, 2026
@renovate renovate Bot reopened this Jan 27, 2026
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch 2 times, most recently from 057ddb6 to b94c2d7 Compare January 27, 2026 06:15
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.11 Update module google.golang.org/protobuf to v1.36.11 - autoclosed Apr 19, 2026
@renovate renovate Bot closed this Apr 19, 2026
@renovate renovate Bot changed the title Update module google.golang.org/protobuf to v1.36.11 - autoclosed Update module google.golang.org/protobuf to v1.36.11 Apr 19, 2026
@renovate renovate Bot reopened this Apr 19, 2026
@renovate
renovate Bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from b94c2d7 to 672d3f9 Compare April 19, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants