gRPC v1.34.0 Release Notes

Release Date: 2020-12-02 // over 3 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.