File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.13.4
2
+
3
+ * Implement ` onConnectionStateChanged ` to sync ` grpc: 3.1.0 `
4
+
1
5
## 0.13.3
2
6
3
7
* Populate the pubspec ` repository ` field.
Original file line number Diff line number Diff line change @@ -327,6 +327,9 @@ class _ClientChannelWithClientId implements grpc.ClientChannel {
327
327
328
328
@override
329
329
Future <void > terminate () => _clientChannel.terminate ();
330
+
331
+ @override
332
+ Stream <ConnectionState > get onConnectionStateChanged => _clientChannel.onConnectionStateChanged;
330
333
}
331
334
332
335
Future <String ?> _getZoneInProduction () => _getMetadataValue ('zone' );
Original file line number Diff line number Diff line change 1
1
name : appengine
2
- version : 0.13.3
2
+ version : 0.13.4
3
3
description : >
4
4
Support for using Dart as a custom runtime on Google App Engine Flexible
5
5
Environment
@@ -12,7 +12,7 @@ dependencies:
12
12
fixnum : ^1.0.0
13
13
gcloud : ^0.8.0
14
14
googleapis_auth : ^1.1.0
15
- grpc : ^3.0 .0
15
+ grpc : ^3.1 .0
16
16
http : ^0.13.3
17
17
logging : ^1.0.1
18
18
path : ^1.8.0
You can’t perform that action at this time.
0 commit comments