We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bab79 commit db484e1Copy full SHA for db484e1
.gitignore
@@ -1,4 +1,5 @@
1
# Files and directories created by pub
2
+.dart_tool/
3
.packages
4
.pub/
5
build/
CHANGELOG.md
@@ -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.
6
7
## 0.3.1 - 2018-02-27
8
9
* Split out TLS credentials to a separate class.
pubspec.yaml
@@ -1,6 +1,6 @@
name: grpc
description: Dart implementation of gRPC.
-version: 0.3.1
+version: 0.4.0
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/grpc-dart
0 commit comments