Skip to content

Commit 8dde103

Browse files
shsmso7e3nim4d
authored andcommitted
Update release notes
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent fe9327c commit 8dde103

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
- `power()` — a `Formula<Power>` for the pool's aggregated power.
3939
- `power_bounds()` — a `broadcast::Receiver<Vec<Bounds<Power>>>` tracking the pool's power bounds.
4040

41+
- The logical meter now survives NTP-style wall-clock jumps. A new internal `WallClockTimer` schedules resampler ticks against the wall clock while sleeping on tokio's monotonic clock; when the two diverge by more than one interval in either direction, the timer realigns and the actor rebuilds its inner resamplers against the new clock frame. Subscribers see one `None` sample at the resync tick (preserving the every-interval cadence) and real values resume on the next tick. Note: a backward jump produces a sample timestamped in the past relative to the previous one — consumers that assume monotonically increasing `Sample` timestamps must handle this.
42+
4143
## Bug Fixes
4244

4345
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)