Skip to content

2.1.0

Compare
Choose a tag to compare
@thedmi thedmi released this 24 Apr 06:30
· 58 commits to master since this release
82e89db

Capsule.Core

Added

  • Timer events "timer enqueued", "timer cancelled" and "timer fired" are now logged with debug log level. TimerService received a new ILogger<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)