gRPC v1.33.1 Release Notes

Release Date: 2020-10-21 // over 3 years ago
  • This is the 1.33.1 release (geeky) 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 inform
    ation regarding this product.

    ๐Ÿš€ This release contains refinements, improvements, and bug fixes, with highlights listed below.

    Core

    • Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS. (#24063)
    • ๐Ÿ”ฆ Expose Cronet error message to the application layer. (#24083)
    • Remove grpc_channel_ping from surface API. (#23894)
    • Do not send BDP pings if there is no receive side activity. (#22997)

    C++

    • ๐Ÿ— Makefile: only support building deps from submodule. (#23957)

    C

    • โž• Add trimming attribute to BindServiceMethodAttribute. (#24217)
    • ๐Ÿ›  Fix incremental build of csproj projects depending on grpc. (#23391)

    Python

    • ๐Ÿ— [Backport] Make Python 2 an optional dependency for Bazel build. (#24452)
    • ๐Ÿ‘ Allow asyncio API to be imported as grpc.aio. (#24289)
    • ๐Ÿ [gRPC Easy] Fix import errors on Windows. (#24124)
    • ๐Ÿ‘‰ Make version check for importlib.abc in grpcio-tools more stringent. (#24098)