File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 22
33## Summary
44
5- <!-- Here goes a general summary of what this release is about -->
6-
7- ## Upgrading
8-
9- <!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
115## New Features
126
13- - Add stop method to the FormulaEngine. Now it is possible to stop custom formulas.
7+ - Add a ` stop() ` method to the ` FormulaEngine ` . Now it is possible to stop custom formulas.
148
159- Stop fallback formulas when primary formula starts working again.
1610
1711## Bug Fixes
1812
19- - Fixed bug with formulas raising exception when stopped.
13+ - Fixed a bug with formulas raising exception when stopped.
2014
21- - Fix a bug that raised ` CancelledError ` when actor was started with ` frequenz.sdk.actor.run ` and stopped.
15+ - Fixed a bug that raised ` CancelledError ` when actor was started with ` frequenz.sdk.actor.run ` and stopped.
2216
23- - Stop catching ` BaseException ` in ` frequenz.sdk.actor.run ` . Only ` CancelledError ` and ` Exception ` are caught now.
17+ - Stop catching ` BaseException ` in ` frequenz.sdk.actor.run ` . Only ` CancelledError ` and ` Exception ` are caught now.
You can’t perform that action at this time.
0 commit comments