Skip to content

Commit 432d140

Browse files
committed
Reset release notes
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent ab62c06 commit 432d140

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66

77
## Upgrading
88

9-
The `frequenz.dispatch.TargetComponents` type was removed, use `frequenz.client.dispatch.TargetComponents` instead.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1010

1111
## New Features
1212

13-
* The dispatcher offers two new parameters to control the client's call and stream timeout:
14-
- `call_timeout`: The maximum time to wait for a response from the client.
15-
- `stream_timeout`: The maximum time to wait before restarting a stream.
16-
* While the dispatch stream restarts we refresh our dispatch cache as well, to ensure we didn't miss any updates.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1714

1815
## Bug Fixes
1916

20-
* Fixed that dispatches are never retried on failure, but instead an infinite loop of retry logs is triggered.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)