v1.0.0-rc1400
Pre-release
Pre-release
·
433 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
ConfigManagingActornow only reacts toCREATEandMODIFYevents.DELETEis not supported anymore and are ignored. - Remove the
event_typesargument from theConfigManagingActorconstructor.
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
ConfigManagingActorraising 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