2019-11-26 20:32:21 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-grpcio: fix PLIST for Python 2.7
|
2019-11-06 18:14:24 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
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-10-24 20:34:17 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
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-03 10:10:09 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
grpc: updated to 1.23.1
Release v1.23.1
This release contains refinements, improvements, and bug fixes.
|
2019-08-25 20:53:29 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
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-07-03 22:09:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-grpcio: updated to 1.22.0
Release v1.22.0
Python
Add Debug Example.
Add Python 3.8 test.
Clean up Python Channel.del logic.
Surface exception from metadata credentials plugin methods.
Add python deprecation notices.
Unsubscribe all connectivity callbacks on Channel.close.
|
2019-05-26 21:50:12 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-grpcio: updated to 1.21.1
Release v1.21.1
This is the 1.21.1 patch release of gRPC Core. This patch is for gRPC-Python \
only. gRPC Python pkgs for 1.21.0 release could not be uploaded to PyPi due to \
the issue 19105.
|
2019-04-28 21:37:26 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-grpcio[-tools]: updated to 1.20.1
Release v1.20.1
Backport c-ares gevent segfault fix to v1.20.1.
|
2019-04-19 09:32:14 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-grpcio: also remove unused patch
|
2019-04-19 09:31:47 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-grpcio: updated to 1.20.0
Release v1.20.0
Add Python example for error handling.
python docs: details are UTF-8 encodable, not just ASCII.
Use C-Core API to perform time conversion.
Use correct C integer types in Cython.
Add the missing grpc_cfstream dependency.
Strip Python wheel binary.
Simplify batch operations event interpretation.
add enter_graceful_shutdown() to health service.
|