You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
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
0 commit comments