Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog


## v5.3.1 - 2026-07-21

**Fixes**

* fix(static): preserve matched handler 404s by @JSap0914 in https://github.com/labstack/echo/pull/3043
* fix(group): Implicitly registered group routes should be allowed overwritten in default routes by @aldas in https://github.com/labstack/echo/pull/3049


**Enhancements**

* docs: update HTTP badge URLs to HTTPS by @KeloYuan in https://github.com/labstack/echo/pull/2968
* docs: correct `Any` godoc to reflect true arbitrary-method matching by @hyorimitsu in https://github.com/labstack/echo/pull/3046
* refactor: use range-over-integer loops by @zxysilent in https://github.com/labstack/echo/pull/3042
* docs: add llms.txt and llms-full.txt for v5 documentation by @tamish560 in https://github.com/labstack/echo/pull/3041
* Update deps to latest versions by @aldas in https://github.com/labstack/echo/pull/3050


## v5.3.0 - 2026-07-12

**Logic changes**
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package echo

const (
// Version of Echo
Version = "5.3.0"
Version = "5.3.1"
)
Loading