Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.5.0 to 2.6.0 #324

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2021

Bumps github.com/grpc-ecosystem/grpc-gateway/v2 from 2.5.0 to 2.6.0.

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.6.0

Changes in this release

Major features in this release include:

  • The ability to auto-generate the x-nullable field from proto3 optional in openapiv2 contributed by Ken Brownfield (@​irridia) in #2215
  • More comprehensive openapiv2 name generation options contributed by @​alperengozeten and Malte Isberner (@​misberner) in #2310

As well as various bug fixes, including the auto generation of the Www-Authenticate header when returning an 401 Unauthorized error (#2314), better google.protobuf.Any representation in openapiv2 files (#2292) and much more.

This is also the first release to automatically publish the Protobuf plugins to the Buf Schema Registry. See https://buf.build/grpc-ecosystem/plugins. These can be used together with the new buf generate remote plugins feature: https://docs.buf.build/configuration/v1/buf-gen-yaml#name-or-remote. An example buf.gen.yaml using these new plugins looks like this:

version: v1
plugins:
  - remote: buf.build/library/plugins/go:v1.27.1-1
    out: gen/go
    opt: paths=source_relative
  - remote: buf.build/library/plugins/go-grpc:v1.1.0-2
    out: gen/go
    opt: paths=source_relative
  - remote: buf.build/grpc-ecosystem/plugins/grpc-gateway:v2.6.0-1
    out: gen/go
    opt: paths=source_relative
  - remote: buf.build/grpc-ecosystem/plugins/openapiv2:v2.6.0-1
    out: gen/openapiv2
Commits
  • f60dfa5 Add www-Authenticate header (#2314)
  • 8478702 add nested oneof test (#2323)
  • a6d7bf3 chore(deps): update bufbuild/buf docker tag to v0.55.0
  • a46e1d4 chore(deps): update dependency com_github_bazelbuild_buildtools to v4.2.0
  • dd65ce2 fix(deps): update google.golang.org/genproto commit hash to d08c68a
  • e6fb3d9 Add job to push plugins to BSR on release (#2321)
  • 359dc57 Update devcontainer and build env (#2320)
  • e257a35 Naming strategy (#2310)
  • 9185677 fix: Set Content-Type from marshaler on stream error (#2313)
  • 455f2e3 fix(deps): update google.golang.org/genproto commit hash to fe13028
  • 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)

Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@aclevername aclevername merged commit 819556c into main Sep 13, 2021
@aclevername aclevername deleted the dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.6.0 branch September 13, 2021 07:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant