8000 Releases Β· grpc/grpc Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: grpc/grpc

Release v1.72.2

26 Jun 17:58
d6b42b2
Compare
Choose a tag to compare

This is release 1.72.2 (gusto) 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.

Python

Release v1.71.2

28 Jun 02:56
c65cf15
Compare
Choose a tag to compare

This is release 1.71.2 (gears) 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.

C++

  • [Backport of #39266 to v1.71.x] Protect grpc generated sources from unwanted system macros (#39484).

Python

  • [Backport of #39894 to v1.71.x] Fix the issue with gRPC Python Client not reconnecting in certain situations: #38290, #39113, #39631 (#39948).
  • [Backport of #39609 to v1.71.x] Pin Cython to 3.1.1 (#39636). This addresses several issues:
    • #39588 Using inconsistent Cython version in released platform-specific wheels within the same grpcio release.
    • cython/cython#6878 Several published grpcio wheels were built with Cython 3.1.0 and are affected by Cython memory leak issue when using AsyncIO APIs (grpc.aio.*).

Release v1.73.1

25 Jun 18:56
6eae42b
Compare
Choose a tag to compare

This is release 1.73.1 (gradient) 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.

Python

Release v1.73.0

07 Jun 19:07
95dd243
Compare
Choose a tag to compare

This is release 1.73.0 (gradient) 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

As of this version, gRPC on MacOS & iOS will utilize Abseil's synchronization features, aligning it with other platforms. Should you encounter any issues due to this update, you can disable it by enabling GPR_DISABLE_ABSEIL_SYNC. If you do this, please report any problems by filing a bug at https://github.com/grpc/grpc.

  • [Dep] Update Protobuf to v31.0. (#39392)
  • [Core] Added GPR_DISABLE_ABSEIL_SYNC. (#39562)
  • [xds_override_host] pass through per-endpoint args when creating subchannels. (#39532)
  • Expose GRPC_OPENSSL_CLEANUP_TIMEOUT to control shutdown grace period. (#39297)
  • [URI] fix parsing of user_info in proxy settings. (#39004)
  • [EventEngine] Fix busy loop in thread pool when shutting down. (#39258)
  • [Dep] Added a flag to build with openssl instead of boringssl. (#39188)
  • [EventEngine] Cleanup: EventEngine client, listener, and dns experiments are on by default on all platforms. (#39079)

C++

  • [OpenCensus] Mark OpenCensus and dependent APIs as deprecated. (#39554)

Python

  • [Python] Pin Cython to 3.1.1. (#39609)
  • [Python] grpc_tools: make PythonGrpcGenerator handle dot . in proto paths the same way as native Generator/PyiGenerator. (#39586)

Ruby

  • [Ruby] add remove_unused_artifacts to opt build. (#39593)

Release v1.73.0-pre2

31 May 05:58
9f9728c
Compare
Choose a tag to compare
Release v1.73.0-pre2 Pre-release
Pre-release

This is a prerelease of gRPC Core 1.73.0 (gradient).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This prerelease contains refinements, improvements, and bug fixes.

Release v1.72.1

02 Jun 09:02
1ca7b98
Compare
Choose a tag to compare

This is release gRPC Core 1.72.1 (gusto).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

C++

  • [Backport of #39266 to v1.71.x] Protect grpc generated sources from unwanted system macros (#39484).

Python

  • [Backport of #39609 to v1.71.x] Pin Cython to 3.1.1 (#39632). This addresses several issues:
    • #39588 Using inconsistent Cython version in released platform-specific wheels within the same grpcio release.
    • cython/cython#6878 Several published grpcio wheels were built with Cython 3.1.0 and are affected by Cython memory leak issue when using AsyncIO APIs (grpc.aio.*).
  • [Backport of #39418 to v1.71.x] Fix Python 3.12 MacOS universal release artifact (#39504).

Release v1.73.0-pre1

24 May 03:34
5d0f2c8
Compare
Choose a tag to compare
Release v1.73.0-pre1 Pre-release
Pre-release

This is a prerelease of gRPC Core 1.73.0 (gradient).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This prerelease contains refinements, improvements, and bug fixes.

Release v1.70.2

05 May 16:59
c5805f4
Compare
Choose a tag to compare

This is release gRPC Core 1.70.2 (genius).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

  • [[EventEngine] Fix busy loop in thread pool when shutting down (#39258)

Release v1.71.1

23 Apr 18:12
2631bcf
Compare
Choose a tag to compare

This is release gRPC Core 1.71.1 (gears).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

  • [RLS] fix use-after-free from accessing config after LB policy shutdown (#39303)
  • [EventEngine] Fix busy loop in thread pool when shutting down (#39258)

Release v1.72.0

23 Apr 15:43
6c47208
Compare
Choose a tag to compare

This is release gRPC Core 1.72.0 (gusto).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

0