Skip to content

Commit fa5311b

Browse files
committed
Add changelog for v5.0.4 release
1 parent a260cf5 commit fa5311b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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
14+
15+
316
## v5.0.3 - 2026-02-06
417

518
**Security**

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ package echo
55

66
const (
77
// Version of Echo
8-
Version = "5.0.3"
8+
Version = "5.0.4"
99
)

0 commit comments

Comments
 (0)