Skip to content

Release v1.64.0

Compare
Choose a tag to compare
@yashykt yashykt released this 17 May 01:01
· 11 commits to v1.64.x since this release
b8a04ac

This is release 1.64.0 (grateful) 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. (#36435)
  • [build] Restrict visibility of grpc_public_hdrs and grpc++_public_hdrs. (#36289)
  • [Deps] Rollfoward Protobuf upgrade to v26.1. (#36323)

C++

  • [CSM] Fix CSM Observability for trailers-only response. (#36413)
  • [CSM] Remove requirement that servers have to be xDS enabled. (#36410)

Python

  • [Asyncio] Semantic task names for RPC tasks. (#36422)
  • [python/systemd] allow compiling systemd support into python builds. (#36037)
  • [Python Otel] Remove opentelemetry version pin. (#36448)
  • [Python Otel] Use registered method at server side. (#36371)
  • [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools. (#36230)