Skip to content

Commit 5446a94

Browse files
committed
Update release notes
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent e78ccc4 commit 5446a94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## Features
44

55
* `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.
67

78
## Bug Fixes
89

910
* Fix that `dispatch-cli stream` would try to print an event as dispatch, causing an exception.
11+
* Fix that `stream()` would not reconnect and just closes the channel upon disconnection.

0 commit comments

Comments
 (0)