What's Changed
- Remove unused import 'errors' from README example by @kumapower17 in #2889
- Fix Graceful shutdown: after
http.Server.Servereturns we need to wait for graceful shutdown goroutine to finish by @aldas in #2898 - Update location of oapi-codegen in README by @mromaszewicz in #2896
- Add Go 1.26 to CI flow by @aldas in #2899
- Add new function
echo.StatusCodeby @suwakei in #2892 - CSRF: support older token-based CSRF protection handler that want to render token into template by @aldas in #2894
- Add
echo.ResolveResponseStatusfunction to help middleware/handlers determine HTTP status code and echo.Response by @aldas in #2900
New Contributors
- @mromaszewicz made their first contribution in #2896
- @suwakei made their first contribution in #2892
Full Changelog: v5.0.3...v5.0.4