diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9af09f694..61ee6f2ad 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,17 @@ # Frequenz Python SDK Release Notes -## New Features +## Summary -- `Resampler`: The resampler can now be configured to have the resampling window closed to the right (default) or left, and to also set the resampler timestamp to the right (default) or left end of the window being resampled. You can configure setting the new options `closed` and `label` in the `ResamplerConfig`. + -## Bug Fixes +## Upgrading + + -- Improved formula validation: Consistent error messages for invalid formulas and conventional span semantics. +## New Features + + -- This fixes a rare power distributor bug where some battery inverters becoming unreachable because of network outages would lead to excess power values getting set. This is fixed by measuring the power of the unreachable inverters through their fallback meters and excluding that power from what is distributed to the other inverters. +## Bug Fixes -- Fixed stopping formulas: It will now also stop the evaluator and sub-formulas correctly. +