Skip to content

Commit 87a5c22

Browse files
authored
Changelog for v5.1.1 (#2965)
1 parent f16f84d commit 87a5c22

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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**

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

0 commit comments

Comments
 (0)