Skip to content

Commit af2aaf2

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
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.
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+
612

713
## Bug Fixes
814

915
* 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

Comments
 (0)