Frequenz Python SDK Release Notes
Summary
New Features
-
Add a
stop()
method to theFormulaEngine
. Now it is possible to stop custom formulas. -
Stop fallback formulas when primary formula starts working again.
Bug Fixes
-
Fixed a bug with formulas raising exception when stopped.
-
Fixed a bug that raised
CancelledError
when actor was started withfrequenz.sdk.actor.run
and stopped. -
Stop catching
BaseException
infrequenz.sdk.actor.run
. OnlyCancelledError
andException
are caught now.
What's Changed
- Stop formula engine by @ela-kotulska-frequenz in #1165
- Clear release notes by @shsms in #1167
- Stop raising CancelledError when actor is cancelled by @ela-kotulska-frequenz in #1166
- mypy: Check all files by default by @llucax in #1164
- Prepare release notes for rc1700 by @llucax in #1170
Full Changelog: v1.0.0-rc1600...v1.0.0-rc1700