2024-07-31 09:09:32 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message: py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.65.2 1.65.2 This release contains refinements, improvements, and bug fixes. |
2024-07-18 15:12:08 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message: grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.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. |
2024-07-11 20:49:42 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message: py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.65.0 Release v1.65.0 Python [Python O11y] Implement CSM observability for Python. [Python AIO] Return EOF from UnaryStreamCall.read() as documented. [Python Otel] Deprecate target_attribute_filter. [Python Server] Remove abstractmethod notation for add_registered_method_handlers. |
2024-06-04 11:34:05 by Adam Ciarcinski | Files touched by this commit (9) | |
Log message: grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.64.1 Release v1.64.1 Core [StatsPlugin] Fix use-after-free issue C++ [OTel] Generate pkg-config file for grpcpp_otel_plugin [OTel] Add find_package call for OTel dependency in installed gRPC configuration Python [Python Server] Remove abstractmethod notation for \ add_registered_method_handlers (v1.64.x backport). |
2024-05-29 18:06:45 by Adam Ciarcinski | Files touched by this commit (9) | |
Log message: grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.64.0 Release v1.64.0 Core [BoringSSL] Update third_party/boringssl-with-bazel. [build] Restrict visibility of grpc_public_hdrs and grpc++_public_hdrs. [Deps] Rollfoward Protobuf upgrade to v26.1. C++ [CSM] Fix CSM Observability for trailers-only response. [CSM] Remove requirement that servers have to be xDS enabled. Python [Asyncio] Semantic task names for RPC tasks. [python/systemd] allow compiling systemd support into python builds. [Python Otel] Remove opentelemetry version pin. [Python Otel] Use registered method at server side. [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools. |
2024-05-15 23:13:50 by Thomas Klausner | Files touched by this commit (12) | |
Log message: *grpcio*: update to 1.63 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) [surface] Add an API to inject connected endpoints into servers. (#35957) [CMake] Add gRPC_USE_SYSTEMD option. (#34384) [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) [OTel C++] Add experimental optional locality label available to client \ per-attempt metrics. (#36254) [OTel C++] Add API to set channel scope filter. (#36189) 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) |
2024-04-19 06:54:36 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message: grpc: updated to 1.62.2 Release v1.62.2 Python [Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil |
2024-03-09 14:27:20 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message: grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.62.1 Release v1.62.1 This release contains refinements, improvements, and bug fixes. |
2024-02-22 12:56:00 by Adam Ciarcinski | Files touched by this commit (10) | |
Log message: grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.62.0 Release v1.62.0 Core [metadata] Allow non application/grpc content-type values. [BoringSSL] Update third_party/boringssl-with-bazel. [GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. Python [Build] Strip armv7 artifacts. [Python AIO] Handle DeprecationWarnings when get current loop. [Python AIO] Raise resource_exhausted error in case of concurrent RPC limit exceeded. [Python O11y] Build and distrib O11y package. [Python setuptools] Import error from distutils for lower version of setuptools. [ruby] Fix use-after-free for post-fork channel recreation. |
2024-02-03 21:02:04 by Adam Ciarcinski | Files touched by this commit (9) | |
Log message: grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.60.1 Release v1.60.1 This release contains refinements, improvements, and bug fixes. Python [Python Misc] Revert change to print backtrace in server. |