Skip to content

v1.0.0-rc1400

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 11:04
· 2 commits to v1.x.x since this release
v1.0.0-rc1400
ecd5580

Frequenz Python SDK Release Notes

Summary

This is a minor release with just a few bug fixes but also one breaking change in the ConfigManagingActor.

Upgrading

  • The ConfigManagingActor now only reacts to CREATE and MODIFY events. DELETE is not supported anymore and are ignored.
  • Remove the event_types argument from the ConfigManagingActor constructor.

Bug Fixes

  • Fix bugs with ConfigManagingActor:
    • Raising unhandled exceptions when any file in config directory was deleted.
    • Raising unhandled exception if not all config files exist.
    • Eliminate recursive actor crashes when all config files were missing.

What's Changed

Full Changelog: v1.0.0-rc1302...v1.0.0-rc1400