pypi grpcio 1.70.0
Release v1.70.0

14 hours ago

This is release 1.70.0 (genius) 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

  • [BoringSSL] Update third_party/boringssl-with-bazel. (#38274)

C++

  • gRPC C++ begins to require C++17 or later to build and use gRPC C++. You may
    need the following settings
    • CMake: Add CMAKE_CXX_STANDARD=17 to your CMake build command.
    • Bazel: Add --cxxopt='/std:c++17' and --host_cxxopt='/std:c++17' to your
      Bazel build command.

Don't miss a new grpcio release

NewReleases is sending notifications on new releases.