Skip to content

v1.0.0-rc1700

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 09:45
v1.0.0-rc1700
fe7321c

Frequenz Python SDK Release Notes

Summary

New Features

  • Add a stop() method to the FormulaEngine. 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 with frequenz.sdk.actor.run and stopped.

  • Stop catching BaseException in frequenz.sdk.actor.run. Only CancelledError and Exception are caught now.

What's Changed

Full Changelog: v1.0.0-rc1600...v1.0.0-rc1700