[grpc-io] gRPC-Core Release 1.41.0

2021-10-05 Thread 'Donna Dionne' via grpc.io
This is 1.41.0 (goat) release announcement for gRPC-Core and the wrapped languages C++, C#, Objective-C, Python, PHP and Ruby. Latest release notes are here . Core - De-experimentalize XdsCredentials and XdsServerCredentials API. (#26544

[grpc-io] Re: ClientBidiReactor or ClientCallbackReaderWriter

2020-11-13 Thread 'Donna Dionne' via grpc.io
You can just create an instance like this: class TestClientBidiReactor : public ClientBidiReactor { public: explicit TestClientBidiReactor(Stub* stub, ClientContext& context, ...) { ...} There is StartRead and StartWrite StartCall will activate the call (so use after Read and Write) You can i

[grpc-io] gRPC-Core Release 1.33.1

2020-10-22 Thread 'Donna Dionne' via grpc.io
This is 1.33.1 (geeky) release announcement for gRPC-Core and the wrapped languages C++, C#, Objective-C, Python, PHP and Ruby. Latest release notes are here . This release contains refinements, improvements, and bug fixes, with highlights lis