Skip to content

Update module github.com/labstack/echo/v5 to v5.3.0#379

Merged
mycrEEpy merged 1 commit into
masterfrom
renovate/github.com-labstack-echo-v5-5.x
Jul 14, 2026
Merged

Update module github.com/labstack/echo/v5 to v5.3.0#379
mycrEEpy merged 1 commit into
masterfrom
renovate/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 Confidence
github.com/labstack/echo/v5 v5.2.1v5.3.0 age confidence

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 becomes conflicted, 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 commented Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.49.0 -> v0.56.0
golang.org/x/sys v0.41.0 -> v0.46.0
golang.org/x/term v0.39.0 -> v0.44.0
golang.org/x/text v0.33.0 -> v0.38.0
golang.org/x/time v0.14.0 -> v0.15.0

@renovate renovate Bot force-pushed the renovate/github.com-labstack-echo-v5-5.x branch from 8ddc4e1 to ac60188 Compare July 14, 2026 03:10
@mycrEEpy mycrEEpy merged commit 3e03dae into master Jul 14, 2026
4 checks passed
@renovate renovate Bot deleted the renovate/github.com-labstack-echo-v5-5.x branch July 14, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant