File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v5.1.1 - 2026-05-01
4+
5+ ** Security**
6+
7+ * ` Context.Scheme() ` should validate values taken from header by @aldas in https://github.com/labstack/echo/pull/2953
8+
9+ Thanks to @shblue21 for reporting this [ issue] ( https://github.com/labstack/echo/issues/2952 ) .
10+
11+ ** Enhancements**
12+
13+ * Add golangci linter configuration by @aldas in https://github.com/labstack/echo/pull/2930
14+ * Make StartConfig listener creation context-aware by @EricGusmao in https://github.com/labstack/echo/pull/2936
15+ * fix(lint): resolve staticcheck issues and improve code quality by @itsllyaz in https://github.com/labstack/echo/pull/2941
16+ * Context.Scheme should validate values taken from header by @aldas in https://github.com/labstack/echo/pull/2953
17+ * chore: fix typos in httperror.go by @tisonkun in https://github.com/labstack/echo/pull/2958
18+ * Context.Json should not unwrap response by @aldas in https://github.com/labstack/echo/pull/2964
19+
20+
321## v5.1.0 - 2026-03-31
422
523** Security**
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.1.0 "
8+ Version = "5.1.1 "
99)
You can’t perform that action at this time.
0 commit comments