You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,15 @@
1
-
## 4.0.1
1
+
## 4.0.2-wip
2
2
3
+
* Internal optimization to client code.
4
+
* Small fixes, such as ports in testing and enabling `timeline_test.dart`.
5
+
* When the keep alive manager runs into a timeout, it will finish the transport instead of closing
6
+
the connection, as defined in the gRPC spec.
3
7
* Update xhr transport to migrate off legacy JS/HTML apis.
4
8
9
+
## 4.0.1
10
+
11
+
* Fix header and trailing not completing if the call is terminated. Fixes [#727](https://github.com/grpc/grpc-dart/issues/727)
12
+
5
13
## 4.0.0
6
14
7
15
* Set compressed flag correctly for grpc-encoding = identity. Fixes [#669](https://github.com/grpc/grpc-dart/issues/669) (https://github.com/grpc/grpc-dart/pull/693)
0 commit comments