Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (5h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 01:57:05 UTC Now

2023-12-17 19:03:02 UTC MAIN commitmail json YAML

grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.60.0

Release v1.60.0

Core

Implemented dualstack IPv4 and IPv6 backend support, as per draft gRFC A61. xDS support currently guarded by GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS env var.
Dropped Bazel 5 support.
[deps] Upgrade protobuf version to v25.0.
[Security - Revocation] Crl Directory Watcher Implementation.
[server] Cap size of pending request queue with RealRequestMatcher.
[chttp2] Fix outgoing data stats.
[EventEngine] Enable Posix EventEngine Listener on all builds.
[EventEngine] Enable Windows EventEngine Listener on all builds.
[chttp2] Alternative protection for too many streams in the system.
[Proxy] Support for setting proxy for addresses.
[client idleness] client channels go idle after 30 minutes by default.
[chttp2] Add an experiment to separate liveness checks from ping timeouts.
[chttp2] Tarpit invalid requests.
[chttp2] Enforce settings acks.
[chttp2] Limit work per read cycle.
[chttp2] Limit request count before receiving settings ack.
[chttp2] Randomly ping on RST_STREAM.

C++

[xds] C++ XdsServerBuilder Remove src/... header dependency from public header.
[reflection] Add v1 reflection.

(adam)