1
0
mirror of https://github.com/labstack/echo.git synced 2025-06-02 23:27:34 +02:00

Changelog for v4.11.4 (#2564)

Changelog for v4.11.4
This commit is contained in:
Martti T 2023-12-20 15:24:30 +02:00 committed by GitHub
parent 209c6a199a
commit 226e4f076a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## v4.11.4 - 2023-12-20
**Security**
* 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)
**Enhancements**
* 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)
* Request logger: add example for Slog https://pkg.go.dev/log/slog [#2543](https://github.com/labstack/echo/pull/2543)
## v4.11.3 - 2023-11-07
**Security**

View File

@ -259,7 +259,7 @@ const (
const (
// Version of Echo
Version = "4.11.3"
Version = "4.11.4"
website = "https://echo.labstack.com"
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
banner = `