Skip to content

build(deps): bump github.com/labstack/echo/v5 from 5.0.4 to 5.1.1 - #1050

Closed
dependabot[bot] wants to merge 1 commit into
v2from
dependabot/go_modules/github.com/labstack/echo/v5-5.1.1
Closed

build(deps): bump github.com/labstack/echo/v5 from 5.0.4 to 5.1.1#1050
dependabot[bot] wants to merge 1 commit into
v2from
dependabot/go_modules/github.com/labstack/echo/v5-5.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/labstack/echo/v5 from 5.0.4 to 5.1.1.

Release notes

Sourced from github.com/labstack/echo/v5's releases.

v5.1.0

Security

This change does not break the API contract, but it does introduce breaking changes in logic/behavior. If your application is using c.RealIP() beware and read https://echo.labstack.com/docs/ip-address

In v5 the c.RealIP() will now return request.RemoteAddr unless e.IPExtractor has been configured. No potentially spoofable headers are used by default anymore.

Configure IPExtractor with proper trust options when you want to read IP from headers. See:

v4 behavior can be restored with:

e := echo.New()
e.IPExtractor = echo.LegacyIPExtractor()

Related PR: Remove legacy IP extraction logic from context.RealIP method by @​aldas in labstack/echo#2933

What's Changed

New Contributors

Full Changelog: labstack/echo@v5.0.4...v5.1.0

Changelog

Sourced from github.com/labstack/echo/v5's changelog.

v5.1.1 - 2026-05-01

Security

Thanks to @​shblue21 for reporting this issue.

Enhancements

v5.1.0 - 2026-03-31

Security

This change does not break the API contract, but it does introduce breaking changes in logic/behavior. If your application is using c.RealIP() beware and read https://echo.labstack.com/docs/ip-address

v4 behavior can be restored with:

e := echo.New()
e.IPExtractor = echo.LegacyIPExtractor()

Enhancements

Commits
  • 87a5c22 Changelog for v5.1.1 (#2965)
  • f16f84d Context.Json should not unwrap response and just wrap Response so other middl...
  • 96be504 Merge pull request #2958 from tisonkun/fix-typos
  • b12f646 Update httperror.go
  • 86d0223 chore: fix typos in httperror.go
  • d1d8ad3 Context.Scheme should validate values taken from header (#2953)
  • 0143b9d fix(lint): resolve staticcheck issues and improve code quality (#2941)
  • 607f385 use ListenConfig for StartConfig listeners
  • 492ebd7 Add golangci linter configuration
  • 597b4fa Changelog for v5.1.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/labstack/echo/v5](https://github.com/labstack/echo) from 5.0.4 to 5.1.1.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v5.0.4...v5.1.1)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v5
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 31, 2026
@codecov

codecov Bot commented May 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 6.17%. Comparing base (76c53b0) to head (32bd3d4).

Additional details and impacted files
@@           Coverage Diff            @@
##              v2   #1050      +/-   ##
========================================
- Coverage   6.18%   6.17%   -0.02%     
========================================
  Files        136     136              
  Lines      18278   18278              
========================================
- Hits        1131    1129       -2     
- Misses     17080   17082       +2     
  Partials      67      67              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1055.

@dependabot dependabot Bot closed this Jun 30, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/labstack/echo/v5-5.1.1 branch June 30, 2026 15:03
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.

0 participants