Skip to content

Release 0.10.1

Compare
Choose a tag to compare
@vanvoljg vanvoljg released this 18 Oct 19:00
· 15 commits to main since this release
3dd3b6e

This is a bugfix release to address an issue which creates an infinite loop during schedule generation.

The bug could be triggered by having the time_range end close enough to the end of a calendar day that adding next interval caused the clock to roll over past 23:59:59. This means the next time generated is still "before" the end of the time range, and the stream would generate forever.