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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
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
0 commit comments