Recent Releases of https://github.com/grpc/grpc
https://github.com/grpc/grpc - Release v1.78.0-pre1
This is a prerelease of gRPC Core 1.78.0 (gutsy).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by sergiitk 2 months ago
https://github.com/grpc/grpc - Release v1.76.0
This is release 1.76.0 (genuine) 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
- Prioritize system CA over bundled CA. (#40583)
- [event_engine] Introduce a event_engine_poller_for_python experiment. (#40243)
- [metrics] add grpc.lb.backend_service label. (#40486)
C#
- [csharp tools] #39374 Grpc.Tools can't process file Suffix name with Upper character. (#40072)
Python
- [Python] gRPC AsyncIO: Improve CompletionQueue polling performance. (#39993)
- C++
Published by sergiitk 4 months ago
https://github.com/grpc/grpc - Release v1.76.0-pre1
This is a prerelease of gRPC Core 1.76.0 (genuine).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by sergiitk 5 months ago
https://github.com/grpc/grpc - Release v1.75.1
This is release gRPC Core 1.75.1 (gemini).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
What's Changed
Python
-
Add Python 3.14 supported wheels (#40403)
-
Handle python 3.14 get_event_loop behavior changes. (#40750)
- Fixes #39507 by handling the call to deprecated
asyncio.get_event_loop_policy()when callingnew_event_loop(). This was necessary because all warnings were elevated to errors within the context manager, and the newly deprecated policy caused an unhandled exception. - Handles the
BaseDefaultEventLoopPolicy.get_event_loop()behavior change. Before python 3.14, it would only throwRuntimeErrorwhen there's no loop in non-main threads. After python 3.14, it removes the special handling of the main thread. This PR preserves preserves the pre-3.14 grpc.aio behavior for 3.14.
- Fixes #39507 by handling the call to deprecated
-
Asyncio: skip grpc/aio shutdown if py interpreter is finalizing. (#40447)
Full Changelog: https://github.com/grpc/grpc/compare/v1.75.0...v1.75.1
- C++
Published by sreenithi 5 months ago
https://github.com/grpc/grpc - Release v1.75.0
This is release 1.75.0 (gemini) 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
- [Security] Cherry Pick Spiffe Verification. (#40515)
- [Python][Typeguard] Part 3 - Add Typeguard to AIO stack in tests. (#40217)
- [c-ares] update version to 1.34.5. (#39508)
- [pick_first] fix bug that caused us to stop attempting to connect. (#40162)
C++
- [OTel C++] Implement retry metrics. (#39195)
Objective-C
- Fix data race by adding custom getter for
stateproperty with @synchronized locking. (#40146)
Python
- gRPC Python (grpcio) now depends on
typing-extensions~=4.13. (#40137) - Update musllinux wheels from musllinux_1_1 to musllinux_1_2. (#40317)
- Dropping musllinux_1_1 because it reached EOL in November 2024
- Reference on musllinux platform tags: https://peps.python.org/pep-0656
- [Python][Typeguard] Part 2 - Add Typeguard to AIO stack in tests . (#40215, #40217)
- Fixes type hints for
grpc.aio._utils,grpc.aio._call,grpc.aio._interceptorandgrpc.aio._utils
Fixing the error in public API - ClientCallDetails where method was str but actually it should be bytes. Done because the code flow actually sends bytes instead of str see - https://github.com/grpc/grpc/blob/master/src/python/grpcio/grpc/aio/_interceptor.py#L655
- Fixes type hints for
- [Python] Fixes issue 40325 - grpcio fails to install on all non-Mac Apple devices internal builds. (#40347)
Ruby
- Ruby: Mark credential object in channel. (#40394)
- [Ruby] Add rubygems support for linux-gnu and linux-musl platforms. (#39549)
- C++
Published by apolcyn 6 months ago
https://github.com/grpc/grpc - Release v1.75.0-pre1
This is a prerelease of gRPC Core 1.75.0 (gemini).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by apolcyn 6 months ago
https://github.com/grpc/grpc - Release v1.74.1
This is release gRPC Core 1.74.1 (gee).
This is a patch release for grpc-ruby.
Ruby
- [Backport of #40394 to v1.74.x] Mark credential object in channel to fix https://github.com/grpc/grpc/issues/40368
- C++
Published by apolcyn 7 months ago
https://github.com/grpc/grpc - Release v1.74.0
This is release 1.74.0 (gee) 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
- [OTel C++, Posix EE] Plumb TCP write timestamps and metrics to OTel tracers. (#39946)
- [EventEngine] Fix Python reconnect issues: use iomgr backup poller when EE is disabled. (#39894)
- [Python] Upgrade Pytype (Part - 1). (#39816)
- [Python] Upgrade black. (#39774)
- [event_engine] Implement fork support in Posix Event Engine. (#38980)
- [http2] Fix GRPC_ARG_HTTP2_STREAM_LOOKAHEAD_BYTES for when BDP is disabled. (#39585)
Objective-C
- [dep] Upgrade Protobuf Version 31.1. (#39916)
PHP
- [PHP] Fully qualify stdClass with global namespace. (#39996)
- [php] Fix PHPDoc so that UnaryCall defines the proper return type. (#37563)
- fix typing of nullable parameters. (#39199)
Python
- Fix gRPC Python docs website layout - use spaces optimally. (#40073)
Ruby
- [Ruby] Add rubygems support for linux-gnu and linux-musl platforms . (#40174)
- [ruby] enable EE fork support. (#39786)
- [ruby] Return nil for c functions expected to return a VALUE. (#39214)
- [ruby] remove connectivity state watch thread, fix cancellations from spurious signals. (#39409)
- [ruby] Drop Ruby 3.0 support. (#39607)
- C++
Published by veblush 7 months ago
https://github.com/grpc/grpc - Release v1.74.0-pre2
This is a prerelease of gRPC Core 1.74.0 (gee).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by veblush 8 months ago
https://github.com/grpc/grpc - Release v1.74.0-pre1
This is a prerelease of gRPC Core 1.74.0 (gee).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by veblush 8 months ago
https://github.com/grpc/grpc - Release v1.71.2
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.*).
- C++
Published by sergiitk 8 months ago
https://github.com/grpc/grpc - Release v1.72.2
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
- [Backport of #39894 to v1.72.x] Fix the issue with gRPC Python Client not reconnecting in certain situations: #38290, #39113, #39631. (#39949)
- C++
Published by sergiitk 8 months ago
https://github.com/grpc/grpc - Release v1.73.1
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
- [Backport of #39894 to v1.73.x] Fix the issue with gRPC Python Client not reconnecting in certain situations: #38290, #39113, #39631 (#39950).
- C++
Published by sergiitk 8 months ago
https://github.com/grpc/grpc - Release v1.73.0
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
opensslinstead ofboringssl. (#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)
- C++
Published by yashykt 9 months ago
https://github.com/grpc/grpc - Release v1.72.1
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.
Python
- Pin Cython to 3.1.1 #39609
- This solves several issues:
- #39588: Selecting unstable Cython releases when building gRPC Python artifacts.
- 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.*).
- This solves several issues:
- Fix Python 3.12 MacOS universal release artifact #39418
- C++
Published by sreenithi 9 months ago
https://github.com/grpc/grpc - Release v1.73.0-pre2
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.
- C++
Published by yashykt 9 months ago
https://github.com/grpc/grpc - Release v1.73.0-pre1
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.
- C++
Published by yashykt 9 months ago
https://github.com/grpc/grpc - Release v1.70.2
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)
- C++
Published by drfloob 10 months ago
https://github.com/grpc/grpc - Release v1.71.1
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 (https://github.com/grpc/grpc/pull/39303)
- [EventEngine] Fix busy loop in thread pool when shutting down (https://github.com/grpc/grpc/pull/39258)
- C++
Published by eugeneo 10 months ago
https://github.com/grpc/grpc - Release v1.72.0
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.
- C++
Published by XuanWang-Amos 10 months ago
https://github.com/grpc/grpc - Release v1.72.0-pre1
This is a prerelease of gRPC Core 1.72.0 (gusto).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by XuanWang-Amos 11 months ago
https://github.com/grpc/grpc - Release v1.71.0
This is release gRPC Core 1.71.0 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Core
- [CallAttemptTracer] Fix call attempt tracer lifetimes for retries (#38729). (#38796)
- [pick_first] fix bug that caused us to stop triggering connection attempts. (#38714)
- [CodeGen][CPP] Added support for service "deprecated" option. (#38493)
- [EventEngine] Add SetDefaultEventEngine API (and friends). (#38316)
C++
- [build] Restrict grpc++_public_hdrs target to internal visibility. (#38646)
- [Doc] Added C++17 cmake option. (#38432)
Python
Ruby
- [ruby] Build/test ruby 3.4 and build native gems with Ruby 3.4 support. (#38338)
- C++
Published by eugeneo 12 months ago
https://github.com/grpc/grpc - Release v1.71.0-pre3
This is a prerelease of gRPC Core 1.71.0 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by veblush about 1 year ago
https://github.com/grpc/grpc - Release v1.71.0-pre2
This is a prerelease of gRPC Core 1.71.0 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by eugeneo about 1 year ago
https://github.com/grpc/grpc - Release v1.70.1
This is release 1.70.1 (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
- [Backport-v1.70.x] Added ws2_32 to address_sorting (https://github.com/grpc/grpc/pull/38657)
Ruby
- Add ruby 3.4 support to pre-compiled native gems (https://github.com/grpc/grpc/pull/38615)
- C++
Published by apolcyn about 1 year ago
https://github.com/grpc/grpc - Release v1.70.0
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.
- C++
Published by stanley-cheung about 1 year ago
https://github.com/grpc/grpc - Release v1.70.0-pre1
This is a prerelease of gRPC Core 1.70.0 (genius).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by stanley-cheung about 1 year ago
https://github.com/grpc/grpc - Release v1.69.0
This is release 1.69.0 (gridiron) 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
- [Alarm] Fix Alarm reuse on cancellation. (#38114)
- [xDS RBAC] Support string_match in HeaderMatcher. (#38185)
- [pick_first] fix shutdown bug in new PF impl. (#38144)
- [c-ares] Fix inverted length check in GrpcPolledFdWindows. (#38101)
- [RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload. (#38069)
- [EventEngine] Add stronger wording on Endpoint::Read contract. (#38036)
- [chttp2] Fix channelz address. (#38022)
- [XdsClient] Add missing authority to XdsClient metrics scope. (#38009)
- [EventEngine] API contract: Endpoint::Read will provide either an error or data, but never both. (#38019)
- [Build] Dropped Bazel 6.x support. (#37979)
Python
- [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. (#37997)
- C++
Published by markdroth about 1 year ago
https://github.com/grpc/grpc - Release v1.69.0-pre1
This is a prerelease of gRPC Core 1.69.0 (gridiron).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by markdroth about 1 year ago
https://github.com/grpc/grpc - Release v1.68.2
This is release gRPC Core 1.68.2 (groovy).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
C++
- [CI] Added a gRPC_BUILD_TESTS guard to third_party protos (https://github.com/grpc/grpc/pull/38182)
- C++
Published by veblush about 1 year ago
https://github.com/grpc/grpc - Release v1.68.1
This is release 1.68.1 (groovy) 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
- [xDS RBAC] Support string_match in HeaderMatcher (#38185). (#38198)
- C++
Published by yashykt over 1 year ago
https://github.com/grpc/grpc - Release v1.68.0
This is release 1.68.0 (groovy) 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
- [XdsClient][Backport] Add missing authority to XdsClient metrics scope (#38009). (#38023)
- [Release] Bump core version in preparation for 1.68 Branch Cut. (#37941)
- [ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs. (#37939)
- [ruby] reduce INFO log for server CQ pluck registration to DEBUG. (#37633)
- [EventEngine] Enable the PosixEventEngine client experiment. (#35985)
- [chttp2_server] Fix race between connection starting and it being orphaned. (#37683)
- [Chttp2Server] Fix race between connection manager updates and handshake. (#37772)
- [xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources. (#37678)
C++
- [Build] Minimum version of MSVC is now 2022. (#37687)
- [Build] Bumped the minimum version of cmake. (#37702)
Python
- Add templating and support for Python 3.13. (#37643)
- C++
Published by gnossen over 1 year ago
https://github.com/grpc/grpc - Release v1.68.0-pre1
This is a prerelease of gRPC Core 1.68.0 (groovy).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by gnossen over 1 year ago
https://github.com/grpc/grpc - Release v1.67.1
This is release gRPC Core 1.67.1 (gesundheit). This is a Python-only patch release.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- C++
Published by sreenithi over 1 year ago
https://github.com/grpc/grpc - Release v1.67.0
This is release 1.67.0 (gesundheit) 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
- [ruby] reduce an INFO log to DEBUG (backport https://github.com/grpc/grpc/pull/37633). (#37686)
- [release] Bump core version to 44.0.0. (#37661)
- [RlsLB] Fix Deadlock. (#37459)
- [Python Otel] Manage call tracer life cycle use call arena. (#37460)
C++
- [OTel C++] Fix race when adding and removing callbacks. (#37485)
Python
- [Backport to 1.67.x] Add templating and support for Python 3.13 (#37643). (#37803)
- Add templating and support for Python 3.13. (#37643)
- [Python Distrib] Change warning to RuntimeError for version incompatibility. (#37466)
- [reflection]: python: reflection returns
original_request. (#36944)
Ruby
- [ruby] drop ruby 2.7 support. (#37430)
- [ruby] reduce ruby gpr_log invocations from INFO to DEBUG. (#37426)
- [ruby] refactor flaky test and expose cancel_with_status. (#37410)
- C++
Published by apolcyn over 1 year ago
https://github.com/grpc/grpc - Release v1.66.2
This is release gRPC Core 1.66.2 (gladiator).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
What's Changed
Python
- Added support for Python 3.13 and templating system for supported Python versions (#37643)
Full Changelog: https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2
- C++
Published by sreenithi over 1 year ago
https://github.com/grpc/grpc - Release v1.67.0-pre1
This is a prerelease of gRPC Core 1.67.0 (gesundheit).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by apolcyn over 1 year ago
https://github.com/grpc/grpc - Release v1.66.1
This is release gRPC Core 1.66.1 (gladiator).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Core
- Enable EDS dualstack support by default (https://github.com/grpc/grpc/pull/37545)
- C++
Published by drfloob over 1 year ago
https://github.com/grpc/grpc - Release v1.66.0
This is release 1.66.0 (gladiator) 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
- [Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport). (#37479)
- [BoringSSL] Update third_party/boringssl-with-bazel. (#37223)
- [Dep] Upgrading Protobuf to v27.2. (#36753)
- [Gpr_To_Absl_Logging] Fixing bugs . (#36961)
- [chttp2] don't access endpoint in transport ops if it's already been destroyed. (#36921)
C++
- [OTel C++] Fix race when adding and removing callbacks (#37485). (#37508)
- [RlsLB] Fix Deadlock (#37459). (#37502)
Python
- [Python Distrib] Change warning to RuntimeError for version incompatibility (v1.66.x backport). (#37477)
- Fix issues/36613. (#37022)
- [fix] updated invocation_metadata return type hint. (#36894)
- [Release] Add warning about PyPi latest version not necessarily matching Github latest version. (#36965)
Ruby
- [ruby] Update google-protobuf dep to allow 3.x and 4.x versions. (#36982)
- [ruby] improve the way completion queue pluck operations handle signals and process shutdown. (#36903)
- C++
Published by drfloob over 1 year ago
https://github.com/grpc/grpc - Release v1.65.5
This is release gRPC Core 1.65.5 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- [OTel C++] Fix race when adding and removing callbacks (#37509)
- [RlsLB] Fix Deadlock (#37503)
- [Python Otel] Manage call tracer life cycle use call arena. (v1.65.x backport) (#37478)
- C++
Published by XuanWang-Amos over 1 year ago
https://github.com/grpc/grpc - Release v1.66.0-pre5
This is a prerelease of gRPC Core 1.66.0 (gladiator).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by drfloob over 1 year ago
https://github.com/grpc/grpc - Release v1.66.0-pre4
This is a prerelease of gRPC Core 1.66.0 (gladiator).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by drfloob over 1 year ago
https://github.com/grpc/grpc - Release v1.66.0-pre3
This is a prerelease of gRPC Core 1.66.0 (gladiator).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by drfloob over 1 year ago
https://github.com/grpc/grpc - Release v1.66.0-pre2
This is a prerelease of gRPC Core 1.66.0 (gladiator).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by drfloob over 1 year ago
https://github.com/grpc/grpc - Release v1.64.3
This is release gRPC Core 1.64.3 (grateful).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- https://github.com/grpc/grpc/pull/37359 Fix a bug in hpack error handling
- C++
Published by veblush over 1 year ago
https://github.com/grpc/grpc - Release v1.63.2
This is release gRPC Core 1.63.2 (giggle).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- https://github.com/grpc/grpc/pull/37359 Fix a bug in hpack error handling
- C++
Published by veblush over 1 year ago
https://github.com/grpc/grpc - Release v1.62.3
This is release gRPC Core 1.62.3 (guardian).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- https://github.com/grpc/grpc/pull/37359 Fix a bug in hpack error handling
- C++
Published by veblush over 1 year ago
https://github.com/grpc/grpc - Release v1.61.3
This is release gRPC Core 1.61.3 (grand).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- https://github.com/grpc/grpc/pull/37359 Fix a bug in hpack error handling
- C++
Published by veblush over 1 year ago
https://github.com/grpc/grpc - Release v1.60.2
This is release gRPC Core 1.60.2 (gjallarhorn).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- https://github.com/grpc/grpc/pull/37359 Fix a bug in hpack error handling
- C++
Published by veblush over 1 year ago
https://github.com/grpc/grpc - Release v1.59.5
This is release gRPC Core 1.59.5 (generative).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- https://github.com/grpc/grpc/pull/37359 Fix a bug in hpack error handling
- C++
Published by veblush over 1 year ago
https://github.com/grpc/grpc - Release v1.58.3
This is release gRPC Core 1.58.3 (goku).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- https://github.com/grpc/grpc/pull/37359 Fix a bug in hpack error handling
- C++
Published by veblush over 1 year ago
https://github.com/grpc/grpc - Release v1.65.4
This is release gRPC Core 1.65.4 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- https://github.com/grpc/grpc/pull/37359 Fix a bug in hpack error handling
- C++
Published by veblush over 1 year ago
https://github.com/grpc/grpc - Release v1.65.3
This is release gRPC Core 1.65.3 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- C++
Published by XuanWang-Amos over 1 year ago
https://github.com/grpc/grpc - Release v1.66.0-pre1
This is a prerelease of gRPC Core 1.66.0 (gladiator).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by drfloob over 1 year ago
https://github.com/grpc/grpc - Release v1.65.2
This is release gRPC Core 1.65.2 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- C++
Published by XuanWang-Amos over 1 year ago
https://github.com/grpc/grpc - Release v1.65.1
This is release gRPC Core 1.65.1 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- C++
Published by XuanWang-Amos over 1 year ago
https://github.com/grpc/grpc - Release v1.65.0
This is release gRPC Core 1.65.0 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
This is release 1.65.0 (gnarly) 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
- [OTPlugin] Per-channel OpenTelemetry plugin. (#36729)
- [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#36844)
- [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#36798)
- [build] Support clang-cl for Windows builds (best effort). (#36831)
- [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#36761)
- [BoringSSL] Update third_party/boringssl-with-bazel. (#36716)
- [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. (#36374)
- [xDS] fix "tls" channel cred in bootstrap to actually work. (#36726)
- [StatsPlugin] Fix use-after-free issue. (#36664)
- [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#36286)
C++
- [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#36686)
- [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#36674)
- [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#36567)
- [security] Add notices for functions we will be removing. (#36488)
Objective-C
- Replace bind() targets with alias() ones. (#35272)
Python
- [Python O11y] Implement CSM observability for Python. (#36557)
- [Python AIO] Return EOF from UnaryStreamCall.read() as documented. (#36660)
- [Python Otel] Deprecate target_attribute_filter. (#36697)
- [Python Server] Remove abstractmethod notation for add_registered_method_handlers. (#36684)
Ruby
- [ruby] backport "Update google-protobuf dep to allow 3.x and 4.x versions (#36982)" to 1.65.x. (#37001)
- [ruby] backport "[ruby] improve the way completion queue pluck operations handle signals and process shutdown #36903". (#36916)
- C++
Published by XuanWang-Amos over 1 year ago
https://github.com/grpc/grpc - Release v1.65.0-pre2
This is a prerelease of gRPC Core 1.65.0 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by XuanWang-Amos over 1 year ago
https://github.com/grpc/grpc - Release v1.65.0-pre1
This is a prerelease of gRPC Core 1.65.0 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by XuanWang-Amos over 1 year ago
https://github.com/grpc/grpc - Release v1.64.2
This is release 1.64.2 (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
- C++
Published by yashykt over 1 year ago
https://github.com/grpc/grpc - Release v1.64.1
This is release 1.64.1 (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
- [StatsPlugin] Fix use-after-free issue (#36664). (#36670)
C++
- [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686). (#36722)
- [OTel] Add find_package call for OTel dependency in installed gRPC configuration (#36674). (#36688)
Python
- [Python Server] Remove abstractmethod notation for add_registered_method_handlers (v1.64.x backport). (#36696)
- C++
Published by yashykt almost 2 years ago
https://github.com/grpc/grpc - Release v1.63.1
This is release 1.63.1 (giggle) of gRPC Core.
This is a C++-only patch.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
- [StatsPlugin] Fix use-after-free issue (#36664). (#36669)
C++
- [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686). (#36721)
- [OTel] Add find_package call for OTel dependency in installed gRPC configuration (#36674). (#36687)
- C++
Published by yashykt almost 2 years ago
https://github.com/grpc/grpc - Release v1.64.0
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)
- C++
Published by yashykt almost 2 years ago
https://github.com/grpc/grpc - Release v1.64.0-pre2
This is a prerelease of gRPC Core 1.64.0 (grateful).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by yashykt almost 2 years ago
https://github.com/grpc/grpc - Release v1.64.0-pre1
This is a prerelease of gRPC Core 1.64.0 (grateful).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by yashykt almost 2 years ago
https://github.com/grpc/grpc - Release v1.63.0
This is release 1.63.0 (giggle) 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
- [Deps] Backport: Protobuf upgrade to v26.1. (#36353)
- [OTel C++] Add experimental optional locality label available to client per-attempt metrics. (#36254)
- [surface] Add an API to inject connected endpoints into servers. (#35957)
- [CMake] Add gRPC_USE_SYSTEMD option. (#34384)
- [OTel C++] Add API to set channel scope filter. (#36189)
- [Deps] Upgraded protobuf to v26.1. (#35796)
- [channel] canonify target and set channel arg in only one place. (#36134)
- [grpc][Gpr_To_Absl_Logging] Using absl from within gpr logging. (#36108)
- [BoringSSL] Update third_party/boringssl-with-bazel. (#36089)
- [EventEngine] Document RunAfter can return an invalid handle for immediate execution. (#36072)
- [EventEngine] Enable the EventEngine DNS Resolver on Posix. (#35573)
- [EventEngine] Support AF_UNIX for windows. (#34801)
C++
- [OTel C++] Add APIs to enable/disable metrics. (#36183)
- [EventEngine] Refactor ServerCallbackCall to use EventEngine::Run. (#36126)
- [OTel C++] Add CMake build support. (#36063)
- gRPC C++ upgraded Protobuf to v26.1. (#36323)
C#
- [csharp] Fix csharp doc comments. (#36000)
- C#: Grpc.Tools: Handle regex timeout when parsing protoc output. (#36185)
PHP
- Update min PHP testing version from PHP 7.4 to 8.1. (#35964)
Python
- [Python Version] Drop support for Python 3.7. (#34450)
- [Python Aio] Change aio Metadata inheritance. (#36214)
- [Documentation] fix asyncio Server and Channel stop() method documentation. (#35946)
- [Python O11y] Change public interface. (#36094)
- [Python Stub] Add version check to stubs generated by grpcio_tools. (#35906)
- [AbortError] Reapply "[AbortError] And and check AbortError while abort". (#34525)
- [Build Reproducibility] Sort input file list. (#35687)
- [Python O11Y] Reapply registered method change. (#35850)
- [Python Modernization] Deprecate pkg_resources. (#35849)
- [Python Bazel] Allow overwriting grpc_library in python_rules.bzl. (#35629)
Ruby
- ruby: register grpc_rb_sStatus as a global variable. (#36125)
- C++
Published by yijiem almost 2 years ago
https://github.com/grpc/grpc - Release v1.63.0-pre2
This is a prerelease of gRPC Core 1.63.0 (giggle).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by yijiem almost 2 years ago
https://github.com/grpc/grpc - Release v1.62.2
This is release gRPC Core 1.62.2 (guardian).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Python
- [Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil by @XuanWang-Amos in https://github.com/grpc/grpc/pull/36376
Full Changelog: https://github.com/grpc/grpc/compare/v1.62.1...v1.62.2
- C++
Published by XuanWang-Amos almost 2 years ago
https://github.com/grpc/grpc - Release v1.63.0-pre1
This is a prerelease of gRPC Core 1.63.0 (giggle).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by yijiem almost 2 years ago
https://github.com/grpc/grpc - Release v1.61.2
This is release gRPC Core 1.61.2 (grand).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- C++
Published by stanley-cheung almost 2 years ago
https://github.com/grpc/grpc - Release v1.62.1
This is release gRPC Core 1.62.1 (guardian).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- C++
Published by eugeneo almost 2 years ago
https://github.com/grpc/grpc - Release v1.62.0
This is release 1.62.0 (guardian) 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
- [metadata] Allow non application/grpc content-type values. (#35824)
- [BoringSSL] Update third_party/boringssl-with-bazel. (#35768)
- [GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. (#35602)
Python
- [Build] Strip armv7 artifacts. (#35832)
- [Python AIO] Handle DeprecationWarnings when get current loop. (#35583)
- [Python AIO] Raise resource_exhausted error in case of concurrent RPC limit exceeded. (#35376)
- [Python O11y] Build and distrib O11y package. (#35578)
- [Python setuptools] Import error from distutils for lower version of setuptools. (#35561)
- [ruby] Fix use-after-free for post-fork channel recreation. (#35488)
Ruby
- [ruby] Build/test ruby 3.3 and build native gems with Ruby 3.3 support. (#35399)
- C++
Published by eugeneo about 2 years ago
https://github.com/grpc/grpc - Release v1.62.0-pre1
This is a prerelease of gRPC Core 1.62.0 (guardian).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by yashykt about 2 years ago
https://github.com/grpc/grpc - Release v1.61.1
This is release gRPC Core 1.61.1 (grand).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Core
- [Deps] Fix the issue with new Abseil #35883
- C++
Published by veblush about 2 years ago
https://github.com/grpc/grpc - Release v1.59.4
This is release gRPC Core 1.59.4 (generative).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- [Core] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)
- C++
Published by veblush about 2 years ago
https://github.com/grpc/grpc - Release v1.56.4
This is release gRPC Core 1.56.4 (galvanized).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- [Core] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)
- C++
Published by veblush about 2 years ago
https://github.com/grpc/grpc - Release v1.49.4
This is release gRPC Core 1.49.4 (gamma).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
- [Core] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)
- C++
Published by veblush about 2 years ago
https://github.com/grpc/grpc - Release v1.60.1
This is release gRPC Core 1.60.1 (gjallarhorn).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Python
- [Python Misc] Revert change to print backtrace in server. (#35462)
- C++
Published by XuanWang-Amos about 2 years ago
https://github.com/grpc/grpc - Release v1.61.0
This is release 1.61.0 (grand) 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
- [xDS] fix aggregate cluster design. (#35313)
- [SSA] change xds_override_host policy to manage subchannels based on last-used time rather than EDS health state. (#35397)
- [xDS] read connection idle timeout from CDS resource. (#35395)
- [xDS] move CDS and EDS watchers into xds resolver. (#35011)
- [alpn] Remove grpc-exp experimental ALPN protocol. (#34876)
- Updated zlib to 1.3. (#35147)
- [EventEngine] Clarify API: callback cancellation and thread safety. (#35009)
C++
- [OTel] De-experimentalize API. (#35509)
- [OTel] Experimental API for metrics. (#35348)
- [OTel] Update OTel Bazel dep to v1.13.0. (#35352)
- [example] C++ Debugging. (#35222)
- [otel] Update OTel to head. (#35151)
Python
- [Python O11Y] Add _registered_method to init.py. (#35482)
- [Python Otel] Re-apply Otel. (#35439)
- [python O11Y] Implement OpenTelemetry. (#35292)
Ruby
- [ruby] backport "Build/test ruby 3.3 and build native gems with Ruby 3.3 support (#35399)". (#35614)
- C++
Published by stanley-cheung about 2 years ago
https://github.com/grpc/grpc - Release v1.61.0-pre3
This is a prerelease of gRPC Core 1.61.0 (grand).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by stanley-cheung about 2 years ago
https://github.com/grpc/grpc - Release v1.61.0-pre2
This is a prerelease of gRPC Core 1.61.0 (grand).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by stanley-cheung about 2 years ago
https://github.com/grpc/grpc - Release v1.61.0-pre1
This is a prerelease of gRPC Core 1.61.0 (grand).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by stanley-cheung about 2 years ago
https://github.com/grpc/grpc - Release v1.60.0
This is release 1.60.0 (gjallarhorn) 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
- Implemented dualstack IPv4 and IPv6 backend support, as per draft gRFC A61. xDS support currently guarded by
GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTSenv var. - Dropped Bazel 5 support. (#34813)
- [deps] Upgrade protobuf version to v25.0. (#34513)
- [Security - Revocation] Crl Directory Watcher Implementation. (#34749)
- [server] Cap size of pending request queue with RealRequestMatcher. (#34782)
- [chttp2] Fix outgoing data stats. (#34693)
- [EventEngine] Enable Posix EventEngine Listener on all builds. (#34748)
- [EventEngine] Enable Windows EventEngine Listener on all builds. (#34436)
- [chttp2] Alternative protection for too many streams in the system. (#34697)
- [Proxy] Support for setting proxy for addresses. (#34617)
- [client idleness] client channels go idle after 30 minutes by default. (#34653)
- [chttp2] Add an experiment to separate liveness checks from ping timeouts. (#34647)
- [chttp2] Tarpit invalid requests. (#34641)
- [chttp2] Enforce settings acks. (#34640)
- [chttp2] Limit work per read cycle. (#34639)
- [chttp2] Limit request count before receiving settings ack. (#34638)
- [chttp2] Randomly ping on RST_STREAM. (#34637)
C++
- [xds] C++ XdsServerBuilder Remove src/... header dependency from public header. (#34790)
- [reflection] Add v1 reflection. (#34535)
C#
- [csharp] Grpc.Tools documentation for sharing proto files between projects and nuget packages. (#34521)
Ruby
- [ruby] create debug symbol packages. (#34632)
- C++
Published by markdroth over 2 years ago
https://github.com/grpc/grpc - Release v1.59.3
This is release gRPC Core 1.59.3 (generative).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Core
- [Security - Revocation] Crl backport to 1.59. (#34926)
- C++
Published by gnossen over 2 years ago
https://github.com/grpc/grpc - Release v1.60.0-pre1
This is a prerelease of gRPC Core 1.60.0 (gjallarhorn).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by markdroth over 2 years ago
https://github.com/grpc/grpc - Release v1.58.2
This is release 1.58.2 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++
- Fix MakeCordFromSlice memory bug #34553
- C++
Published by veblush over 2 years ago
https://github.com/grpc/grpc - Release v1.57.1
This is release 1.57.1 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++
- Fix MakeCordFromSlice memory bug #34557
- C++
Published by veblush over 2 years ago
https://github.com/grpc/grpc - Release v1.56.3
This is release 1.56.3 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++
- Fix MakeCordFromSlice memory bug #34558
- C++
Published by veblush over 2 years ago
https://github.com/grpc/grpc - Release v1.55.4
This is release 1.55.4 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++
- Fix MakeCordFromSlice memory bug https://github.com/grpc/grpc/pull/34559
- C++
Published by veblush over 2 years ago
https://github.com/grpc/grpc - Release v1.59.2
This is release 1.59.2 (generative) 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
- [chttp2] Rollup of fixes for CVE-2023-44487. (#34763)
- C++
Published by gnossen over 2 years ago
https://github.com/grpc/grpc - Release v1.59.1
This is release 1.59.1 (generative) 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++
- Fix MakeCordFromSlice memory bug #34552
- C++
Published by veblush over 2 years ago
https://github.com/grpc/grpc - Release v1.59.0
This is release 1.59.0 (generative) 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
- [Release] Bump core version 202309251628. (#34476)
- [xds ssa] Remove environment variable protection for stateful affinity. (#34435)
- [windows DNS] Simplify c-ares Windows code. (#33965)
- [c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer. (#34185)
- [Deps] Adding upb as a submodule. (#34199)
- [EventEngine] Update Cancel contract on closure deletion timeline. (#34167)
C#
- [csharp codegen] Handle empty base_namespace option value to fix #34113. (#34137)
Python
Ruby
- [ruby] Fix linking errors on x86-darwin. (#34134)
- [Ruby] replace strdup with gpr_strdup. (#34177)
- [ruby] drop ruby 2.6 support. (#34198)
- C++
Published by gnossen over 2 years ago
https://github.com/grpc/grpc - Release v1.59.0-pre2
This is a prerelease of gRPC Core 1.59.0 (generative).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by gnossen over 2 years ago
https://github.com/grpc/grpc - Release v1.59.0-pre1
This is a prerelease of gRPC Core 1.59.0 (generative).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by gnossen over 2 years ago
https://github.com/grpc/grpc - Release v1.58.1
This is release 1.58.1 (goku) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release is primarily for gRPC C++ to support c-ares 1.14.
Core / C++
- Reintroduced c-ares 1.14 or later support #34314
- C++
Published by veblush over 2 years ago
https://github.com/grpc/grpc - Release v1.58.0
This is release 1.58.0 (goku) 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
- gRPC 1.58 starts to require c-ares 1.18 or later.
- [Deps] Update boringssl 202308211007. (#34115)
- [pick_first] de-experiment pick first. (#34054)
- [build metadata] Bazel to "other build systems" improvements. (#33803)
- [Deps] Update abseil to 20230802. (#33974)
- [c-ares DNS resolver] Fix file descriptor use-after-close bug when c-ares writes succeed but subsequent read fails. (#33871)
C++
- [docs] Document Alarm thread-safety guarantees. (#34092)
- Added OpenSSL 3.0 (LTS) support via custom CMake builds (the default is still BoringSSL)
Python
- [Bazel] Enable grpcio-reflection to be used via Bazel. (#31013)
- [packaging] Publish xds-protos as part of the standard package pipeline. (#33797)
Ruby
- [ruby] update google auth to ~> 1.0. (#34013)
- [Ruby] set metadata_sent after call success. (#33998)
- [ruby] remove unnecessary background thread startup wait logic that interferes with forking. (#33805)
- C++
Published by veblush over 2 years ago
https://github.com/grpc/grpc - Release v1.58.0-pre1
This is a prerelease of gRPC Core 1.58.0 (goku).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
- C++
Published by veblush over 2 years ago
https://github.com/grpc/grpc - Release v1.57.0
This is release 1.57.0 (grounded) 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
- [EventEngine] Change
GetDNSResolverto returnabsl::StatusOr<std::unique_ptr<DNSResolver>>. (#33744) - [deps] Remove libuv dependency. (#33748)
- [ssl] Fix SSL stack to handle large handshake messages whose length exceeds the BIO buffer size. (#33638)
- [BoringSSL] Update third_party/boringssl-with-bazel. (#33690)
- [iomgr][EventEngine] Improve server handling of file descriptor exhaustion. (#33656)
- [ruby] experimental client side fork support. (#33430)
- [core] Add a channel argument to set DSCP on streams. (#28322)
- [xDS LB] xDS pick first support. (#33540)
- [tls] Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. (#33558)
- [EventEngine] Simplify
EventEngine::DNSResolverAPI. (#33459) - [iomgr][Windows] Return proper error code to client when connection is reset. (#33502)
- [fork] simplify Fork::SetResetChildPollingEngineFunc to fix nested forking. (#33495)
- [lb pick_first] Enable random shuffling of address list. (#33254)
- [HTTP2] Fix inconsistencies in keepalive configuration. (#33428)
- [c-ares] Upgrade c-ares dependency to 1.19.1. (#33392)
- [Rls] de-experimentalize RLS in XDS. (#33290)
C++
- [otel] Add bazel dependency. (#33548)
C#
- [csharp] Include correct build of Grpc.Tools in nightly packages. (#33595)
- [csharp] reintroduce base_namespace experimental option to C# (with a patch). (#33535)
Objective-C
- [Protobuf] Upgrade third_party/protobuf to 23.4. (#33695)
Python
- [posix] Enable systemd sockets for libsystemd>=233. (#32671)
- [python O11Y] Initial Implementation. (#32974)
Ruby
- [ruby] experimental client side fork support (#33430)
- [ruby] backport "[ruby] remove unnecessary background thread startup wait logic that interferes with forking #33805" to v1.57.x. (#33846)
- [Ruby] remove manual strip in ruby ext conf. (#33641)
- [ruby] simplify shutdown; remove unnecessary attempts at grpc_shutdown. (#33674)
- [ruby] Add
-weak_framework CoreFoundationto link line. (#33538) - [Ruby] Fix memory leak in grpc_rb_call_run_batch. (#33368)
- [Ruby] Fix memory leak in grpc_rb_server_request_call. (#33371)
- C++
Published by drfloob over 2 years ago
https://github.com/grpc/grpc - Release v1.53.2
This is release gRPC Core 1.53.2 (glockenspiel).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Core
- [backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion by @drfloob in https://github.com/grpc/grpc/pull/33672
- C++
Published by apolcyn over 2 years ago
https://github.com/grpc/grpc - Release v1.54.3
This is release 1.54.3 (gracious) 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
- [backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion by @drfloob in https://github.com/grpc/grpc/pull/33670
- C++
Published by apolcyn over 2 years ago