Skip to content

chore(deps): bump github.com/labstack/echo/v5 from 5.1.1 to 5.3.0 in /internal/service/userservice - #43

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/internal/service/userservice/github.com/labstack/echo/v5-5.3.0
Closed

chore(deps): bump github.com/labstack/echo/v5 from 5.1.1 to 5.3.0 in /internal/service/userservice#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/internal/service/userservice/github.com/labstack/echo/v5-5.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

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,
  }),
})

What's Changed

New Contributors

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

v5.2.1

Security

... (truncated)

Changelog

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

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

v5.2.1 - 2026-06-15

Security

Make serving static file releated methods and middleware not unescape path by default - so how the way Router interprets paths and Static methods/middleware is consistent.

Given following situation:

</tr></table> 

... (truncated)

Commits
  • caa0182 Changelog for v5.3.0
  • 2d9b2aa Revert back to v4 behavior for group registering implicit 404 handlers. This ...
  • 222be90 AutoHandleHEAD enables automatic handling of HTTP HEAD requests by falling ba...
  • 030f1b3 docs: fix typos moderm->modern and alot->a lot in API_CHANGES_V5.md
  • abbb92e feat: add support for HTTP QUERY method (#3036)
  • 11aa371 docs(cors): note reverse-proxy header duplication on CORS godoc
  • c9cfc21 docs(csrf): fix godoc typo in Generator default (tp -> to)
  • 54abc47 pin GitHub Actions to full commit SHAs and rework actions shas to own block
  • a09a027 update golang.org/x deps to latest versions
  • 5aa876b perf(router): cache-friendly static child lookup + dedupe leaf check (#3024)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 13, 2026
Bumps [github.com/labstack/echo/v5](https://github.com/labstack/echo) from 5.1.1 to 5.3.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/internal/service/userservice/github.com/labstack/echo/v5-5.3.0 branch from 5eaa1c6 to e9a6b47 Compare July 17, 2026 15:56
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #79.

@dependabot dependabot Bot closed this Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/internal/service/userservice/github.com/labstack/echo/v5-5.3.0 branch July 27, 2026 17:15
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.

0 participants