Skip to content

Commit 4b26cde

Browse files
authored
Changelog for v4.11.3 (#2542)
1 parent 14daeb9 commit 4b26cde

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v4.11.3 - 2023-11-07
4+
5+
**Security**
6+
7+
* 'c.Attachment' and 'c.Inline' should escape filename in 'Content-Disposition' header to avoid 'Reflect File Download' vulnerability. [#2541](https://github.com/labstack/echo/pull/2541)
8+
9+
**Enhancements**
10+
11+
* Tests: refactor context tests to be separate functions [#2540](https://github.com/labstack/echo/pull/2540)
12+
* Proxy middleware: reuse echo request context [#2537](https://github.com/labstack/echo/pull/2537)
13+
* Mark unmarshallable yaml struct tags as ignored [#2536](https://github.com/labstack/echo/pull/2536)
14+
15+
316
## v4.11.2 - 2023-10-11
417

518
**Security**

echo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const (
259259

260260
const (
261261
// Version of Echo
262-
Version = "4.11.2"
262+
Version = "4.11.3"
263263
website = "https://echo.labstack.com"
264264
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
265265
banner = `

0 commit comments

Comments
 (0)