2024-09-12 15:58:56 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
grpc: Remove obsolete SunOS patch.
Noticed by wiz.
|
2024-09-12 15:14:15 by Thomas Klausner | Files touched by this commit (2) |
Log message:
grpc: add upstream bug report in comment
|
2024-09-12 14:58:54 by Thomas Klausner | Files touched by this commit (3) |
Log message:
grpc: fix an unresolved symbol problem on NetBSD
Use the POSIX directory walking code.
Bump PKGREVISION.
|
2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2024-08-03 07:46:04 by Adam Ciarcinski | Files touched by this commit (8) |  |
Log message:
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.65.4
1.65.4
This release contains refinements, improvements, and bug fixes.
Fix a bug in hpack error handling
|
2024-07-29 08:39:07 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
grpc: updated to 1.65.2
Release v1.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-03 13:59:46 by Thomas Klausner | Files touched by this commit (5) |
Log message:
*: recursive bump for grpc 1.65 shlib bump
|
2024-07-03 13:58:57 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
grpc: update to 1.65.0.
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)
|
2024-06-21 12:18:19 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
grpc: Fix path to protobuf includes.
Somewhere deep in the bowels of cmake this variable wasn't being set correctly.
Fixes the build on at least NetBSD and SunOS.
|