Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware from 0.0.0-20180108155640-d0c54e68681e to 1.4.0 #163

Commits on Aug 11, 2023

  1. build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware

    Bumps [github.com/grpc-ecosystem/go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) from 0.0.0-20180108155640-d0c54e68681e to 1.4.0.
    - [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases)
    - [Commits](https://github.com/grpc-ecosystem/go-grpc-middleware/commits/v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/grpc-ecosystem/go-grpc-middleware
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    de3ed82 View commit details
    Browse the repository at this point in the history
  2. refactor(server.go): replace deprecated grpc_middleware.WithUnaryServ…

    …erChain with grpc.ChainUnaryInterceptor
    
    The grpc_middleware.WithUnaryServerChain function is deprecated and has
    been replaced with grpc.ChainUnaryInterceptor.
    cybersiddhu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    03396e2 View commit details
    Browse the repository at this point in the history