All Versions
55
Latest Version
Avg Release Cycle
13 days
Latest Release
1212 days ago

Changelog History
Page 2

  • v1.31.0 Changes

    August 05, 2020

    This is the 1.31.0 release (galore) of gRPC Core.

    ๐Ÿš€ Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

    ๐Ÿš€ This release contains refinements, improvements, and bug fixes, with highlights listed below.

    Core

    ๐Ÿš€ The following new xDS functionality is added in this release:

    • โœ… Requests matching based on path (prefix, full path and safe regex) and headers.
    • โœ… Requests routing to multiple clusters based on weights.
    • The features supported in a given release are documented here.

    Other changes:

    • Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely processing of events. (#23535)
    • Include the target name in top-level DNS error messages. (#23493)
    • โœ‚ Remove xds-experimental URI scheme. (#23463)
    • fix memory leak of grpc_resource_user_quota. (#22201)
    • Store ref to the ExternalConnectivityWatcher in external_watchers_ map. (#23418)
    • โšก๏ธ Update grpclb configuration with field "service_name". (#22345)
    • ๐Ÿ›  Fix possible deadlock in RemoveExternalConnectivityWatcher. (#23365)
    • Enable TLS 1.3 in the C-core and all wrapped languages. (#23165)
    • โž• Add message-size check before message decompression with ordering change. (#23293)
    • ๐Ÿ›  Fix race condition caused by simultaneous updates on SSL server handshaker. (#22647)
    • Add missing reset for ping clocks to avoid mistakenly sending GOAWAY frames due to 'too_many_pings'. (#23145)

    C++

    • Simplify makefile: Get rid of "install" rules with pure make, recommend cmake and bazel instead. (#23412)
    • Replaced grpc::string with std::string. (#23350)
    • ๐Ÿ›  Fix wrong version in gRPCConfigVersion.cmake and grpc++*.pc. (#22982)

    C

    • Avoid collisions in cs files generated by Grpc.Tools. (#22869)
    • โž• Add Grpc.Auth support for Google.Apis.Auth.ITokenAccessWithHeaders. (#21616)

    Objective-C

    • ๐Ÿ‘ Objc support PB runtime import override. (#23298)

    Python

    • ๐Ÿ“‡ [Aio] Support tuple and aio.Metadata interaction. (#23556)
    • [Aio] Allows poller to bind to ephemeral loops in multiple threads. (#23377)
    • [Aio] Hide init_grpc_aio and guard async API outside of AsyncIO context. (#23280)
    • [Aio] Implement methods to access auth context and peer info. (#23265)
    • โž• Add protobuf as an "extras" dependency to grpcio package. (#23170)
    • ๐Ÿ“‡ [Aio] Use Metadata type. (#23045)
    • Avoid attribute error in del of _ChannelCallState. (#23176)
    • Default wait_for_ready to True in simple stubs. (#23163)
    • Propagate contextvars to auxiliary threads. (#23107)
    • Simplify channel credentials in simple stubs. (#23153)

    ๐Ÿ’Ž Ruby

    • ๐Ÿ›  Fix ruby protoc plugin when message is in another package. (#23501)
    • ๐Ÿ›  Fix ruby 2.7 keyword arguments deprecation. (#23419)
    • ๐Ÿ’Ž Make sure call creds user callbacks can't kill the ruby call credentials thread. (#23333)
    • ๐Ÿ›  Fix auth plugin context use-after-free in ruby. (#19756)
    • โž• Add verbose logs for details around ruby call creds user callback invocation. (#23327)
  • v1.31.0-pre2 Changes

    July 29, 2020

    ๐Ÿš€ This is a prerelease of gRPC Core 1.31.0 (galore).

    ๐Ÿš€ Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

    ๐Ÿš€ This prerelease contains refinements, improvements, and bug fixes.

  • v1.31.0-pre1 Changes

    July 23, 2020

    ๐Ÿš€ This is a prerelease of gRPC Core 1.31.0 (galore).

    ๐Ÿš€ Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

    ๐Ÿš€ This prerelease contains refinements, improvements, and bug fixes.

  • v1.30.2 Changes

    July 18, 2020

    ๐Ÿš€ This is the 1.30.2 release (gradius) of gRPC Core.

    ๐Ÿš€ Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

    ๐Ÿš€ This release is a patch specifically for the Ruby plugin to address #23490

    ๐Ÿ’Ž Ruby

    • ๐Ÿ›  Fix ruby protoc plugin when message is in another package (#23501)
  • v1.30.1 Changes

    July 08, 2020

    ๐Ÿš€ This is the 1.30.1 release (gradius) of gRPC Core.

    ๐Ÿš€ Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

    ๐Ÿš€ This release is a patch specifically for the Ruby bindings to address #19195

    ๐Ÿ’Ž Ruby

    • ๐Ÿ”Œ Backport #19756 to 1.30 (Fix auth plugin context use-after-free in ruby) (#23399)
  • v1.30.0 Changes

    June 23, 2020

    This is the 1.30.0 release (gradius) of gRPC Core.

    ๐Ÿš€ Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

    ๐Ÿš€ This release contains refinements, improvements, and bug fixes, with highlights listed below.

    Core

    • This release adds an xDS URI scheme called xds. This is the stable version of the scheme xds-experimental that was introduced in v1.28.0. xds-experimental scheme will be removed in subsequent releases so you must switch to xds scheme instead. xds scheme is a client side implementation of xDSv2 APIs. This allows a gRPC client written in C++, Python, Ruby, PHP and 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, default path (โ€œโ€ or โ€œ/โ€) matching and cluster route action are supported. The features supported in a given release are documented here.
    • โœ‚ Remove unnamed typedef structs in src/core. (#23082)
    • ๐Ÿ‘Œ Support xDS via both xds and xds-experimental URI schemes. (#23105)
    • ๐Ÿ›  Fix sorting of gRPCLB addresses when resolved via DNS. (#23086)
    • ๐Ÿ‘Œ Support local creds in grpc_cli. (#23037)
    • โž• Add some additional delay when sending pings without there being activity on receive side. (#22932)
    • Added GRPC_TSAN_SUPPRESSED and GRPC_ASAN_SUPPRESSED. (#22325)
    • Fail decompression when the gzip trailer is missing. (#22929)
    • Include source address in tcp posix async connect errors. (#22802)
    • ๐Ÿ›  Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies. (#22901)
    • Add GRPC_ARG_HTTP_PROXY channel argument. (#20866)
    • Include the query type and name in all c-ares DNS error messages. (#22865)
    • ๐Ÿ”€ Include the destination address in synchronous TCP connect errors. (#22868)
    • ๐Ÿ‘‰ Use aligned calculation to determine transport stream from call data. (#22730)
    • ๐Ÿ›  Fixing bug with END_STREAM if header has continuations. (#22626)
    • Fail writes when End of stream has been received. (#22668)

    C++

    • ๐Ÿ›  Fix missing include for std::string. (#23032)
    • Don't override cmake cxx standard when already set by the user. (#22976)
    • Grpc.Tools: Fix cpp paths in tools to match actual codegen. (#22113)
    • TlsCredentialsOption API optimization. (#22873)
    • ๐Ÿ›  Fixed MinGW 7.3.0 shared library compile and link issues. (#21720)
    • ๐Ÿ›  Fix interceptor batch method FailHijackedRecvMessage for async APIs. (#22746)

    C

    • Reintroduce "C# expose C-core's debug error string in Status struct". (#23148)
    • ๐Ÿ›  Fix C++ cleanup in Grpc.Tools. (#22895)
    • C# expose C-core's debug error string in Status struct. (#22891)
    • ๐Ÿ›  Fix properties in Grpc.Tools. (#22896)
    • C#: add SkipGrpcNativeLibs flag (in Grpc.Core.targets). (#22894)
    • โž• Add helper methods for getting metadata values. (#22743)

    Objective-C

    • objc: add autogenerated header to generated files. (#22871)
    • Moved GRPCTypes into its own grpc_objc_library. (#22913)

    PHP

    • PHP xDS Interop Client. (#23056)
    • PHP: Fix crash in subprocess after fork(). (#22774)

    Python

    • โž• Add Aio stream stream client interceptor support. (#23092)
    • ๐Ÿ‘ [Aio] Add AsyncIO support for Channelz. (#22667)
    • Stop memory leak when Python channel is deallocated without invoking "close". (#22855)
    • ๐Ÿ”ฆ Expose ALTS client/server credentials in Python API. (#22638)
    • [Aio] Stream Unary client interceptor. (#22821)
    • ๐Ÿ”€ [Aio] Make sync handlers runnable in AsyncIO server. (#22812)
    • ๐Ÿ‘ [Aio] Add AsyncIO support to grpcio-status. (#22688)
    • [Aio] Implement the Unary Stream client interceptor. (#22713)

    ๐Ÿ’Ž Ruby

    • ๐Ÿ›  Fix Ruby 2.7 compatibility in GenericService.underscore. (#20417)
    • Ruby: surface recv_status_op.error_string and into BadStatus exceptions. (#22876)
    • ๐Ÿ›  Fix to use immutable string literal. (#20867)
    • ๐Ÿ›  Fix YARD annotation of GRPC::ClientInterceptor. (#22734)
    • ๐Ÿ’Ž Convert hash to keyword arguments for ruby 2.7. (#22915)
    • ๐Ÿ›  Fix generating method output with nested resource. (#22594)
  • v1.30.0-pre1 Changes

    June 07, 2020

    ๐Ÿš€ This is a prerelease of gRPC Core 1.30.0 (gradius).

    ๐Ÿš€ Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

    ๐Ÿš€ This prerelease contains refinements, improvements, and bug fixes.

  • v1.29.1 Changes

    May 21, 2020

    This is the 1.29.1 release (gringotts) of gRPC Core.

    ๐Ÿš€ Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

    ๐Ÿš€ This release contains refinements, improvements, and bug fixes, with highlights listed below.

    PHP

    • ๐Ÿ PHP: Fix include path for boringssl in windows build #22993
  • v1.29.0

    April 30, 2020
  • v1.28.2 Changes

    May 21, 2020

    This is the 1.28.2 release (galactic) of gRPC Core.

    ๐Ÿš€ Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product.

    ๐Ÿš€ This release contains refinements, improvements, and bug fixes.

    Objective-C

    • ๐Ÿšฆ --grpc_out: protoc-gen-grpc: Plugin killed by signal 6. (#22781)