Update module github.com/labstack/echo-contrib to v0.50.1 - #154
Open
renovate[bot] wants to merge 1 commit into
Open
Update module github.com/labstack/echo-contrib to v0.50.1#154renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
April 14, 2024 10:04
904207d to
22eaaf4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
April 14, 2024 18:14
22eaaf4 to
6a33064
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
April 19, 2024 17:21
6a33064 to
a22db1e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
May 9, 2024 10:36
a22db1e to
db3f845
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
June 4, 2024 23:38
db3f845 to
9453007
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
July 14, 2024 09:51
9453007 to
f6312d7
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
September 11, 2024 14:27
f6312d7 to
f2233ff
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
November 17, 2024 16:32
f2233ff to
f4ccbf4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
December 22, 2024 17:28
f4ccbf4 to
bc4d12d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
December 23, 2024 22:02
bc4d12d to
4212b96
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
March 3, 2025 12:29
4212b96 to
db2a6f5
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
March 11, 2025 11:23
db2a6f5 to
0b740b7
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
March 27, 2025 11:06
0b740b7 to
74b8541
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
April 8, 2025 14:52
74b8541 to
f474b29
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
May 7, 2025 13:43
f474b29 to
f2c5e13
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
May 9, 2025 08:29
f2c5e13 to
44aa804
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
August 2, 2025 14:03
44aa804 to
6c95b39
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
August 10, 2025 13:45
6c95b39 to
e4e51af
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
2 times, most recently
from
August 17, 2025 18:29
e4e51af to
3fc1fc4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
August 20, 2025 07:29
572cbd2 to
3fc1fc4
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
January 18, 2026 18:03
3fc1fc4 to
799fe0e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-labstack-echo-contrib-0.x
branch
from
February 15, 2026 00:40
799fe0e to
305480c
Compare
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:
v0.15.0→v0.50.1Release Notes
labstack/echo-contrib (github.com/labstack/echo-contrib)
v0.50.1: Echo 5 support is located inecho-contrib/v5seriesCompare Source
Echo 5 support was introduced in this repository with the v0.50.0 release. However, this also means that users who are still on Echo 4 and run go
get -u ./...will inadvertently pull in Echo 5, which they neither want nor need at this time.v0.50.0will be retracted in v0.18.0 series and v0+ will only support Echo 4.For Echo 5 support use
v5major version of this repository.Full Changelog: labstack/echo-contrib@v0.17.4...v0.50.1
Relates to #142
v0.50.0: V5 is outCompare Source
See: https://github.com/labstack/echo/releases/tag/v5.0.0
v0.18.0: Retractv0.50.0Compare Source
Echo 5 support was introduced in this repository with the v0.50.0 release. However, this also means that users who are still on Echo 4 and run go
get -u ./...will inadvertently pull in Echo 5, which they neither want nor need at this time.v0.50.0will be retracted in v0.18.0 series and v0+ will only support Echo 4.For Echo 5 support use
v5major version of this repository.Full Changelog: labstack/echo-contrib@v0.17.4...v0.18.0
Relates to #142
v0.17.4: Update dependenciesCompare Source
What's Changed
Full Changelog: labstack/echo-contrib@v0.17.3...v0.17.4
v0.17.3Compare Source
What's Changed
New Contributors
Full Changelog: labstack/echo-contrib@v0.17.2...v0.17.3
v0.17.2Compare Source
What's Changed
Full Changelog: labstack/echo-contrib@v0.17.1...v0.17.2
v0.17.1Compare Source
What's Changed
Security
Enhancements
Full Changelog: labstack/echo-contrib@v0.17.0...v0.17.1
v0.17.0Compare Source
What's Changed
New Contributors
Full Changelog: labstack/echo-contrib@v0.16.0...v0.17.0
v0.16.0: - small changesCompare Source
Functionality:
Other:
NB: this version needs Go 1.21+ if you want to use Prometheus mw
Configuration
📅 Schedule: (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.
🔕 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.