mirror of https://github.com/grpc/grpc-dart.git
Release 0.3.1
This commit is contained in:
parent
40ffab8da5
commit
26cb308d36
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.3.1 - 2018-02-27
|
||||||
|
|
||||||
|
* Split out TLS credentials to a separate class.
|
||||||
|
|
||||||
## 0.3.0 - 2018-02-05
|
## 0.3.0 - 2018-02-05
|
||||||
|
|
||||||
* Added authentication metadata providers, optimized for use with Google Cloud.
|
* Added authentication metadata providers, optimized for use with Google Cloud.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: grpc
|
name: grpc
|
||||||
description: Dart implementation of gRPC.
|
description: Dart implementation of gRPC.
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
author: Dart Team <misc@dartlang.org>
|
author: Dart Team <misc@dartlang.org>
|
||||||
homepage: https://github.com/dart-lang/grpc-dart
|
homepage: https://github.com/dart-lang/grpc-dart
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue