./net/py-grpcio-testing, gRPC Python testing package

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


Branch: CURRENT, Version: 1.62.2, Package name: py311-grpcio-testing-1.62.2, Maintainer: pkgsrc-users

Testing utilities for gRPC Python.


Required to run:
[devel/py-setuptools] [devel/py-protobuf] [net/py-grpcio] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 21.199 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-19 06:54:36 by Adam Ciarcinski | Files touched by this commit (8) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.
   2023-12-17 20:03:02 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.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.
   2023-11-19 12:08:00 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.59.3

v1.59.3

Core

[Security - Revocation] Crl backport to 1.59.
   2023-11-02 13:46:45 by Thomas Klausner | Files touched by this commit (15) | Package updated
Log message:
*grpc*: update to 1.59.2

Lots of changes.
   2023-08-03 20:58:49 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.54.3

Release v1.54.3

Core

[backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion