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: master
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_alpha
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 101 files changed
  • 1 contributor

Commits on Jan 31, 2022

  1. V5.0.0-alpha

    aldas committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c0c00e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

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

Commits on May 21, 2022

  1. V5.0.0-alpha

    aldas committed May 21, 2022
    Configuration menu
    Copy the full SHA
    829ddef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d2da85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7efeffb View commit details
    Browse the repository at this point in the history
  4. Add `Context.PathParamDefault(name string, defaultValue string) strin…

    …g` method
    
    Improve method comments here and there.
    aldas committed May 21, 2022
    Configuration menu
    Copy the full SHA
    0d85116 View commit details
    Browse the repository at this point in the history
  5. expose source for KeyAuth/JWT key/token validation/parsing function t…

    …o allow custom logic depending from where key/token value was extracted
    aldas committed May 21, 2022
    Configuration menu
    Copy the full SHA
    2b4c5a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    aad765a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v5_alpha' into v5_alpha_labstack

    # Conflicts:
    #	.github/workflows/echo.yml
    #	Makefile
    #	context.go
    #	context_test.go
    #	echo.go
    #	echo_test.go
    #	group.go
    #	group_test.go
    #	middleware/basic_auth.go
    #	middleware/basic_auth_test.go
    #	middleware/body_limit_test.go
    #	middleware/decompress_test.go
    #	middleware/extractor.go
    #	middleware/jwt.go
    #	middleware/jwt_external_test.go
    #	middleware/jwt_test.go
    #	middleware/key_auth.go
    #	middleware/key_auth_test.go
    #	middleware/logger.go
    #	middleware/method_override_test.go
    #	middleware/recover.go
    #	middleware/recover_test.go
    #	router.go
    #	router_test.go
    #	server_test.go
    aldas committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    7402266 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    74b8c43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb7cef View commit details
    Browse the repository at this point in the history
  3. fix

    aldas committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0d62f00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13a733f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2366d5e View commit details
    Browse the repository at this point in the history
  6. improve docs

    aldas committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    6fd1cc3 View commit details
    Browse the repository at this point in the history
  7. fix test

    aldas committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    c2af0cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec5b858 View commit details
    Browse the repository at this point in the history
Loading