Skip to content

8.1.0

Compare
Choose a tag to compare
@lalo lalo released this 27 Mar 20:37
· 120 commits to master since this release

8.1.0: 2019-03-27

C++

  • C# / Nuget release only

C#

  • Updated to gRPC v1.17.1.
  • Add a constructor that accepts a CallInvoker instance to the generated
    gRPC clients to support client-side interceptors. For more details about
    C# interceptors, see the proposal in the gRPC
    project
    .
    Issue #950