summaryrefslogtreecommitdiff
path: root/net/py-grpcio-tools/patches/patch-setup.py
AgeCommit message (Collapse)AuthorFilesLines
2021-04-16grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.37.0adam1-9/+9
Release v1.37.0 This release contains refinements, improvements, and bug fixes, with highlights listed below. Core Bump up minimum supported clang to 4.0. Use URI form of address for channelz listen node. Implementation CSDS (xDS Config Dump). Don't assume that c-ares won't retry failed writes in grpc_core::GrpcPolledFdWindows::SendVUDP. Fix an infinite read loop with SRV record resolution on windows. xDS status notifier. Remove CAS loops in global subchannel pool and simplify subchannel refcounting. Add missing security field to channelz Socket. Disable check_call_host when server_verification_option is not GRPC_TLS_SERVER_VERIFICATION. C++ Remove fault injection environmental variable guard. Implement C++ Admin Interface API. cmake: Reflect minor version change in SONAME for C++ and C#. xDS Client-Side Fault Injection. Python use boringssl asm optimizations in aarch64 wheel source build. Clarify Guarantees about grpc.Future Interface. Use crosscompilation to build python armv7 wheels. [Aio] Add time_remaining method to ServicerContext. Standardize all environment variable boolean configuration in python's setup.py. Crosscompile python aarch64 wheels with dockcross. Fix Signal Safety Issue.
2021-01-14grpc: updated to 1.34.1adam1-10/+10
Release v1.34.1 This is release 1.34.1 (gauntlet) of gRPC Core. For gRPC documentation, see grpc.io. For previous releases, see Releases. This release is a patch specifically for Python and C#, which adds three backported PRs: Backport "Fix visibility of libprotobuf symbols in protoc_compiler.so on Mac" to 1.34.x Backport "Lazily import grpc_tools when using runtime stub/message generation" to 1.34.x Backport "do not use <PublicSign>true</PublicSign> on non-windows" to 1.34.x
2019-10-24py-grpcio[-tools]: updated to 1.24.3adam1-9/+9
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-04-19py-grpcio-tools: updated to 1.20.0adam1-4/+34
1.20.0: Sync with grpc 1.20.0
2018-04-28net/py-grpcio-tools: Add missing patch fileminskim1-0/+24
This should have been included in the import.