Next | Query returned 67 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2020-06-03 11:28:53 by Adam Ciarcinski | Files touched by this commit (10) | Package updated
Log message:
grpc: updated to 1.29.1

Release v1.29.1

PHP
PHP: Fix include path for boringssl in windows build

Objective-C
--grpc_out: protoc-gen-grpc: Plugin killed by signal 6.

Release v1.29.0

Core

Move decompression into gRPC Core.
Introduce CFRunLoop based iomgr.
Add option for logging keepalive pings.
Clamp the receive flow control window size to ((1 << 31) - 1).
CallCredentials debug string API.

C++

Append to CMAKE_MODULE_PATH instead of replacing it.
Clean way to enable C and C++ standards in cmake.
Autogenerate build.yaml equivalent from bazel BUILD metadata (with bazel query xml).
   2020-05-23 12:43:30 by Roland Illig | Files touched by this commit (1)
Log message:
net/py-grpcio: allow bashisms in unused file
   2020-04-04 11:30:37 by Adam Ciarcinski | Files touched by this commit (11) | Package updated
Log message:
grpc: updated to 1.28.1

Release v1.28.1
This release is a patch specifically for the Python bindings to address 22546.

Python
Backport 22549 to 1.28 (Only load simple stubs code on 3.6+ interpreters).

Release v1.28.0
This release contains refinements, improvements, and bug fixes, with highlights \ 
listed below.

Core
feat: add x-goog-user-project header from quota_project_id field.
Reintroduce 21527 (boringssl submodule unification - take two).
Reintroduce 21527 (boringssl submodule unification).
Treat an empty http_proxy mean "Don't use proxy" and skip parsing it.

C++
This release adds an experimental client side implementation of xDSv2 APIs. This \ 
allows a gRPC client written in C++ to receive configuration from an xDSv2 API \ 
compatible server and use that configuration to load balance RPCs. In this \ 
release, only the virtual host matching and cluster route action is supported. \ 
More features will be added in future.
Cherrypick 22147: xds: send no-overprovisioning client capability and populate \ 
user_agent fields.
Fix regression in MSVC runtime flag.
Unify boringssl submodules and use non-developer boringssl cmake build.

Objective-C
Fix ObjC memory consumption increase as app runs.

Python
Backport Simple Stubs Codegen to 1.28.
[Aio] Generate gRPC AsyncIO API Reference.
Experimental: Implement Top-Level Invocation Functions Not Requiring an Explicit \ 
Channel.
[Aio] Implement health checking servicer in AsyncIO.
[Aio] Prohibit mixing two styles of API on client side.
[Aio] Add channel_ready helper function.
[Aio] Support compression for both client and server.
[Aio] Close ongoing calls when the channel is closed.
[Aio] Fix the server credentials & improve socket implementation.
[Aio] Support wait-for-ready mechanism.
[Aio] Fix the windows build failure.
Stop building manylinux1 images.
[Aio] Move status and initial metadata handling to Cython.

Ruby
Backport to 1.28.x: add ruby 2.7 to mac binary pkgs.
Add ruby-2.7 to build process of binary gems for Windows and Linux.
   2020-02-14 11:35:56 by Adam Ciarcinski | Files touched by this commit (8) | Package updated
Log message:
grpc: updated to 1.27.2

Release v1.27.2
This is a patch release for the gRPC-Python.
   2020-02-10 16:36:32 by Adam Ciarcinski | Files touched by this commit (9) | Package updated
Log message:
grpc: updated to 1.27.1

Release v1.27.1

This release contains refinements, improvements, and bug fixes.

Python
Temporarily Readd Manylinux1 Support.
   2020-01-10 22:17:45 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
py-grpcio uses async syntax not supported in Python 2.
   2020-01-03 09:21:37 by Adam Ciarcinski | Files touched by this commit (10) | Package updated
Log message:
grpc: updated to 1.26.0

Release v1.26.0
This release contains refinements, improvements, and bug fixes, with highlights \ 
listed below.

Core
Fix compression filter crash on empty payload.
Ensure awake pollset_work threads exist on Windows.
Disable client_idle_filter.
Remove gpr_get/set_allocation_functions.
Security audit response.

C++
Automatically disable testing frameworks if gRPC_BUILD_TESTS=OFF.
Do not build channelz when gRPC_USE_PROTO_LITE.
Add options for all codegen plugins.
gRPC-C++ podspec follows gRPC versioning.
Issue 19208: Fix pollset_set_del_fd to cleanup all fd references.
De-duplicate .proto file processing.
cmake: Add VERSION and SOVERSION properties to libraries.

Python
Release Python3.8 wheels for Windows.
Release Python3.8 wheel on macOS.
Fix issue with exception being out of scope in Python 3.
[AIO] Implement the shutdown process for AIO server and completion queue.
Attempt to drop support for Python 3.4.
AIO Unified call interface.
Make sure Core aware of gevent Cython objects.
[bazel] Add an ability to call an optional custom plugin for py_proto_library \ 
and py_grpc_library.
   2019-11-06 18:14:24 by Adam Ciarcinski | Files touched by this commit (8) | Package updated
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) | Package updated
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) | Package updated
Log message:
grpc: updated to 1.23.1

Release v1.23.1
This release contains refinements, improvements, and bug fixes.

Next | Query returned 67 messages, browsing 51 to 60 | Previous