File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.2.2 - 2020-04-07
4+
5+ ** Fixes**
6+
7+ * Allow proxy middleware to use query part in rewrite (#1802 )
8+ * Fix timeout middleware not sending status code when handler returns an error (#1805 )
9+ * Fix Bind() when target is array/slice and path/query params complains bind target not being struct (#1835 )
10+ * Fix panic in redirect middleware on short host name (#1813 )
11+ * Fix timeout middleware docs (#1836 )
12+
313## v4.2.1 - 2020-03-08
414
515** Important notes**
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ const (
234234
235235const (
236236 // Version of Echo
237- Version = "4.2.1 "
237+ Version = "4.2.2 "
238238 website = "https://echo.labstack.com"
239239 // http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
240240 banner = `
You can’t perform that action at this time.
0 commit comments