-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.26.0 #32
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.26.0 #32
renovate
wants to merge
1
commit into
main
from
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
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
renovate
bot
changed the title
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.20.0
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.21.0
Jul 25, 2024
renovate
bot
force-pushed
the
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
branch
from
July 25, 2024 23:18
14d1341
to
7055563
Compare
ℹ Artifact update noticeFile name: helloworld/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
changed the title
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.21.0
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.22.0
Aug 16, 2024
renovate
bot
force-pushed
the
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
branch
from
August 16, 2024 22:16
7055563
to
841e071
Compare
renovate
bot
force-pushed
the
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
branch
from
November 1, 2024 19:50
841e071
to
3e06c6c
Compare
renovate
bot
changed the title
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.22.0
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.23.0
Nov 1, 2024
renovate
bot
force-pushed
the
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
branch
from
November 22, 2024 20:02
3e06c6c
to
7c4783b
Compare
renovate
bot
changed the title
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.23.0
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0
Nov 22, 2024
renovate
bot
force-pushed
the
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
branch
from
November 29, 2024 04:00
7c4783b
to
79f2d22
Compare
renovate
bot
changed the title
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0 - autoclosed
Dec 18, 2024
renovate
bot
deleted the
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
branch
December 18, 2024 05:05
renovate
bot
changed the title
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0 - autoclosed
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0
Dec 18, 2024
renovate
bot
force-pushed
the
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
branch
from
December 18, 2024 07:35
3db960c
to
79f2d22
Compare
renovate
bot
changed the title
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.25.1
Dec 20, 2024
renovate
bot
force-pushed
the
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
branch
from
December 20, 2024 04:37
79f2d22
to
9337c3e
Compare
renovate
bot
force-pushed
the
renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x
branch
from
January 21, 2025 05:57
9337c3e
to
1f6be3b
Compare
renovate
bot
changed the title
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.25.1
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.26.0
Jan 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
v2.19.1
->v2.26.0
Release Notes
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.26.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.1...v2.26.0
v2.25.1
Compare Source
Support the new Opaque API in openapiv2 generated files
This release contains breaking changes from v2.25.0, in that the previously deprecated
EnumDescriptor
andDescriptor
methods on the struct types in the openapiv2 options package have been removed. This seems to be a requirement to generate the new Hybrid API. Please open an issue if you were depending on these functions and we'll see what we can do about it.What's Changed
Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.0...v2.25.1
v2.25.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.0
v2.24.0
Compare Source
What's Changed
customizing_your_gateway.md
reference by @emmanuel-ferdman in https://github.com/grpc-ecosystem/grpc-gateway/pull/4940buildtools
dependency by @AlejoAsd in https://github.com/grpc-ecosystem/grpc-gateway/pull/4980New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.23.0...v2.24.0
v2.23.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.22.0...v2.23.0
v2.22.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.21.0...v2.22.0
v2.21.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.20.0...v2.21.0
v2.20.0
Compare Source
What's Changed
master
branch by @mohamedawnallah in https://github.com/grpc-ecosystem/grpc-gateway/pull/4198X-Forwarded-*
headers correctly by @haines in https://github.com/grpc-ecosystem/grpc-gateway/pull/4334New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.19.1...v2.20.0
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 was generated by Mend Renovate. View the repository job log.