v2ray-core
v2ray-core copied to clipboard
Bump google.golang.org/protobuf from 1.25.0 to 1.28.1
Bumps google.golang.org/protobuf from 1.25.0 to 1.28.1.
Release notes
Sourced from google.golang.org/protobuf's releases.
v1.28.1
This release contains protoc-gen-go binaries for arm64.
Notable changes since v1.28.0:
- CL/418677: internal/impl: improve MessageInfo.New performance
- CL/411377: proto: short-circuit Equal when inputs are identical
- CL/419714: all: Add prebuild binaries for arm64
v1.28.0
Overview
The release provides a new unmarshal option for limiting the recursion depth when unmarshalling nested messages to prevent stack overflows. (
UnmarshalOptions.RecursionLimit).Notable changes
New features:
- CL/340489: testing/protocmp: add Message.Unwrap
Documentation improvements:
- CL/339569: reflect/protoreflect: add more docs on Value aliasing
Updated supported versions:
- CL/370055: all: update supported versions
UnmarshalOption RecursionLimit
- CL/385854: all: implement depth limit for unmarshalling
The new
UnmarshalOptions.RecursionLimitlimits the maximum recursion depth when unmarshalling messages. The limit is applied for nested messages. When messages are nested deeper than the specified limit the unmarshalling will fail. If unspecified, a default limit of 10,000 is applied.In addition to the configurable limit for message nesting a non-configurable recursion limit for group nesting of 10,000 was introduced.
Upcoming breakage changes
The default recursion limit of 10,000 introduced in the release is subject to change. We want to align this limit with implementations for other languages in the long term. C++ and Java use a limit of 100 which is also the target for the Go implementation.
v1.27.1
Notable changes since v1.27.0:
- CL/331149: cmd/protoc-gen-go: fix generation of enum defaults
v1.27.0
... (truncated)
Commits
6875c3dall: release v1.28.1881da6eall: Add prebuild binaries for arm642a74a0eA+C: delete AUTHORS and CONTRIBUTORSde9682ainternal/impl: improve MessageInfo.New performanceb0a9446all: reformat with go1.19 gofmtc1bbc5dall: make integration test work on darwin/arm645f429f7proto: fix compilation failure in testsfc44d00proto: use reflect.Ptr for backward compatibility380c339proto: short-circuit Equal when inputs are identical784c482all: remove shorthand import aliases- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)