File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
## v4.2.1 - 2020-03-08
4
14
5
15
** Important notes**
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ const (
234
234
235
235
const (
236
236
// Version of Echo
237
- Version = "4.2.1 "
237
+ Version = "4.2.2 "
238
238
website = "https://echo.labstack.com"
239
239
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
240
240
banner = `
You can’t perform that action at this time.
0 commit comments