-
Notifications
You must be signed in to change notification settings - Fork 22
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
chore(all): update all #69
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 17, 2022
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 17, 2022
renovate-bot
force-pushed
the
renovate/all
branch
from
March 22, 2022 03:43
da1e39b
to
6dfb520
Compare
renovate-bot
changed the title
chore(all): update google.golang.org/genproto digest to 0efb43f
chore(all): update google.golang.org/genproto digest to 435b647
Mar 22, 2022
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 22, 2022
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 22, 2022
renovate-bot
force-pushed
the
renovate/all
branch
from
March 22, 2022 10:16
6dfb520
to
8671e06
Compare
renovate-bot
changed the title
chore(all): update google.golang.org/genproto digest to 435b647
chore(all): update all
Mar 22, 2022
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 22, 2022
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 22, 2022
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 22, 2022
kokoro-team
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Mar 22, 2022
cojenco
approved these changes
Mar 22, 2022
BenWhitehead
added a commit
to googleapis/java-conformance-tests
that referenced
this pull request
Mar 23, 2022
googleapis/conformance-tests@ec2e8c3 feat(storage): add retry conf scenarios 7 and 8 ([#67](googleapis/conformance-tests#67)) googleapis/conformance-tests@6196df6 build: use the main branch ([#66](googleapis/conformance-tests#66)) googleapis/conformance-tests@bd5e9f4 chore(all): update all ([#69](googleapis/conformance-tests#69)) googleapis/conformance-tests@dea6e29 chore: update trampoline image to go115 ([#70](googleapis/conformance-tests#70)) googleapis/conformance-tests@d4caa14 chore: update dependencies and fix presubmits ([#65](googleapis/conformance-tests#65)) Full diff: googleapis/conformance-tests@6f88335...ec2e8c3
BenWhitehead
added a commit
to googleapis/java-conformance-tests
that referenced
this pull request
Mar 28, 2022
…aa8 (#462) googleapis/conformance-tests@ec2e8c3 feat(storage): add retry conf scenarios 7 and 8 ([#67](googleapis/conformance-tests#67)) googleapis/conformance-tests@6196df6 build: use the main branch ([#66](googleapis/conformance-tests#66)) googleapis/conformance-tests@bd5e9f4 chore(all): update all ([#69](googleapis/conformance-tests#69)) googleapis/conformance-tests@dea6e29 chore: update trampoline image to go115 ([#70](googleapis/conformance-tests#70)) googleapis/conformance-tests@d4caa14 chore: update dependencies and fix presubmits ([#65](googleapis/conformance-tests#65)) Full diff: googleapis/conformance-tests@6f88335...ec2e8c3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
81c1377
->435b647
v1.27.1
->v1.28.0
Release Notes
protocolbuffers/protobuf-go
v1.28.0
Compare Source
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:
Documentation improvements:
Updated supported versions:
UnmarshalOption RecursionLimit
The new
UnmarshalOptions.RecursionLimit
limits 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.
Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.