Skip to content

Commit 58366f9

Browse files
authored
Update version and changelog for 4.4.0 (#1919)
1 parent 02de901 commit 58366f9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v4.4.0 - 2021-07-12
4+
5+
**Fixes**
6+
7+
* Split HeaderXForwardedFor header only by comma [#1878](https://github.com/labstack/echo/pull/1878)
8+
* Fix Timeout middleware Context propagation [#1910](https://github.com/labstack/echo/pull/1910)
9+
10+
**Enhancements**
11+
12+
* Bind data using headers as source [#1866](https://github.com/labstack/echo/pull/1866)
13+
* Adds JWTConfig.ParseTokenFunc to JWT middleware to allow different libraries implementing JWT parsing. [#1887](https://github.com/labstack/echo/pull/1887)
14+
* Adding tests for Echo#Host [#1895](https://github.com/labstack/echo/pull/1895)
15+
* Adds RequestIDHandler function to RequestID middleware [#1898](https://github.com/labstack/echo/pull/1898)
16+
* Allow for custom JSON encoding implementations [#1880](https://github.com/labstack/echo/pull/1880)
17+
318
## v4.3.0 - 2021-05-08
419

520
**Important notes**

echo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const (
241241

242242
const (
243243
// Version of Echo
244-
Version = "4.3.0"
244+
Version = "4.4.0"
245245
website = "https://echo.labstack.com"
246246
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
247247
banner = `

0 commit comments

Comments
 (0)