Skip to content

Release 1.0.1

Compare
Choose a tag to compare
@jtattermusch jtattermusch released this 02 Feb 01:51
· 37751 commits to master since this release

Release 1.0.1

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.

C Core:

  • #8402: Make initial connect retry backoff configurable
  • #8735: Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM

C#:

  • Added support for netstandard1.5 target in the NuGet packages
  • .NET Core (CoreCLR) is now fully supported

Objective C:

  • #8402: Make initial connect retry backoff configurable

PHP:

  • #7896: reject metadata keys that are not legal

Ruby:

  • #8265: fix to ruby protoc plugin

Node:

  • Removed some deprecated native function calls
  • Update dependencies