Skip to content

Commit 110b8bf

Browse files
authored
Clear release notes (#1410)
Keep the one line that was added after the release
2 parents 75f543f + 209f4c4 commit 110b8bf

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

RELEASE_NOTES.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
## Summary
44

5-
Along with the new `tick_delay` resampler config option, this release also includes some performance improvements in the data pipeline.
5+
<!-- Here goes a general summary of what this release is about -->
6+
7+
## Upgrading
8+
9+
* Update microgrid client to v0.18.3+, which fixes a problem with missing steam boilers on formula generation.
610

711
## New Features
812

9-
* A new `tick_delay` option was added to `ResamplerConfig` and `ResamplerConfig2` to delay resampling execution after each timer tick. The delay was designed to postpone processing while keeping window boundaries aligned to the original tick times, which can be used for cascaded resampling pipelines. This option is experimental and may be changed or deprecated in a future release.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1014

1115
## Bug Fixes
1216

13-
* Accept `ComponentDataSamples` that only carry state changes (the state changes were dropped before).
14-
* Update microgrid client to v0.18.3+, which fixes a problem with missing steam boilers on formula generation.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)