v1.1.2
Frequenz channels Release Notes
Bug Fixes
FileWatcher
: Fixedready()
method to return False when an error occurs. Before this fix,select()
(and other code usingready()
) never detected theFileWatcher
was stopped and theselect()
loop was continuously waking up to inform the receiver was ready.
What's Changed
- Clear release notes by @llucax in #314
- Bump the required group across 1 directory with 19 updates by @dependabot in #316
- Fix ready() method in FileWatcher by @daniel-zullo-frequenz in #318
- Update release notes for release 1.1.2 by @llucax in #319
Full Changelog: v1.1.1...v1.1.2