Skip to content

Changelog for v5.3.0#3040

Merged
aldas merged 1 commit into
labstack:masterfrom
aldas:changelog_5_3_0
Jul 12, 2026
Merged

Changelog for v5.3.0#3040
aldas merged 1 commit into
labstack:masterfrom
aldas:changelog_5_3_0

Conversation

@aldas

@aldas aldas commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

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

@codecov

codecov Bot commented Jul 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.42%. Comparing base (01b45be) to head (83d74f7).
⚠️ Report is 30 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3040      +/-   ##
==========================================
+ Coverage   93.17%   93.42%   +0.24%     
==========================================
  Files          43       43              
  Lines        4501     4730     +229     
==========================================
+ Hits         4194     4419     +225     
- Misses        189      190       +1     
- Partials      118      121       +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aldas aldas merged commit caa0182 into labstack:master Jul 12, 2026
10 checks passed
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