| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-15 | 1.2 kB | |
| v5.0.4 small fixes and improvements source code.tar.gz | 2026-02-15 | 449.0 kB | |
| v5.0.4 small fixes and improvements source code.zip | 2026-02-15 | 506.9 kB | |
| Totals: 3 Items | 957.1 kB | 0 | |
What's Changed
- Remove unused import 'errors' from README example by @kumapower17 in https://github.com/labstack/echo/pull/2889
- Fix Graceful shutdown: after
http.Server.Servereturns we need to wait for graceful shutdown goroutine to finish by @aldas in https://github.com/labstack/echo/pull/2898 - Update location of oapi-codegen in README by @mromaszewicz in https://github.com/labstack/echo/pull/2896
- Add Go 1.26 to CI flow by @aldas in https://github.com/labstack/echo/pull/2899
- Add new function
echo.StatusCodeby @suwakei in https://github.com/labstack/echo/pull/2892 - CSRF: support older token-based CSRF protection handler that want to render token into template by @aldas in https://github.com/labstack/echo/pull/2894
- Add
echo.ResolveResponseStatusfunction to help middleware/handlers determine HTTP status code and echo.Response by @aldas in https://github.com/labstack/echo/pull/2900
New Contributors
- @mromaszewicz made their first contribution in https://github.com/labstack/echo/pull/2896
- @suwakei made their first contribution in https://github.com/labstack/echo/pull/2892
Full Changelog: https://github.com/labstack/echo/compare/v5.0.3...v5.0.4