Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@dgquintas dgquintas released this 27 Apr 23:47
· 72 commits to v1.3.x since this release

Release 1.3

Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Also please see http://grpc.io/ for all information regarding this product.

This is the 1.3 release of gRPC

C-core

  • Stability bugfixes.
  • Performance improvements.
  • Memory usage reductions.

C++:

  • Support for binary error details.
  • Sync server thread manager improvements.

Python:

  • Alpine Linux support
  • grpcio_reflection pip package installation issues fixed.

Ruby:

(No Ruby 1.3.0 release. A Ruby-only 1.3.1 release will follow shortly)

PHP:

  • No significant change

C#:

  • Performance improvements
  • Switched to dotnet SDK .csproj projects #10480 (only impacts contributors)

Objective-c:

  • Fixed a bug in decompressing packet with ObjC + Cronet configuration
  • Supports packet coalescing

Node:

  • Update dependency on ProtoBuf.js to version 6.
  • Drop support for io.js.
  • Some performance improvements.