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

Update go modulesUpgrades #37

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence require minor
google.golang.org/genproto 8cf5692 -> 5a70512 age adoption passing confidence require digest
google.golang.org/protobuf v1.34.0 -> v1.36.5 age adoption passing confidence require minor

Release Notes

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

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

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

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/go-modulesupgrades branch from c97a162 to 0778a95 Compare November 4, 2022 20:30
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch from 0778a95 to c515fe6 Compare November 12, 2022 18:43
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch 2 times, most recently from d586d2b to 452aebf Compare November 29, 2022 18:02
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.8.1 Update module github.com/stretchr/testify to v1.8.1 - autoclosed Dec 21, 2022
@renovate renovate bot closed this Dec 21, 2022
@renovate renovate bot deleted the renovate/go-modulesupgrades branch December 21, 2022 19:25
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.8.1 - autoclosed Update module github.com/stretchr/testify to v1.8.1 Dec 21, 2022
@renovate renovate bot reopened this Dec 21, 2022
@renovate renovate bot restored the renovate/go-modulesupgrades branch December 21, 2022 22:33
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.8.1 Update module github.com/stretchr/testify to v1.8.1 - autoclosed Jan 31, 2023
@renovate renovate bot closed this Jan 31, 2023
@renovate renovate bot deleted the renovate/go-modulesupgrades branch January 31, 2023 17:43
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.8.1 - autoclosed Update module github.com/stretchr/testify to v1.8.1 Jan 31, 2023
@renovate renovate bot reopened this Jan 31, 2023
@renovate renovate bot restored the renovate/go-modulesupgrades branch January 31, 2023 21:43
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch from 452aebf to 40a85ed Compare February 1, 2023 02:42
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch from 40a85ed to b4db378 Compare February 25, 2023 17:07
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.8.1 Update module github.com/stretchr/testify to v1.8.2 Feb 25, 2023
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch 4 times, most recently from 40b753d to d99fdef Compare February 27, 2023 19:11
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch from d99fdef to ddd462d Compare March 8, 2023 18:11
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.8.2 Update go modulesUpgrades Mar 8, 2023
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch 2 times, most recently from 5ad2128 to ca02245 Compare March 16, 2023 16:08
@renovate renovate bot changed the title Update go modulesUpgrades Update module google.golang.org/protobuf to v1.30.0 Mar 19, 2023
@renovate renovate bot changed the title Update module google.golang.org/protobuf to v1.30.0 Update go modulesUpgrades Mar 19, 2023
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch from ca02245 to 4545172 Compare May 27, 2023 04:06
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch 4 times, most recently from 57e2729 to 7ec2972 Compare November 19, 2024 01:49
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch from 7ec2972 to 3d93cba Compare November 23, 2024 12:24
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch 3 times, most recently from e02171b to dd16fdc Compare December 9, 2024 19:27
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch 6 times, most recently from 2dc0e6a to 148f999 Compare December 23, 2024 16:17
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch from 148f999 to 804aafd Compare December 30, 2024 18:39
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch from 804aafd to d4d2d74 Compare January 7, 2025 18:24
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch 5 times, most recently from 4e4f99c to b3bde75 Compare January 20, 2025 03:03
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch 4 times, most recently from 5a40729 to 975b643 Compare January 27, 2025 22:13
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch 3 times, most recently from b2726e6 to 7ee2d88 Compare February 8, 2025 01:24
@renovate renovate bot force-pushed the renovate/go-modulesupgrades branch from 7ee2d88 to 848502a Compare February 12, 2025 22:51
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