Skip to content

v0.7.1

Compare
Choose a tag to compare
@rmichela rmichela released this 18 Jan 22:48
· 337 commits to master since this release
ee988a1

Added

  • New testing contrib classes under the grpc-testing-contrib module.
    • NettyGrpcServerRule - A jUnit test @rule like GrpcServerRule, but uses the Netty transport instead of the InProc transport.
    • GrpcContext - A jUnit test @rule that fails any test that leaks io.grpc.Context information. Useful for testing context-sensitive code.

Updated