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: b1d4430
Choose a base ref
...
head repository: labstack/echo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa5311b
Choose a head ref
  • 16 commits
  • 13 files changed
  • 4 contributors

Commits on Feb 6, 2026

  1. Configuration menu
    Copy the full SHA
    4000fc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Merge pull request #2889 from kumapower17/patch-1

    Remove unused import 'errors' from README example
    aldas authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    ea6bb41 View commit details
    Browse the repository at this point in the history
  2. add/Is_method

    suwakei committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    a16859c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Graceful shutdown: http.Serve needs to wait for graceful shutdown gor…

    …outine to finish. Fixes #2897
    aldas committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    fa0078c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    215808e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    909581f View commit details
    Browse the repository at this point in the history
  4. Update security version table

    aldas committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    817d037 View commit details
    Browse the repository at this point in the history
  5. add Go 1.26 to CI flow + update security.md contents

    add Go 1.26 to CI flow
    aldas authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    2c377f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e37c93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4dd9f46 View commit details
    Browse the repository at this point in the history
  8. Add new function "echo.StatusCode" to resolve status code from errors…

    … implementing HTTPStatusCoder interface
    
    Add new function "echo.StatusCode" to resolve status code from errors implementing HTTPStatusCoder interface
    aldas authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    00991f2 View commit details
    Browse the repository at this point in the history
  9. Add ResolveResponseStatus function to help middleware/handlers determ…

    …ine HTTP status code and echo.Response
    aldas committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    717034f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    19364e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. CSRF: support older token-based CSRF protection handler that want to …

    …render token into template
    aldas committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    9183f1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2900 from aldas/v5_resolveresponsestatus

    Add ResolveResponseStatus function to help middleware/handlers determine HTTP status code and echo.Response
    aldas authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    a260cf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Configuration menu
    Copy the full SHA
    fa5311b View commit details
    Browse the repository at this point in the history
Loading