1
0
mirror of https://github.com/labstack/echo.git synced 2026-05-16 09:48:24 +02:00

Changelog for v5.1.1 (#2965)

This commit is contained in:
Martti T.
2026-05-01 22:14:30 +03:00
committed by GitHub
parent f16f84decc
commit 87a5c22f2f
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -1,5 +1,23 @@
# Changelog
## v5.1.1 - 2026-05-01
**Security**
* `Context.Scheme()` should validate values taken from header by @aldas in https://github.com/labstack/echo/pull/2953
Thanks to @shblue21 for reporting this [issue](https://github.com/labstack/echo/issues/2952).
**Enhancements**
* Add golangci linter configuration by @aldas in https://github.com/labstack/echo/pull/2930
* Make StartConfig listener creation context-aware by @EricGusmao in https://github.com/labstack/echo/pull/2936
* fix(lint): resolve staticcheck issues and improve code quality by @itsllyaz in https://github.com/labstack/echo/pull/2941
* Context.Scheme should validate values taken from header by @aldas in https://github.com/labstack/echo/pull/2953
* chore: fix typos in httperror.go by @tisonkun in https://github.com/labstack/echo/pull/2958
* Context.Json should not unwrap response by @aldas in https://github.com/labstack/echo/pull/2964
## v5.1.0 - 2026-03-31
**Security**
+1 -1
View File
@@ -5,5 +5,5 @@ package echo
const (
// Version of Echo
Version = "5.1.0"
Version = "5.1.1"
)