New
Quartz.NET 3.14.0
What's Changed
- Change
DirtyFlagMap.Addto useAllowNullAttributeinstead ofMaybeNullAttributeby @fbenoit-coexya in https://github.com/quartznet/quartznet/pull/2660 - Don't transition triggers to error state on scheduler shutdown/disposal by @lahma in https://github.com/quartznet/quartznet/pull/2704
- Handle hosted service stopping during startup gracefully by @lahma in https://github.com/quartznet/quartznet/pull/2705
- Upgrade packages by @lahma in https://github.com/quartznet/quartznet/pull/2706
- Add NET 8 and NET 9 targets, remove NET 6 target by @lahma in https://github.com/quartznet/quartznet/pull/2707
New Contributors
- @fbenoit-coexya made their first contribution in https://github.com/quartznet/quartznet/pull/2660
Full Changelog: https://github.com/quartznet/quartznet/compare/v3.13.1...v3.14.0