gRPC v1.34.0 Release Notes
Release Date: 2020-12-02 // about 4 years ago-
This is release 1.34.0 (gauntlet) of gRPC Core.
๐ For gRPC documentation, see grpc.io. For previous releases, see Releases.
๐ This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
- Protect xds security code with the environment variable "GRPC_XDS_EXPERIMENTAL_SECURITY_SUPPORT". (#24782)
- โ Add support for "unix-abstract:" URIs to support abstract unix domain sockets. (#24500)
- ๐ Increment Index when parsing not plumbed SAN fields. (#24601)
- Revert "Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS"". (#24518)
- xds: Set status code to INVALID_ARGUMENT when NACKing. (#24516)
- Include stddef.h in address_sorting.h. (#24514)
- ๐ xds: Add support for case_sensitive option in RouteMatch. (#24381)
- โช Removing TLS workaround for Android NDK r12b. (#24283)
C++
- Fix --define=grpc_no_xds=true builds. (#24503)
- โ Experimental support and tests for CreateCustomInsecureChannelWithInterceptorsFromFd. (#24362)
C
- ๐ Fix C# native library loading in .NET 5 single-file apps (backport to v1.34.x). (#24853)
- ๐ Make RIDs for the native dependencies in Grpc.Core arch specific. (#24766)
- ๐ Improve PlatformApis check for detecting Unity. (#24714)
- ๐ Fix to not require libc-dev on .NET 5 or later. (#24485)
- ๐ฆ C#: Make Grpc.Core nuget slimmer by moving mobile support to Grpc.Core.Xamarin package. (#24380)
- ๐ C#: Stop supporting 32bit runtime for linux and macos . (#24378)
- Modernize C# HelloworldXamarin example. (#24425)
Objective-C
- ๐ Support swift package manager for grpc-core and grpc-cpp. (#24571)
- โ Add transport information into grpc-objc user-agent. (#24253)
- โฌ๏ธ Bump iOS and OSX version. (#24282)
PHP
- ๐ PHP: add support for PHP 8 in PECL extension. (#24621)
- ๐ PHP: deprecate PHP 5 support from PECL extension. (#24353)
Python
- Incur setuptools as an dependency for grpcio_tools. (#24752)
- ๐ฒ Stop the spamming log generated by ctrl-c for AsyncIO server. (#24718)
- [gRPC Easy] Make Well-Known Types Available to Runtime Protos. (#24478)
- ๐ Bump MACOSX_DEPLOYMENT_TARGET to 10.10 for Python. (#24480)
- ๐ Make Python 2 an optional dependency for Bazel build. (#24407)
- ๐ [Linux] [macOS] Support pre-compiled Python 3.9 wheels. (#24356)
๐ Ruby
- ๐ Bump MACOSX_DEPLOYMENT_TARGET to 10.10 for Ruby. (#24479)
Previous changes from v1.34.0-pre1
-
๐ This is a prerelease of gRPC Core 1.34.0 (gauntlet).
๐ 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 prerelease contains refinements, improvements, and bug fixes.