Skip to content

Commit ba10490

Browse files
authored
Merge pull request #2880 from aldas/changelog_501
Changelog for v5.0.1 release
2 parents 8e4c91f + 0954d6e commit ba10490

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v5.0.1 - 2026-01-28
4+
5+
* Panic MW: will now return a custom PanicStackError with stack trace by @aldas in https://github.com/labstack/echo/pull/2871
6+
* Docs: add missing err parameter to DenyHandler example by @cgalibern in https://github.com/labstack/echo/pull/2878
7+
* improve: improve websocket checks in IsWebSocket() [per RFC 6455] by @raju-mechatronics in https://github.com/labstack/echo/pull/2875
8+
* fix: Context.Json() should not send status code before serialization is complete by @aldas in https://github.com/labstack/echo/pull/2877
9+
10+
311
## v5.0.0 - 2026-01-18
412

513
Echo `v5` is maintenance release with **major breaking changes**

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.0"
8+
Version = "5.0.1"
99
)

0 commit comments

Comments
 (0)