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
* Recover middleware should not log panic for aborted handler [#2134](https://github.com/labstack/echo/pull/2134)
14
+
15
+
16
+
## v4.7.1 - 2022-03-13
17
+
18
+
**Fixes**
19
+
20
+
* Fix `e.Static`, `.File()`, `c.Attachment()` being picky with paths starting with `./`, `../` and `/` after 4.7.0 introduced echo.Filesystem support (Go1.16+) [#2123](https://github.com/labstack/echo/pull/2123)
21
+
22
+
**Enhancements**
23
+
24
+
* Remove some unused code [#2116](https://github.com/labstack/echo/pull/2116)
* Add LogErrorFunc to recover middleware [#2072](https://github.com/labstack/echo/pull/2072)
33
+
* Add support for HEAD method query params binding [#2027](https://github.com/labstack/echo/pull/2027)
34
+
* Improve filesystem support with echo.FileFS, echo.StaticFS, group.FileFS, group.StaticFS [#2064](https://github.com/labstack/echo/pull/2064)
* Upgrade `go` directive in `go.mod` to 1.17 [#2049](https://github.com/labstack/echo/pull/2049)
46
+
* Add Pagoda [#2077](https://github.com/labstack/echo/pull/2077) and Souin [#2069](https://github.com/labstack/echo/pull/2069) to 3rd-party middlewares in README
0 commit comments