File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments