Skip to content

Commit 5ebed44

Browse files
committed
Update version to v4.7.0
1 parent da85d23 commit 5ebed44

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v4.7.0 - 2022-03-01
4+
5+
**Enhancements**
6+
7+
* Add JWT, KeyAuth, CSRF multivalue extractors [#2060](https://github.com/labstack/echo/pull/2060)
8+
* Add LogErrorFunc to recover middleware [#2072](https://github.com/labstack/echo/pull/2072)
9+
* Add support for HEAD method query params binding [#2027](https://github.com/labstack/echo/pull/2027)
10+
* Improve filesystem support with echo.FileFS, echo.StaticFS, group.FileFS, group.StaticFS [#2064](https://github.com/labstack/echo/pull/2064)
11+
12+
**Fixes**
13+
14+
* Fix X-Real-IP bug, improve tests [#2007](https://github.com/labstack/echo/pull/2007)
15+
* Minor syntax fixes [#1994](https://github.com/labstack/echo/pull/1994), [#2102](https://github.com/labstack/echo/pull/2102), [#2102](https://github.com/labstack/echo/pull/2102)
16+
17+
**General**
18+
19+
* Add cache-control and connection headers [#2103](https://github.com/labstack/echo/pull/2103)
20+
* Add Retry-After header constant [#2078](https://github.com/labstack/echo/pull/2078)
21+
* Upgrade `go` directive in `go.mod` to 1.17 [#2049](https://github.com/labstack/echo/pull/2049)
22+
* 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
23+
324
## v4.6.3 - 2022-01-10
425

526
**Fixes**

echo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const (
246246

247247
const (
248248
// Version of Echo
249-
Version = "4.6.3"
249+
Version = "4.7.0"
250250
website = "https://echo.labstack.com"
251251
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
252252
banner = `

0 commit comments

Comments
 (0)