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: RELEASE_NOTES.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,14 @@
3
3
## Features
4
4
5
5
*`Dispatch.end_time` has been added to the `Dispatch` class, which is the time when the dispatch ended as calculated by the server. `dispatch-cli` will also print this time.
6
+
*`stream()` takes a new parameter `stream_retry_strategy` which allows to configure the retry strategy for the stream. The default is `LinearBackoff` with 1 second interval and no limit.
7
+
8
+
## Upgrading
9
+
10
+
*`stream()` now returns a `GrpcStreamBroadcaster` instead of a `Receiver`. This is a breaking change, existing code can be upgraded by simply appending `.new_receiver()`.
11
+
6
12
7
13
## Bug Fixes
8
14
9
15
* Fix that `dispatch-cli stream` would try to print an event as dispatch, causing an exception.
16
+
* Fix that `stream()` would not reconnect and just closes the channel upon disconnection.
0 commit comments