Skip to content

Commit ed8bbe4

Browse files
authored
Merge pull request #3051 from aldas/changelog_5_3_1
Changelog for v5.3.1
2 parents 8148ea9 + dcb05f0 commit ed8bbe4

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
4+
## v5.3.1 - 2026-07-21
5+
6+
**Fixes**
7+
8+
* fix(static): preserve matched handler 404s by @JSap0914 in https://github.com/labstack/echo/pull/3043
9+
* fix(group): Implicitly registered group routes should be allowed overwritten in default routes by @aldas in https://github.com/labstack/echo/pull/3049
10+
11+
12+
**Enhancements**
13+
14+
* docs: update HTTP badge URLs to HTTPS by @KeloYuan in https://github.com/labstack/echo/pull/2968
15+
* docs: correct `Any` godoc to reflect true arbitrary-method matching by @hyorimitsu in https://github.com/labstack/echo/pull/3046
16+
* refactor: use range-over-integer loops by @zxysilent in https://github.com/labstack/echo/pull/3042
17+
* docs: add llms.txt and llms-full.txt for v5 documentation by @tamish560 in https://github.com/labstack/echo/pull/3041
18+
* Update deps to latest versions by @aldas in https://github.com/labstack/echo/pull/3050
19+
20+
321
## v5.3.0 - 2026-07-12
422

523
**Logic changes**

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ package echo
55

66
const (
77
// Version of Echo
8-
Version = "5.3.0"
8+
Version = "5.3.1"
99
)

0 commit comments

Comments
 (0)