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

Bump google.golang.org/protobuf from 1.23.0 to 1.27.1 #127

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2021

Bumps google.golang.org/protobuf from 1.23.0 to 1.27.1.

Release notes

Sourced from google.golang.org/protobuf's releases.

v1.27.1

Notable changes since v1.27.0:

  • CL/331149: cmd/protoc-gen-go: fix generation of enum defaults

v1.27.0

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:

  • CL/309669: testing/protopack: add Message.UnmarshalAbductive

Bug fixes:

  • CL/317430: encoding/prototext: fix skipping of unknown fields
  • CL/321529: internal/impl: support typed nil source for Merge of aberrant messages

Generator changes

  • CL/305574: cmd/protoc-gen-go: remove generation of the ExtensionRangeArray method
  • CL/319649: cmd/protoc-gen-go: avoid referencing remote enum values by name
  • CL/316949: compiler/protogen: relax rules for valid import paths
  • CL/306209: cmd/protoc-gen-go: add protoc suffix

Reflectively ranging over a message

  • CL/236540: reflect: add protopath and protorange packages

The new reflect/protorange package 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 ExtensionRangeArray method, 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.

v1.26.0

... (truncated)

Commits
  • b92717e all: release v1.27.1
  • 177d70e README.md: mention protopath and protorange packages
  • aa432c0 cmd/protoc-gen-go: fix generation of enum defaults
  • 49b6f72 all: start v1.27.0-devel
  • 3f51f05 all: release v1.27.0
  • dc57387 release.bash: make work on Linux
  • 21e33cc reflect/protoregistry: restore conflicting file names check
  • 426f20b release.bash: make work on macOS
  • febffdd reflect/protoregistry: permit conflicting file names
  • 4c193d1 compiler/protogen: relax rules for valid import paths
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/protobuf-1.27.1 branch 2 times, most recently from faccb7f to 1f62c09 Compare January 3, 2022 18:43
@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/protobuf-1.27.1 branch 2 times, most recently from f18ed32 to 5bedf5d Compare January 14, 2022 20:22
@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/protobuf-1.27.1 branch 2 times, most recently from 17fdd32 to f007640 Compare January 21, 2022 19:49
@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/protobuf-1.27.1 branch from f007640 to 2fa1ab9 Compare January 26, 2022 21:03
Copy link
Member

@alexsomesan alexsomesan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if you still want this, but I tested this branch with the Kubernetes manifest provider and the tests pass just fine.

IMO this is good to merge.

@bflad
Copy link
Member

bflad commented Feb 8, 2022

Thanks so much, @alexsomesan -- I'm also going to quickly verify that compilation is functionality equivalent (pushing any potentially updated files) before pulling this in. 👍

@bflad bflad self-assigned this Feb 8, 2022
@bflad bflad added this to the v0.8.0 milestone Feb 8, 2022
@bflad
Copy link
Member

bflad commented Feb 8, 2022

@dependabot rebase

Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.23.0 to 1.27.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](protocolbuffers/protobuf-go@v1.23.0...v1.27.1)

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/protobuf-1.27.1 branch from 2fa1ab9 to b1d1bcf Compare February 8, 2022 20:11
@dependabot dependabot bot requested a review from a team as a code owner February 8, 2022 20:11
Copy link
Member

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM to me as well, no changes from recompilation.

@bflad bflad merged commit a7b46e6 into main Feb 8, 2022
@bflad bflad deleted the dependabot/go_modules/google.golang.org/protobuf-1.27.1 branch February 8, 2022 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants