You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## v4.11.4 - 2023-12-20
4
+
5
+
**Security**
6
+
7
+
* Upgrade golang.org/x/crypto to v0.17.0 to fix vulnerability [issue](https://pkg.go.dev/vuln/GO-2023-2402)[#2562](https://github.com/labstack/echo/pull/2562)
8
+
9
+
**Enhancements**
10
+
11
+
* Update deps and mark Go version to 1.18 as this is what golang.org/x/* use [#2563](https://github.com/labstack/echo/pull/2563)
12
+
* Request logger: add example for Slog https://pkg.go.dev/log/slog[#2543](https://github.com/labstack/echo/pull/2543)
0 commit comments