Commit graph

10 commits

Author SHA1 Message Date
adam
956dffcf21 grpc: updated to 1.25.0
Release v1.25.0

Core
Change RR to consider a subchannel in TF if it has failed since it was READY.
Fix a use after free in c-ares on Windows.

C++
Honor CARES_ROOT_DIR.
Make cmake grpc.pc depend on openssl too.
Create pkg-config files from CMake.
Add C++ wrapper for SPIFFE credentials v2.
Upgrade bazel to 0.29.1.

Python
Add experimental option to run unary-stream RPCs on a single Python thread.
[AIO] Minimal AsyncIO Server.
Switch to concrete classes in experimental asyncio.
Add manylinux2010_x86 wheels into artifacts.
Release 3.8 binary wheels.
Make grpc_testing's Servicer context abort method stop execution of the servicer handler.
Build Python wheels with tag manylinux2010.
Add experimental support for asyncio unary client.
2019-11-06 17:14:24 +00:00
adam
6e6b57d520 py-grpcio[-tools]: updated to 1.24.3
1.24.3
Add strip_prefix to python protoc plugin and py_grpc_library.
Switch py_proto_library from using src to deps to conform with google3.
Expose local credentials on Python layer.
Make default vtable for pointer argument a constant.
Gracefully handle errors from Future object callbacks.
Gracefully handle exceptions raised by signal handlers on the main thread while unary RPCs are in flight.
Separate py_grpc_library and py_proto_library.
Add wait_for_termination method to grpc.Server.
Add Python Cancellation Example.
2019-10-24 18:34:17 +00:00
adam
e1c193ab52 grpc: updated to 1.23.1
Release v1.23.1
This release contains refinements, improvements, and bug fixes.
2019-10-03 08:10:09 +00:00
adam
10285ac92d py-grpcio{-tools}: updated to 1.23.0
1.23.0:
Check call.trailing_metadata() for None before iterating it.
Add a sanity check for the Python release process.
Enforce a finite bound on the time gap between signal receipt and signal handler execution.
Python Compression Example.
2019-08-25 18:53:29 +00:00
adam
84c169de91 py-grpcio-tools: updated to 1.22.0
Match grpc.
2019-07-21 08:10:51 +00:00
adam
b0a43a09c8 py-grpcio-tools: updated to 1.21.1
Sync with py-grpcio
2019-05-27 12:36:41 +00:00
adam
84d70cdcb9 py-grpcio[-tools]: updated to 1.20.1
Release v1.20.1
Backport c-ares gevent segfault fix to v1.20.1.
2019-04-28 19:37:25 +00:00
adam
f5a55552f3 py-grpcio-tools: updated to 1.20.0
1.20.0:
Sync with grpc 1.20.0
2019-04-19 09:58:50 +00:00
minskim
f6975b1d89 net/py-grpcio-tools: Add missing patch file
This should have been included in the import.
2018-04-28 13:57:05 +00:00
minskim
92e0ee6a36 net/py-grpcio-tools: Import version 1.11.0
grpcio-tools is a package for gRPC Python tools.
2018-04-28 01:24:36 +00:00