Merged
Conversation
⚠ 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 |
2a4a90f to
2412919
Compare
2412919 to
16db2a3
Compare
16db2a3 to
586d130
Compare
586d130 to
10249cc
Compare
10249cc to
4a20e62
Compare
4a20e62 to
2d2df2f
Compare
2d2df2f to
665adbd
Compare
665adbd to
7d1d8c3
Compare
7d1d8c3 to
1c32f23
Compare
tritone
approved these changes
Sep 24, 2021
BenWhitehead
added a commit
to googleapis/java-conformance-tests
that referenced
this pull request
Mar 1, 2022
BenWhitehead
added a commit
to googleapis/java-conformance-tests
that referenced
this pull request
Mar 1, 2022
…ceb (#451) deps: bump conformance-tests to 6f88335938cd1d90372a447e01d7d71014e37ceb googleapis/conformance-tests@6f88335 chore(all): update all ([#57](googleapis/conformance-tests#57)) Full diff: googleapis/conformance-tests@ca227f0...6f88335 chore: generate all classes with protobuf-java v3.19.3
This file contains hidden or 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
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:
5b3b54c->3dee208v1.26.0->v1.27.1Release Notes
protocolbuffers/protobuf-go
v1.27.1Compare Source
Notable changes since v1.27.0:
v1.27.0Compare Source
Overview
The release provides new functionality for iterating through a message using protobuf reflection. There are some minor changes to the code generator.
Notable changes
New features:
Bug fixes:
Generator changes
Reflectively ranging over a message
The new
reflect/protorangepackage supports recursively ranging through all populated fields of a message. There are many use cases for such a feature. See the examples for inspiration.Upcoming breakage changes
This release removes generation of the
ExtensionRangeArraymethod, as originally announced since the v1.20.0 release on March 2nd, 2020. Our analysis of the entire public module proxy found no static usages of this method. This method is pseudo-internal to the implementation and we expect removal of it to have no material impact. If something is broken by this change, please file an issue and we can consider re-generating this method in a patch release.There are no new upcoming breaking changes to announce in this release.
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.