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-contrib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: labstack/echo-contrib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 3 contributors

Commits on Sep 17, 2021

  1. staticcheck fixes

    aldas committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    311eae3 View commit details
    Browse the repository at this point in the history
  2. run staticcheck in CI flow

    aldas committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8ea9d12 View commit details
    Browse the repository at this point in the history
  3. fix deps

    aldas committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4d116ee View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    186cf2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2a40db View commit details
    Browse the repository at this point in the history
  3. ci: simplify

    aldas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    ed88076 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. fix: improve error message when _session_store is missing from context (

    #67)
    
    * fix: add proper error message when _session_store is missing from context
    
    We need to know when _session_store is missing from context and the session
    middleware is not properly initialized.
    imclem authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    9602c6b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Improvements for jaegertracing (#62)

    * Improvements for jaegertracing
    
    Changes:
    - fixed http.status_code value and remove ugly workaround
    - improve readability of middleware code
    - refactor bodyDumpResponseWriter to private responseDumper with limit for body size
    - added tags for client real IP and X-Request-ID header
    - replace span.SetTag with span.LogKV for values with big cardinality.
    ont authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    2722c78 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

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