Skip to content

feat: update module google.golang.org/protobuf to v1.36.10 - autoclosed#71

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/google.golang.org-protobuf-1.x
Closed

feat: update module google.golang.org/protobuf to v1.36.10 - autoclosed#71
renovate[bot] wants to merge 1 commit intomainfrom
renovate/google.golang.org-protobuf-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

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

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


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 renovate bot added the dependencies label Oct 7, 2024
@codecov
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.44%. Comparing base (3cf2082) to head (018ec48).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
- Coverage   54.81%   54.44%   -0.38%     
==========================================
  Files          25       25              
  Lines        1609     1969     +360     
==========================================
+ Hits          882     1072     +190     
- Misses        630      800     +170     
  Partials       97       97              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.35.0 feat: 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 d287361 to 94cfc2a Compare October 7, 2024 16:27
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.35.1 feat: update module google.golang.org/protobuf to v1.35.1 - autoclosed Oct 25, 2024
@renovate renovate bot closed this Oct 25, 2024
@renovate renovate bot deleted the renovate/google.golang.org-protobuf-1.x branch October 25, 2024 17:08
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.35.1 - autoclosed feat: update module google.golang.org/protobuf to v1.35.1 Oct 25, 2024
@renovate renovate bot reopened this Oct 25, 2024
@renovate renovate bot restored the renovate/google.golang.org-protobuf-1.x branch October 25, 2024 18:09
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 94cfc2a to 79844fe Compare October 25, 2024 18:10
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.35.1 feat: 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 79844fe to 08f2926 Compare November 14, 2024 10:51
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 08f2926 to 9bccaae Compare December 16, 2024 21:04
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.35.2 feat: update module google.golang.org/protobuf to v1.36.0 Dec 16, 2024
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.0 feat: 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 9bccaae to f7d1aa6 Compare December 23, 2024 14:37
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.1 feat: update module google.golang.org/protobuf to v1.36.2 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from f7d1aa6 to d5ff0a5 Compare January 8, 2025 14:51
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.2 feat: 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 d5ff0a5 to 13edfef Compare January 15, 2025 16:43
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.3 feat: 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 13edfef to 56ba747 Compare January 24, 2025 16:40
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.4 feat: 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 56ba747 to 3eef28a Compare February 6, 2025 12:58
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 3eef28a to 6592fa3 Compare March 24, 2025 13:33
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.5 feat: update module google.golang.org/protobuf to v1.36.6 Mar 24, 2025
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.6 feat: 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 6592fa3 to e9c9591 Compare August 7, 2025 12:51
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.7 feat: 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 e9c9591 to 6414552 Compare August 20, 2025 20:00
@renovate
Copy link
Contributor Author

renovate bot commented Aug 20, 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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23
github.com/google/go-cmp v0.6.0 -> v0.7.0

@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 6414552 to f7fa158 Compare September 9, 2025 14:29
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.8 feat: 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 f7fa158 to 018ec48 Compare October 2, 2025 14:37
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.9 feat: update module google.golang.org/protobuf to v1.36.10 Oct 2, 2025
@renovate renovate bot changed the title feat: update module google.golang.org/protobuf to v1.36.10 feat: update module google.golang.org/protobuf to v1.36.10 - autoclosed Nov 10, 2025
@renovate renovate bot closed this Nov 10, 2025
@renovate renovate bot deleted the renovate/google.golang.org-protobuf-1.x branch November 10, 2025 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants