Download Latest Version v5.3.1 source code.zip (555.2 kB)
Email in envelope

Get an email when there's a new version of Echo

Home / v5.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-12 2.5 kB
v5.3.0 source code.tar.gz 2026-07-12 482.1 kB
v5.3.0 source code.zip 2026-07-12 548.4 kB
Totals: 3 Items   1.0 MB 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, can do not want implicit 404 handlers for groups, use:

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

Other noteworthy echancements:

What's Changed

New Contributors

Full Changelog: https://github.com/labstack/echo/compare/v5.2.1...v5.3.0

Source: README.md, updated 2026-07-12