./net/grpc, High performance, open-source universal RPC framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.70.1nb1, Package name: grpc-1.70.1nb1, Maintainer: minskim

gRPC is a modern, open source remote procedure call (RPC) framework
that can run anywhere. It enables client and server applications to
communicate transparently, and makes it easier to build connected
systems.


Required to run:
[net/libcares] [security/openssl] [devel/protobuf] [devel/gflags] [devel/abseil]

Required to build:
[pkgtools/cwrappers] [benchmarks/google-benchmark]

Master sites:

Filesize: 17094.852 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-09 15:44:09 by Thomas Klausner | Files touched by this commit (62)
Log message:
*: recursive bump for abseil 20250127.0
   2025-02-01 08:20:58 by Adam Ciarcinski | Files touched by this commit (9) | Package updated
Log message:
grpc: updated to 1.70.1

1.70.1

Core

[Backport-v1.70.x] Added ws2_32 to address_sorting

Ruby

Add ruby 3.4 support to pre-compiled native gems

1.70.0

Core

[BoringSSL] Update third_party/boringssl-with-bazel.

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.
gRPC 1.69, the final version compatible with C++14, will be supported until \ 
December 10, 2025, according to \ 
https://github.com/grpc/proposal/blob/master/L120-requiring-cpp17.md.
   2025-01-08 13:42:36 by Adam Ciarcinski | Files touched by this commit (9) | Package updated
Log message:
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.69.0

1.69.0

Core

[Alarm] Fix Alarm reuse on cancellation.
[xDS RBAC] Support string_match in HeaderMatcher.
[pick_first] fix shutdown bug in new PF impl.
[c-ares] Fix inverted length check in GrpcPolledFdWindows.
[RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload.
[EventEngine] Add stronger wording on Endpoint::Read contract.
[chttp2] Fix channelz address.
[XdsClient] Add missing authority to XdsClient metrics scope.
[EventEngine] API contract: Endpoint::Read will provide either an error or data, \ 
but never both.
[Build] Dropped Bazel 6.x support.

Python

[Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python.
   2024-12-27 00:48:22 by Adam Ciarcinski | Files touched by this commit (6) | Package updated
Log message:
grpc: updated to 1.68.2

1.68.2

C++

[CI] Added a gRPC_BUILD_TESTS guard to third_party protos

1.68.1

Core

[xDS RBAC] Support string_match in HeaderMatcher

1.68.0

Core

[XdsClient][Backport] Add missing authority to XdsClient metrics scope
[Release] Bump core version in preparation for 1.68 Branch Cut.
[ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs.
[ruby] reduce INFO log for server CQ pluck registration to DEBUG.
[EventEngine] Enable the PosixEventEngine client experiment.
[chttp2_server] Fix race between connection starting and it being orphaned.
[Chttp2Server] Fix race between connection manager updates and handshake.
[xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources.

C++

[Build] Minimum version of MSVC is now 2022.
[Build] Bumped the minimum version of cmake.
   2024-10-29 09:31:23 by Adam Ciarcinski | Files touched by this commit (8) | Package updated
Log message:
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.67.1

1.67.1
This is a Python-only patch release.
   2024-10-16 10:39:26 by Adam Ciarcinski | Files touched by this commit (9) | Package updated
Log message:
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.67.0

Release v1.67.0

Core

[ruby] reduce an INFO log to DEBUG.
[release] Bump core version to 44.0.0.
[RlsLB] Fix Deadlock.
[Python Otel] Manage call tracer life cycle use call arena.

C++

[OTel C++] Fix race when adding and removing callbacks.

Python

[Backport to 1.67.x] Add templating and support for Python 3.13
Add templating and support for Python 3.13.
[Python Distrib] Change warning to RuntimeError for version incompatibility.
[reflection]: python: reflection returns original_request.

Ruby

[ruby] drop ruby 2.7 support.
[ruby] reduce ruby gpr_log invocations from INFO to DEBUG.
[ruby] refactor flaky test and expose cancel_with_status.
   2024-10-01 11:03:08 by Adam Ciarcinski | Files touched by this commit (10) | Package updated
Log message:
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.66.2

Release v1.66.2

Python

Added support for Python 3.13 and templating system for supported Python versions
   2024-09-21 12:42:04 by Thomas Klausner | Files touched by this commit (5)
Log message:
*: recursive bump for grpc 1.66.1

Many shlibs bumped