This is the 1.18.0 (goose) release announcement for gRPC-Core and the wrapped languages C++, C#, Objective-C, Python, PHP and Ruby. Latest release notes are here <https://github.com/grpc/grpc/releases/tag/v1.18.0>.
This is the 1.18.0 release (goose <https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md>) of gRPC Core. Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product. This release contains refinements, improvements, and bug fixes, with highlights listed below. Core - Use 32 bit nanopb fields. (#17249 <https://github.com/grpc/grpc/pull/17249>) - Put most c-ares logs under a tracer. (#17495 <https://github.com/grpc/grpc/pull/17495>) - Avoid SRV and TXT lookups for localhost. (#17470 <https://github.com/grpc/grpc/pull/17470>) - Fix bug in subchannel backoff reset code. (#17391 <https://github.com/grpc/grpc/pull/17391>) - Change pick_first to immediately select the first subchannel in READY state. (#17383 <https://github.com/grpc/grpc/pull/17383>) - Cancel c-ares queries after a timeout to avoid getting stuck. (#17354 <https://github.com/grpc/grpc/pull/17354>) - Add gRPC release schedule document. (#17306 <https://github.com/grpc/grpc/pull/17306>) - Preparation for the new background poller 'epollbg'. (#17244 <https://github.com/grpc/grpc/pull/17244>) C++ - Allow interceptor creators to return nullptr. (#17544 <https://github.com/grpc/grpc/pull/17544>) C# - Use x64 tools on 64-bit Windows in Grpc.Tools (#17437 <https://github.com/grpc/grpc/pull/17437> for master branch). (#17524 <https://github.com/grpc/grpc/pull/17524>) Python - Servers are no longer guaranteed to automatically shutdown when garbage collected. Applications must explicitly invoke grpc.Server.stop() to shutdown the server and release its resources. This aligns server behavior with the grpc.Channel.close() semantics introduced in v1.12.0. - Add python API to retrieve library version. (#17580 <https://github.com/grpc/grpc/pull/17580>) - Add Watch method to health check service. (#17597 <https://github.com/grpc/grpc/pull/17597>) - Refactor server deallocation. (#17444 <https://github.com/grpc/grpc/pull/17444>) - Add grpcio-status extension package. (#17490 <https://github.com/grpc/grpc/pull/17490>) - Add gRPC Python Example: Metadata. (#17485 <https://github.com/grpc/grpc/pull/17485>) - New abort with grpc.Status API. (#17481 <https://github.com/grpc/grpc/pull/17481>) - Update urllib3 to avoid security vulnerability. (#17476 <https://github.com/grpc/grpc/pull/17476>) - Add License to Python tarball. (#17411 <https://github.com/grpc/grpc/pull/17411>) - Revert "Strip manylinux1 binary wheels". (#17412 <https://github.com/grpc/grpc/pull/17412>) - Surface exceptions from Cython to Python as much as possible. (#16971 <https://github.com/grpc/grpc/pull/16971>) - Add logging.basicConfig() for example servers. (#17322 <https://github.com/grpc/grpc/pull/17322>) - Channelz Python wrapper implementation. (#17266 <https://github.com/grpc/grpc/pull/17266>) - Fix Python blocking interceptors facing RpcError. (#17317 <https://github.com/grpc/grpc/pull/17317>) - Raise the exception while credential initialization. (#17281 <https://github.com/grpc/grpc/pull/17281>) Ruby - Add ruby 2.6 binary packages, drop 2.0 and 2.1. (#17607 <https://github.com/grpc/grpc/pull/17607>) - server graceful shutdown for pull request. (#17348 <https://github.com/grpc/grpc/pull/17348>) - Return UNIMPLEMENTED error when user does not implement client_streamer method. (#17290 <https://github.com/grpc/grpc/pull/17290> ) -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/87e4f914-697c-462a-9cf7-1bd4aae164ac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
