Skip to content

chore(deps): update module github.com/labstack/echo/v5 to v5.3.0 - autoclosed - #450

Merged
PhilippHeuer merged 1 commit into
mainfrom
chore/dependencies/github.com-labstack-echo-v5-5.x
Jul 16, 2026
Merged

chore(deps): update module github.com/labstack/echo/v5 to v5.3.0 - autoclosed#450
PhilippHeuer merged 1 commit into
mainfrom
chore/dependencies/github.com-labstack-echo-v5-5.x

Conversation

@renovate

@renovate renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/labstack/echo/v5 v5.2.1v5.3.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

labstack/echo (github.com/labstack/echo/v5)

v5.3.0

Compare Source

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")
})
  • Router: automatically handle HEAD request by GET handlers in labtack#2949
e := echo.NewWithConfig(echo.Config{
  Router: echo.NewRouter(echo.RouterConfig{
    AutoHandleHEAD: true,
  }),
})

Enhancements


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from PhilippHeuer July 12, 2026 22:50
@PhilippHeuer
PhilippHeuer merged commit 379635b into main Jul 16, 2026
13 checks passed
@renovate renovate Bot changed the title chore(deps): update module github.com/labstack/echo/v5 to v5.3.0 chore(deps): update module github.com/labstack/echo/v5 to v5.3.0 - autoclosed Jul 16, 2026
@renovate
renovate Bot deleted the chore/dependencies/github.com-labstack-echo-v5-5.x branch July 16, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant