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 grpc.io
This is 1.24.0 (ganges) release announcement for gRPC-Core and the wrapped languages C++, C#, Objective-C, Python, PHP and Ruby. Latest release notes are here.
Core
---
- gRPC Core starts to have a dependency against the C++ standard library such as libstdc++.so depending on the platform. This applies to all wrapped libraries and they have this new dependency, too. (For more detail, see the [proposal](https://github.com/grpc/proposal/blob/master/L59-core-allow-cppstdlib.md))
- Gracefully handle exceptions raised by signal handlers on the main thread while unary RPCs are in flight. ([#19988](https://github.com/grpc/grpc/pull/19988))