You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## v5.0.4 - 2026-02-15
4
+
5
+
**Enhancements**
6
+
7
+
* Remove unused import 'errors' from README example by @kumapower17 in https://github.com/labstack/echo/pull/2889
8
+
* Fix Graceful shutdown: after `http.Server.Serve` returns we need to wait for graceful shutdown goroutine to finish by @aldas in https://github.com/labstack/echo/pull/2898
9
+
* Update location of oapi-codegen in README by @mromaszewicz in https://github.com/labstack/echo/pull/2896
10
+
* Add Go 1.26 to CI flow by @aldas in https://github.com/labstack/echo/pull/2899
11
+
* Add new function `echo.StatusCode` by @suwakei in https://github.com/labstack/echo/pull/2892
12
+
* 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
13
+
* Add `echo.ResolveResponseStatus` function to help middleware/handlers determine HTTP status code and echo.Response by @aldas in https://github.com/labstack/echo/pull/2900
0 commit comments