Skip to content

Commit f9d7689

Browse files
committed
Changelog for v4.15.2
1 parent 37fff28 commit f9d7689

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v4.15.2 - 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/2962
8+
9+
Thanks to @shblue21 for reporting this [issue](https://github.com/labstack/echo/issues/2952).
10+
11+
12+
## v4.15.1 - 2026-02-22
13+
14+
**Enhancements**
15+
16+
* CSRF: support older token-based CSRF protection handler that want to render token into template by @aldas in https://github.com/labstack/echo/pull/2905
17+
18+
319
## v4.15.0 - 2026-01-01
420

521

echo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ const (
267267

268268
const (
269269
// Version of Echo
270-
Version = "4.15.0"
270+
Version = "4.15.2"
271271
website = "https://echo.labstack.com"
272272
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
273273
banner = `

0 commit comments

Comments
 (0)