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: grpc-ecosystem/go-grpc-middleware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-rc.3
Choose a base ref
...
head repository: grpc-ecosystem/go-grpc-middleware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-rc.4
Choose a head ref
  • 5 commits
  • 170 files changed
  • 4 contributors

Commits on Jan 12, 2023

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

Commits on Mar 10, 2023

  1. docs: the implementation of tags has been removed in v2. (#541)

    Signed-off-by: aimuz <mr.imuz@gmail.com>
    aimuz authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    eefb481 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. v2: All for v2: Exemplars, Cleanup, Docs, Lint, Proto upgrades and mo…

    …re (#543)
    
    * v2: Cleanup, exemplars and examples.
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    
    * interface -> any
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    
    ---------
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    bwplotka authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    85304c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. [interceptors/validator] feat: add error logging in validator (#544)

    * feat: add error logging in validator
    
    used logging.Logger interface to
    add error logging in validator
    interceptor
    
    addition: #494
    
    * feat: update interceptor implementation
    
    made fast fail and logger as optional args
    addition to that instead of providing values
    dynamically at the time of initialization made
    it more dynamic
    
    * fix: update options args
    
    updated args based on review
    
    * refactor: update validate func
    
    restructured if statement  in-order to make code execution based on shouldFailFast flag more relevant.
    
    * refactor: shifted interceptors into new file
    
    restructured code in order to separate the
    concern. ie: in terms of code struct and testcases wise.
    
    * test: updated the testcases
    
    modified testcases based on the current modifications made in the code base.
    
    * fix: add copyright headers
    
    * fix: update comment and code
    
    updated code based on reviews
    rohanraj7316 authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    e41e6bd View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Simplified logging middleware; Fields are now "any" type; Moved loggi…

    …ng providers to examples only. (#552)
    
    Fixes #517
    
    * Simpler interface, only one method. This allows adapter to be ultra simple, so moved them to examples only (!).
    * Fields are string, values are any.
    * "More" slog compatibility.
    
    I did not go for using slog natively as it's still experimental (see bigger discussion: https://gophers.slack.com/archives/C029RQSEE/p1679860885943619)
    
    Signed-off-by: bwplotka <bwplotka@gmail.com>
    bwplotka authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8c53766 View commit details
    Browse the repository at this point in the history
Loading