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
|
||||
|
||||
* Added authentication metadata providers, optimized for use with Google Cloud.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: grpc
|
||||
description: Dart implementation of gRPC.
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
author: Dart Team <misc@dartlang.org>
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
|
||||
|
|
Loading…
Reference in New Issue