Skip to content

Merge V5 to master branch#2868

Merged
aldas merged 7 commits intomasterfrom
v5
Jan 18, 2026
Merged

Merge V5 to master branch#2868
aldas merged 7 commits intomasterfrom
v5

Conversation

@aldas
Copy link
Contributor

@aldas aldas commented Jan 18, 2026

See #2861

If you are using Linux you can migrate easier parts like that:

find . -type f -name "*.go" -exec sed -i 's/ echo.Context/ *echo.Context/g' {} +
find . -type f -name "*.go" -exec sed -i 's/echo\/v4/echo\/v5/g' {} +

or in your favorite IDE

Replace all:

  1. echo.Context -> *echo.Context
  2. echo/v4 -> echo/v5

@aldas aldas merged commit 9500f27 into master Jan 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant