v.25.9Improvement
Make the staleness window
Make the staleness window in timeSeries*() functions left-open and right-closed. #86588 (Vitaly Baranov).Why it matters
This adjustment ensures more precise handling of time intervals by excluding the start boundary and including the end boundary in the staleness window, improving the accuracy of time series data processing.How to use it
Users simply call thetimeSeries* functions as usual; the staleness window semantics are updated internally to be left-open and right-closed without requiring any changes in usage.