github labstack/echo v5.0.4
v5.0.4 small fixes and improvements

6 hours ago

What's Changed

  • Remove unused import 'errors' from README example by @kumapower17 in #2889
  • Fix Graceful shutdown: after http.Server.Serve returns 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.StatusCode by @suwakei in #2892
  • CSRF: support older token-based CSRF protection handler that want to render token into template by @aldas in #2894
  • Add echo.ResolveResponseStatus function to help middleware/handlers determine HTTP status code and echo.Response by @aldas in #2900

New Contributors

Full Changelog: v5.0.3...v5.0.4

Don't miss a new echo release

NewReleases is sending notifications on new releases.