You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grp...@googlegroups.com
This is 1.16.0 (gao) release announcement for gRPC-Core and the wrapped languages C++, C#, Objective-C, Python, PHP and Ruby. Latest release notes are here.
Core
Keepalive watchdog firing should return status UNAVAILABLE. (#16764)
Set TCP_USER_TIMEOUT socket option for linux . (#16419)
When using c-ares, resolve ip literals and Windows localhost on our own. (#16420)
Turn loading system root certificate as default. (#16536)
Change pick_first to not unref unselected subchannels. (#16342)
cmake: prevent C core from depending on libstdc++. (#16752)
Implement Watch method in health check service. (#16574)
Fix async_stream.h warning on Visual Studio. (#16544)
C#
Secure channel throughput improvements: Linux x86_64 version of grpc_csharp_ext nuget now ships with assembly-optimized version of boringssl, which leads to significant improvements in throughput of secure C# channels. See https://github.com/grpc/grpc/blob/v1.16.x/doc/ssl-performance.md for details.
Expose certificate request type in SslServerCredentials. (#16552)
build assembly-optimized grpc_csharp_ext with cmake. (#16777)