Update module github.com/grpc-ecosystem/grpc-gateway to v2#18
Closed
renovate[bot] wants to merge 1 commit into
Closed
Update module github.com/grpc-ecosystem/grpc-gateway to v2#18renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
⚠ 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 |
3f05e56 to
fdfd079
Compare
fdfd079 to
66519c0
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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:
v1.16.0->v2.15.2Release Notes
grpc-ecosystem/grpc-gateway
v2.15.2Compare Source
What's Changed
push_bsr_pluginsGithub Action job by @gunturaf in https://github.com/grpc-ecosystem/grpc-gateway/pull/3203New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.15.1...v2.15.2
v2.15.1Compare Source
What's Changed
formatin path params by @antgamdia in https://github.com/grpc-ecosystem/grpc-gateway/pull/3089New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.15.0...v2.15.1
v2.15.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.14.0...v2.15.0
v2.14.0Compare Source
New features
This release contains two significant new OpenAPIv2 generator features, contributed by @krak3n:
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.13.0...v2.14.0
v2.13.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.12.0...v2.13.0
v2.12.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.11.3...v2.12.0
v2.11.3Compare Source
This release adds signed release binaries with SLSA signatures. Please see the README for more information.
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.11.2...v2.11.3
v2.11.2Compare Source
This fixes an issue with the openapiv2 generator if there is a colon in the verb, and updates the minimum supported Go version to Go 1.17.
What's Changed
Full Changelog: grpc-ecosystem/grpc-gateway@v2.11.1...v2.11.2
v2.11.1Compare Source
This release fixes a crash in the grpc-gateway handling of requests containing invalid an
Grpc-TimeoutorGrpc-Metadata-Binheader (#2822). It is strongly recommended that users upgrade both the runtime and generator versions.What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.11.0...v2.11.1
v2.11.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.10.3...v2.11.0
v2.10.3Compare Source
What's Changed
ValueandEmptywell-known types by @haines in https://github.com/grpc-ecosystem/grpc-gateway/pull/2719New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.10.2...v2.10.3
v2.10.2Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.10.1...v2.10.2
v2.10.1Compare Source
What's Changed
2d67ff6(master) by @renovate in https://github.com/grpc-ecosystem/grpc-gateway/pull/2646defaultQueryParserstruct for custom query parsers by @MikeSouza in https://github.com/grpc-ecosystem/grpc-gateway/pull/2651New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.10.0...v2.10.1
v2.10.0Compare Source
This release contains a new annotation that allows you to configure the path parameter names generated in your swagger.json, which can be useful in some circumstances. Please see https://grpc-ecosystem.github.io/grpc-gateway/docs/mapping/customizing_openapi_output/#path-parameters for documentation on how to use this new capability.
Note that in order to take advantage of the new annotation, you will need to update your vendored dependency, or update your
buf.build/grpc-ecosystem/grpc-gatewaydependency to at least f85c60ac38544f2d8f346491c9d916e5. This can be accomplished by runningbuf mod updatein the folder where you have yourbuf.yaml.What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.9.0...v2.10.0
v2.9.0Compare Source
This release adds the ability to filter properties (Services, RPCs, Fields, Enum values) from being rendered in the OpenAPI v2 spec generated by
protoc-gen-openapiv2. See https://grpc-ecosystem.github.io/grpc-gateway/docs/mapping/customizing_openapi_output/#hiding-fields-methods-services-and-enum-values for more information about this new exciting capability!Other new features:
WithHealthEndpointAtServeMuxoptionWhat's Changed
google.api.VisibilityRules annotations to hide APIs and fields by @BCook98 in https://github.com/grpc-ecosystem/grpc-gateway/pull/2578New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.8.0...v2.9.0
v2.8.0Compare Source
Overview
This release introduces the new
WithHealthzEndpointwhich makes it easy to forward your gRPC health check endpoint to your gRPC-gateway server, and fixes a long standing bug inprotoc-gen-openapiv2where path parameters were included in both the path and the body of the generated spec (#1670 and #1015).What's Changed
WithHealthzEndpointasServeMuxOptionto register a/healthzendpoint by @brumhard in https://github.com/grpc-ecosystem/grpc-gateway/pull/2319New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.7.3...v2.8.0
v2.7.3Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.7.2...v2.7.3
v2.7.2Compare Source
What's Changed
This fixes a long standing issue with OpenAPI spec generation in the face of complex path parameter use
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.7.1...v2.7.2
v2.7.1Compare Source
What's Changed
godirective ingo.modto 1.17 by @Juneezee in https://github.com/grpc-ecosystem/grpc-gateway/pull/2443New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.7.0...v2.7.1
v2.7.0Compare Source
What's Changed
New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.