File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
513Echo ` v5 ` is maintenance release with ** major breaking changes**
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ package echo
55
66const (
77 // Version of Echo
8- Version = "5.0.0 "
8+ Version = "5.0.1 "
99)
You can’t perform that action at this time.
0 commit comments