github-actions
released this
29 Nov 11:04
·
2 commits
to v1.x.x
since this release
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 toCREATE
andMODIFY
events.DELETE
is not supported anymore and are ignored. - Remove the
event_types
argument from theConfigManagingActor
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
- Fix
ConfigManagingActor
raising unhandled exceptions when file doesn't exist by @ela-kotulska-frequenz in #1116 - Prepare release notes for v1.0.0-rc1400 by @llucax in #1121
Full Changelog: v1.0.0-rc1302...v1.0.0-rc1400