2.1.0
Capsule.Core
Added
- Timer events "timer enqueued", "timer cancelled" and "timer fired" are now logged with debug log level.
TimerService
received a newILogger<TimerService>
constructor parameter to facilitate this. The previous constructor is now obsolete and will be removed with the next major release.
Fixed
- Timers now account for the fact that
Task.Delay
may return up to 1ms early and ensures timers will not fire early.
Capsule.Generator
No changes, no release (1.0.1 is the latest release)
Capsule.Testing
No changes, no release (2.0.0 is the latest release)