SHA256
1
0
forked from pool/grpc

Commit Graph

  • 3d07483da6 - Update to release 1.69.0 * [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) * [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. (#37997) - from version 1.68.2 * [CI] Added a gRPC_BUILD_TESTS guard to third_party protos (#38182) - from version 1.68.1 * [xDS RBAC] Support string_match in HeaderMatcher (#38185). (#38198) - from version 1.68.0 * [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) * [Build] Minimum version of MSVC is now 2022. (#37687) * [Build] Bumped the minimum version of cmake. (#37702) * Add templating and support for Python 3.13. (#37643) - from version 1.67.1 * (no changes reported) - from version 1.67.0 * [ruby] reduce an INFO log to DEBUG (backport #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) * [OTel C++] Fix race when adding and removing callbacks. (#37485) * [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] 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) - from version 1.66.2 * Added support for Python 3.13 and templating system for supported Python versions (#37643) - from version 1.66.1 * Enable EDS dualstack support by default (#37545) - from version 1.66.0 * [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) * [OTel C++] Fix race when adding and removing callbacks (#37485). (#37508) * [RlsLB] Fix Deadlock (#37459). (#37502) * [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] 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) - from version 1.65.5 * [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) - from version 1.65.4 * #37359 Fix a bug in hpack error handling - from version 1.65.3 * (no changes reported) - from version 1.65.2 * (no changes reported) - from version 1.65.1 * (no changes reported) - from version 1.65.0 * [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) * [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) * Replace bind() targets with alias() ones. (#35272) * [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] 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) - from version 1.64.3 * #37359 Fix a bug in hpack error handling - from version 1.64.2 * [xds] Do not crash when XdsLocalityName is null (#36841). (#36851) * [Build] Fix for gcc-9. (#36839) - from version 1.64.1 * [StatsPlugin] Fix use-after-free issue (#36664). (#36670) * [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 Server] Remove abstractmethod notation for add_registered_method_handlers (v1.64.x backport). (#36696) - from version 1.64.0 * [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) * [CSM] Fix CSM Observability for trailers-only response. (#36413) * [CSM] Remove requirement that servers have to be xDS enabled. (#36410) * [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) - from version 1.63.3 * #37359 Fix a bug in hpack error handling - from version 1.63.2 * #37359 Fix a bug in hpack error handling - from version 1.63.1 * [StatsPlugin] Fix use-after-free issue (#36664). (#36669) * [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) - from version 1.63.0 * [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) * [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) * [csharp] Fix csharp doc comments. (#36000) * C#: Grpc.Tools: Handle regex timeout when parsing protoc output. (#36185) * Update min PHP testing version from PHP 7.4 to 8.1. (#35964) * [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: register grpc_rb_sStatus as a global variable. (#36125) - from version 1.63.3 * #37359 Fix a bug in hpack error handling - from version 1.62.3 * #37359 Fix a bug in hpack error handling - from version 1.62.2 * [Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil by @XuanWang-Amos in (#36376) factory John Paul Adrian Glaubitz 2025-01-20 12:41:37 +01:00
  • ba16e9cb7a Accepting request 1165375 from devel:tools Ana Guerrero 2024-04-05 18:24:39 +00:00
  • 4394ff3859 Accepting request 1164332 from home:alarrosa:branches:devel:tools Jan Engelhardt 2024-04-04 22:35:20 +00:00
  • 7cab185c88 Accepting request 1156709 from devel:tools Ana Guerrero 2024-03-13 21:16:17 +00:00
  • c75ffe0003 - Update to release 1.62.1 Jan Engelhardt 2024-03-10 11:59:35 +00:00
  • 2d7827a261 Accepting request 1148502 from devel:tools Ana Guerrero 2024-02-22 19:55:36 +00:00
  • 0cfc2d13ee - Update to release 1.62 Jan Engelhardt 2024-02-21 09:48:10 +00:00
  • 0bd7017103 Accepting request 1146623 from devel:tools Ana Guerrero 2024-02-15 20:00:03 +00:00
  • a168a00fb1 Accepting request 1146622 from home:dimstar:Factory Jan Engelhardt 2024-02-14 17:07:03 +00:00
  • 62b153e2a2 Accepting request 1146618 from home:dimstar:Factory Jan Engelhardt 2024-02-14 17:01:15 +00:00
  • 062469de5f - Update to release 1.61.1 Jan Engelhardt 2024-02-13 10:20:07 +00:00
  • 48ab2ee3c9 Accepting request 1145148 from devel:tools Ana Guerrero 2024-02-08 18:02:42 +00:00
  • ba531e7657 Accepting request 1145127 from home:glaubitz:branches:devel:tools Jan Engelhardt 2024-02-08 11:37:31 +00:00
  • b99fc5a40d Accepting request 1143157 from devel:tools Ana Guerrero 2024-02-01 17:04:11 +00:00
  • 5c41abcfeb Accepting request 1142787 from devel:tools Ana Guerrero 2024-01-31 22:53:20 +00:00
  • 33000ff880 - Update to release 1.61 Jan Engelhardt 2024-01-31 22:28:04 +00:00
  • e4d3402ff1 /usr/bin/env can go die Jan Engelhardt 2024-01-30 11:33:52 +00:00
  • 2ff2108b10 stronger /env replacement Jan Engelhardt 2024-01-30 00:22:07 +00:00
  • c7b2eba2e2 - Force-replace all /usr/bin/env python by python3. Jan Engelhardt 2024-01-29 17:55:30 +00:00
  • ebe9db5a7e Accepting request 1141330 from devel:tools Ana Guerrero 2024-01-25 17:40:22 +00:00
  • 60b9dd6bc0 Accepting request 1141319 from home:glaubitz:branches:devel:tools Jan Engelhardt 2024-01-24 19:29:31 +00:00
  • 5654d112e1 Accepting request 1139642 from devel:tools Ana Guerrero 2024-01-19 21:59:56 +00:00
  • e199366d05 Accepting request 1139638 from home:glaubitz:branches:devel:tools Dirk Mueller 2024-01-18 08:26:47 +00:00
  • d1d3f68826 Accepting request 1131220 from devel:tools Ana Guerrero 2023-12-07 18:08:56 +00:00
  • de9352da9d - Update to release 1.60 Jan Engelhardt 2023-11-28 21:25:06 +00:00
  • a500e3e2bf Accepting request 1127415 from devel:tools Ana Guerrero 2023-11-20 20:18:59 +00:00
  • 187c0a8d01 - update to 1.59.3: * Security - Revocation: Crl backport to 1.59. (#34926) - pin to protobuf < 22 until next version update - Update to 1.36.1: Dirk Mueller 2023-11-18 08:56:59 +00:00
  • 86daa1f36e Accepting request 1125885 from devel:tools Ana Guerrero 2023-11-15 20:06:43 +00:00
  • dff0faadb2 Accepting request 1125846 from home:glaubitz:branches:devel:tools Jan Engelhardt 2023-11-14 13:46:42 +00:00
  • b13cc7abdf Accepting request 1121407 from devel:tools Dominique Leuenberger 2023-11-01 21:09:30 +00:00
  • 31a956d042 - Update to release 1.59.2 Jan Engelhardt 2023-10-31 05:22:15 +00:00
  • e74a8a4d57 Accepting request 1116259 from devel:tools Ana Guerrero 2023-10-11 21:53:27 +00:00
  • c479e7c540 Accepting request 1116255 from home:badshah400:branches:devel:tools Jan Engelhardt 2023-10-08 03:46:19 +00:00
  • 9063b7d108 Accepting request 1115660 from devel:tools Ana Guerrero 2023-10-05 18:03:07 +00:00
  • 46c7c38a58 Accepting request 1114573 from home:badshah400:branches:devel:tools Jan Engelhardt 2023-10-04 15:20:58 +00:00
  • f5df6a64c9 Accepting request 1111410 from devel:tools Ana Guerrero 2023-09-17 17:28:49 +00:00
  • 7b722f42e4 Accepting request 1111346 from home:glaubitz:branches:devel:tools Jan Engelhardt 2023-09-14 15:24:53 +00:00
  • d247910b7c Accepting request 1110898 from devel:tools Ana Guerrero 2023-09-13 18:43:46 +00:00
  • 070343649e replace fix_grpconfig_cmake.patch by authentic version Jan Engelhardt 2023-09-13 11:25:58 +00:00
  • 8b0dd2b1a2 Accepting request 1110833 from home:pazhukov Jan Engelhardt 2023-09-13 10:49:19 +00:00
  • 0d8aa643d7 Accepting request 1109312 from devel:tools Ana Guerrero 2023-09-07 19:12:03 +00:00
  • bb1cf96b1a OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=154 Jan Engelhardt 2023-09-06 16:54:09 +00:00
  • 299344ee04 - Update to release 1.58 Jan Engelhardt 2023-09-06 16:22:15 +00:00
  • dbc7968e83 Accepting request 1103055 from devel:tools Dominique Leuenberger 2023-08-10 13:32:41 +00:00
  • b5f0cdea33 - Update to release 1.57 Jan Engelhardt 2023-08-09 01:23:15 +00:00
  • 5b44fa0576 Accepting request 1102469 from devel:tools Dominique Leuenberger 2023-08-06 14:29:27 +00:00
  • e2ac8edb71 Accepting request 1102203 from home:bmwiedemann:branches:devel:tools Jan Engelhardt 2023-08-05 12:12:35 +00:00
  • 5ee91f8d04 Accepting request 1098775 from devel:tools Ana Guerrero 2023-07-17 17:22:39 +00:00
  • 3ccde6b394 - Update to release 1.56.2 Jan Engelhardt 2023-07-15 06:28:48 +00:00
  • 62c18ec138 Accepting request 1095799 from devel:tools Dominique Leuenberger 2023-06-30 17:58:22 +00:00
  • 6c28fc5fdc Accepting request 1095749 from home:favogt:branches:devel:tools Jan Engelhardt 2023-06-28 12:17:12 +00:00
  • 691868a8f9 - Update to release 1.56.0 Jan Engelhardt 2023-06-19 03:30:00 +00:00
  • f39dc717ed Accepting request 1092995 from home:dirkmueller:Factory Jan Engelhardt 2023-06-14 00:25:29 +00:00
  • fce8b91010 Revert incomplete .55 update Jan Engelhardt 2023-05-24 09:33:29 +00:00
  • 05c24265fd - Update to release 1.55.0 Jan Engelhardt 2023-05-24 09:26:58 +00:00
  • 3bec446ae7 Accepting request 1084010 from devel:tools Dominique Leuenberger 2023-05-09 13:02:06 +00:00
  • 5dd3b6ea73 - Update to release 1.54.1 Jan Engelhardt 2023-05-02 10:27:27 +00:00
  • 552ec504bd osc copypac from project:devel:tools package:grpc revision:136 Jan Engelhardt 2023-04-21 10:23:42 +00:00
  • c9dc685bd2 - grpc++.pc: force-add -lgrpc [boo#1210695] Jan Engelhardt 2023-04-20 18:32:09 +00:00
  • 046581cc4f - Update to release 1.54 Jan Engelhardt 2023-04-14 11:08:49 +00:00
  • f6deaeae4c Accepting request 1041753 from devel:tools Dominique Leuenberger 2022-12-09 12:18:10 +00:00
  • 5f1ace30f1 - Update to release 1.51.1 Jan Engelhardt 2022-12-02 00:12:39 +00:00
  • 3fc83c544d Accepting request 1037183 from devel:tools Dominique Leuenberger 2022-11-22 15:10:14 +00:00
  • 850c994e0d - Update to release 1.51 Jan Engelhardt 2022-11-21 20:23:08 +00:00
  • 6c3d4e93c0 Accepting request 1031934 from devel:tools Dominique Leuenberger 2022-10-28 17:31:47 +00:00
  • 7d6d9445ed Accepting request 1031924 from home:stroeder:devel Jan Engelhardt 2022-10-28 11:36:41 +00:00
  • 7220eaa0dc Accepting request 1011025 from devel:tools Dominique Leuenberger 2022-10-15 14:37:57 +00:00
  • 5fef54f37c Accepting request 1011023 from home:stroeder:devel Jan Engelhardt 2022-10-14 20:01:57 +00:00
  • 69d53a2b8b Accepting request 1005401 from devel:tools Dominique Leuenberger 2022-09-22 14:59:24 +00:00
  • 21d99c0ce7 Accepting request 1005384 from home:stroeder:branches:devel:tools Jan Engelhardt 2022-09-22 12:18:53 +00:00
  • 782c612756 Accepting request 1001886 from devel:tools Dominique Leuenberger 2022-09-08 12:23:43 +00:00
  • 65db835ac8 - Update to release 1.48.1 Jan Engelhardt 2022-09-01 08:19:40 +00:00
  • 3c1445b851 Accepting request 1000009 from devel:tools Dominique Leuenberger 2022-08-30 12:49:12 +00:00
  • 50ff1fb8c8 delete leftover patch Jan Engelhardt 2022-08-29 11:53:40 +00:00
  • afb11ef2be - Update to release 1.48.0 Jan Engelhardt 2022-08-28 06:38:12 +00:00
  • deddb5c435 Accepting request 978412 from devel:tools Dominique Leuenberger 2022-05-21 17:06:28 +00:00
  • 405d6e1962 Accepting request 978333 from home:stroeder:branches:devel:tools Jan Engelhardt 2022-05-21 11:19:49 +00:00
  • 8644115708 Accepting request 977595 from devel:tools Dominique Leuenberger 2022-05-17 15:24:22 +00:00
  • 9116c8a2d7 - Update to release 1.46.2 Jan Engelhardt 2022-05-16 19:52:38 +00:00
  • 14b056e8cd Accepting request 976481 from devel:tools Dominique Leuenberger 2022-05-12 21:00:39 +00:00
  • 56d1ceaf58 - Update to release 1.46.1 Jan Engelhardt 2022-05-11 19:20:25 +00:00
  • f87a85dc72 Accepting request 975156 from devel:tools Dominique Leuenberger 2022-05-05 21:07:10 +00:00
  • 8d444f2af9 - Update to release 1.46 Jan Engelhardt 2022-05-05 10:19:27 +00:00
  • f3d247f610 - Update to release 1.45.2 Jan Engelhardt 2022-05-01 11:41:16 +00:00
  • 7807ffd88f Accepting request 966565 from devel:tools Dominique Leuenberger 2022-04-03 19:30:52 +00:00
  • 5445f9a5f0 - Update to release 1.45.1 Jan Engelhardt 2022-04-02 17:25:37 +00:00
  • 87725ceaf5 Accepting request 964315 from devel:tools Dominique Leuenberger 2022-03-23 19:19:16 +00:00
  • 479b000ea2 Accepting request 963078 from home:badshah400:branches:devel:tools Jan Engelhardt 2022-03-23 14:43:00 +00:00
  • a8f5955e20 Accepting request 955130 from devel:tools Dominique Leuenberger 2022-02-15 22:57:53 +00:00
  • 020d557109 grpc 1.44 Jan Engelhardt 2022-02-15 21:28:41 +00:00
  • 41021b7aa6 Accepting request 952841 from devel:tools Dominique Leuenberger 2022-02-09 19:39:37 +00:00
  • 3487d9acb9 reverting reverts is a no-op Jan Engelhardt 2022-02-09 02:33:43 +00:00
  • 23b05bb456 Accepting request 952835 from home:badshah400:branches:devel:tools Jan Engelhardt 2022-02-09 02:33:06 +00:00
  • b0b2cfb34d Accepting request 931634 from devel:tools Dominique Leuenberger 2021-11-17 00:13:55 +00:00
  • d5bc665f23 - Update to release 1.41.1 Jan Engelhardt 2021-11-15 20:53:01 +00:00
  • ed87c29fe3 Accepting request 921901 from devel:tools Dominique Leuenberger 2021-09-28 17:16:34 +00:00
  • 9e4bfb5ed3 - Update to release 1.41.0 Jan Engelhardt 2021-09-27 21:46:53 +00:00
  • 5bf2cdc35c Accepting request 915134 from devel:tools Dominique Leuenberger 2021-08-31 17:55:29 +00:00
  • 6a1c27306c - Update to release 1.39.1 Jan Engelhardt 2021-08-30 18:58:01 +00:00
  • c5319addba - Remove cmake's build .log from grpc-source to make build-compare happier. Jan Engelhardt 2021-08-30 17:53:48 +00:00