Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module google.golang.org/protobuf to v1.36.4 #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 26, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/protobuf v1.31.0 -> v1.36.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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

v1.33.0

Compare Source

v1.32.0

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.31.0...v1.32.0

This release contains commit protocolbuffers/protobuf-go@bfcd647, which fixes a denial of service vulnerability by preventing a stack overflow through a default maximum recursion limit. See https://github.com/golang/protobuf/issues/1583 and https://github.com/golang/protobuf/issues/1584 for details.


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), 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 force-pushed the renovate/google.golang.org-protobuf-1.x branch 3 times, most recently from 6f3110f to cc8a42b Compare February 25, 2024 18:29
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch 2 times, most recently from 63f5680 to 50f4f5c Compare February 26, 2024 04:12
@qlonik qlonik force-pushed the main branch 2 times, most recently from 0c1d42d to 54be19f Compare February 26, 2024 20:37
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 50f4f5c to d24711a Compare February 27, 2024 20:28
@qlonik qlonik force-pushed the main branch 5 times, most recently from 1445381 to 6e609e3 Compare February 29, 2024 03:35
@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.32.0 fix(deps): update module google.golang.org/protobuf to v1.33.0 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from d24711a to 0098b6e Compare March 5, 2024 20:20
@qlonik qlonik force-pushed the main branch 13 times, most recently from 2084822 to edfa9d1 Compare March 8, 2024 02:00
@qlonik qlonik force-pushed the main branch 2 times, most recently from b5675bc to 31f8a9a Compare April 29, 2024 22:16
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 0098b6e to 3a51c61 Compare April 30, 2024 08:20
@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.33.0 fix(deps): update module google.golang.org/protobuf to v1.34.0 Apr 30, 2024
@qlonik qlonik force-pushed the main branch 3 times, most recently from 18a4f9c to 39839b8 Compare May 5, 2024 06:23
@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.34.0 fix(deps): 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 3a51c61 to f4b1dd0 Compare May 6, 2024 16:47
@dettanym dettanym force-pushed the main branch 2 times, most recently from aaae9a2 to 7619edb Compare May 7, 2024 23:06
@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.34.1 fix(deps): 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 f4b1dd0 to 0a54f61 Compare June 11, 2024 10:32
@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.34.2 fix(deps): 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 0a54f61 to cfbad00 Compare October 7, 2024 13:50
Copy link
Contributor Author

renovate bot commented Oct 7, 2024

ℹ Artifact update notice

File name: privacy-profile-composer/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.20 -> 1.23.5

@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.35.1 fix(deps): 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 cfbad00 to 8294e91 Compare November 14, 2024 11:10
@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.35.2 fix(deps): 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 8294e91 to 1f447d7 Compare December 16, 2024 19:35
@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.0 fix(deps): 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 1f447d7 to 82807dc Compare December 23, 2024 14:06
@renovate renovate bot force-pushed the renovate/google.golang.org-protobuf-1.x branch from 82807dc to 66776d2 Compare January 8, 2025 15:33
@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.1 fix(deps): update module google.golang.org/protobuf to v1.36.2 Jan 8, 2025
@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.2 fix(deps): 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 c42a5b8 to d4105a1 Compare January 24, 2025 17:16
@renovate renovate bot changed the title fix(deps): update module google.golang.org/protobuf to v1.36.3 fix(deps): update module google.golang.org/protobuf to v1.36.4 Jan 24, 2025
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