Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: labstack/echo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.4
Choose a base ref
...
head repository: labstack/echo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 11 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 23, 2026

  1. Add https://github.com/labstack/echo-opentelemetry to the middleware …

    …list in README.md
    aldas committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    1753170 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. fix: correct spelling mistakes in comments and field name

    Fix multiple typos found across the codebase:
    
    - response.go: rename unexported field "commited" to "committed"
    - server.go: fix "addres" to "address" in comment
    - middleware/csrf.go: fix "formated" to "formatted" in comment
    - middleware/request_logger.go: fix "commited" to "committed" in comment
    - echotest/context.go: fix "wil" to "will" in comments
    majianhan authored and aldas committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    ec05bc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    7d228b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    675712d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2026

  1. Configuration menu
    Copy the full SHA
    3f50cc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0e5ff7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Add NewDefaultFS function to help create filesystem that allows absol…

    …ute paths (#2931)
    
    Add NewDefaultFS function to help create filesystem that allows absolute paths
    aldas authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    a7005b2 View commit details
    Browse the repository at this point in the history
  2. Do not set http.Server.WriteTimeout in StartConfig this is bad for SS…

    …E and static file serving (#2932)
    
    * Do not set http.Server.WriteTimeout in StartConfig this is bad for SSE and static file serving
    aldas authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    83e04d2 View commit details
    Browse the repository at this point in the history
  3. Remove legacy IP extraction logic from context.RealIP method and move…

    … it to LegacyIPExtractor IP extraction function.
    aldas committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    22e4b71 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2933 from aldas/LegacyIPExtractor

    Remove legacy IP extraction logic from context.RealIP method
    aldas authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    c192e50 View commit details
    Browse the repository at this point in the history
  5. Changelog for v5.1.0

    aldas committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    597b4fa View commit details
    Browse the repository at this point in the history
Loading