Skip to content
Open
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
4 changes: 2 additions & 2 deletions API_CHANGES_V5.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Generated: 2026-01-01
Echo `v5` is maintenance release with **major breaking changes**
- `Context` is now struct instead of interface and we can add method to it in the future in minor versions.
- Adds new `Router` interface for possible new routing implementations.
- Drops old logging interface and uses moderm `log/slog` instead.
- Rearranges alot of methods/function signatures to make them more consistent.
- Drops old logging interface and uses modern `log/slog` instead.
- Rearranges a lot of methods/function signatures to make them more consistent.

## Executive Summary (by LLMs)

Expand Down