Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Confidence
google.golang.org/protobuf v1.36.2 -> v1.36.10 age confidence

Release Notes

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

v1.36.10

Compare Source

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


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.36.3 Update module google.golang.org/protobuf to v1.36.4 Jan 25, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 6ade1c2 to 95f74d3 Compare January 25, 2025 07:09
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 95f74d3 to 1e4cb82 Compare February 8, 2025 07:44
@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 8, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 1e4cb82 to 95c122a Compare March 27, 2025 04:12
@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 27, 2025
@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 8, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 95c122a to a6d492d Compare August 8, 2025 03:14
@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 23, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from a6d492d to 645c9c0 Compare August 23, 2025 11:04
@renovate
Copy link
Contributor Author

renovate bot commented Aug 23, 2025

ℹ 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.22.7 -> 1.23

@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 645c9c0 to ee4d660 Compare September 9, 2025 11:53
@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 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 ee4d660 to c6d918f Compare October 2, 2025 23:34
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.

1 participant