Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/labstack/echo/v5-5.3.1
Open

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

v5.3.1

Fixes

Enhancements

New Contributors

Full Changelog: labstack/echo@v5.3.0...v5.3.1

v5.3.0

Group middleware logic changes

PR #2996 reverts back to v4 behavior for a group registering implicit 404 handlers.

If you do not want this behavior, you do not want implicit 404 handlers for groups, use:

e :=  echo.NewWithConfig(echo.Config{NoGroupAutoRegister404Routes: true})
g := e.Group("/api")

Other noteworthy echancements:

e.QUERY("/", func(c *Context) error {
  return c.String(http.StatusTeapot, "OK")
})
e := echo.NewWithConfig(echo.Config{
  Router: echo.NewRouter(echo.RouterConfig{
    AutoHandleHEAD: true,
  }),
})

... (truncated)

Changelog

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

v5.3.1 - 2026-07-21

Fixes

Enhancements

v5.3.0 - 2026-07-12

Logic changes PR #2996 revert back to v4 behavior for a group registering implicit 404 handlers.

If you do not want this behavior, can do not want implicit 404 handlers for groups, use:

e :=  echo.NewWithConfig(echo.Config{NoGroupAutoRegister404Routes: true})
g := e.Group("/api")

some other noteworthy echancements:

e.QUERY("/", func(c *Context) error {
  return c.String(http.StatusTeapot, "OK")
})
e := echo.NewWithConfig(echo.Config{
  Router: echo.NewRouter(echo.RouterConfig{
    AutoHandleHEAD: true,
  }),
})

Enhancements

... (truncated)

Commits
  • ed8bbe4 Merge pull request #3051 from aldas/changelog_5_3_1
  • dcb05f0 Changelog for v5.3.1
  • 8148ea9 Implicitly registered group routes should be allowed overwritten in default r...
  • bba3d12 Update deps to latest versions
  • 5a43c9b docs: rework llms-full.txt to describe v5 api without v4 comparisons
  • 54e62aa docs: rework llms.txt to describe v5 without migration focus
  • 0d8f6cc docs: add llms-full.txt with complete v5 API reference
  • 365fc7a docs: add llms.txt for AI-assisted development
  • 77ac326 refactor: replace traditional for loops with range loops for improved readabi...
  • 2caa1a5 test(static): use table-driven test for HTML5 404 preservation cases
  • 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.1.1 to 5.3.1.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v5.1.1...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 27, 2026
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant