mirror of https://github.com/grpc/grpc-dart.git
Prepare release 0.4.0 (#65)
This commit is contained in:
parent
00bab79945
commit
db484e154e
|
|
@ -1,4 +1,5 @@
|
||||||
# Files and directories created by pub
|
# Files and directories created by pub
|
||||||
|
.dart_tool/
|
||||||
.packages
|
.packages
|
||||||
.pub/
|
.pub/
|
||||||
build/
|
build/
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.4.0 - 2018-03-16
|
||||||
|
|
||||||
|
* Moved TLS credentials for server into a separate class.
|
||||||
|
* Added support for specifying the address for the server, and support for
|
||||||
|
serving on an ephemeral port.
|
||||||
|
|
||||||
## 0.3.1 - 2018-02-27
|
## 0.3.1 - 2018-02-27
|
||||||
|
|
||||||
* Split out TLS credentials to a separate class.
|
* Split out TLS credentials to a separate class.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: grpc
|
name: grpc
|
||||||
description: Dart implementation of gRPC.
|
description: Dart implementation of gRPC.
|
||||||
version: 0.3.1
|
version: 0.4.0
|
||||||
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