File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v4.10.1 - 2023-02-19
4
+
5
+ ** Security**
6
+
7
+ * Upgrade deps due to the latest golang.org/x/net vulnerability [ #2402 ] ( https://github.com/labstack/echo/pull/2402 )
8
+
9
+
10
+ ** Enhancements**
11
+
12
+ * Add new JWT repository to the README [ #2377 ] ( https://github.com/labstack/echo/pull/2377 )
13
+ * Return an empty string for ctx.path if there is no registered path [ #2385 ] ( https://github.com/labstack/echo/pull/2385 )
14
+ * Add context timeout middleware [ #2380 ] ( https://github.com/labstack/echo/pull/2380 )
15
+ * Update link to jaegertracing [ #2394 ] ( https://github.com/labstack/echo/pull/2394 )
16
+
17
+
3
18
## v4.10.0 - 2022-12-27
4
19
5
20
** Security**
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ const (
258
258
259
259
const (
260
260
// Version of Echo
261
- Version = "4.10.0 "
261
+ Version = "4.10.1 "
262
262
website = "https://echo.labstack.com"
263
263
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
264
264
banner = `
You can’t perform that action at this time.
0 commit comments