New
Quartz.NET 3.15.0
What's Changed
- allow to execute a job if remaining day time equals interval by @sherlock1982 in https://github.com/quartznet/quartznet/pull/2726
- Switch to file-scoped namespaces by @lahma in https://github.com/quartznet/quartznet/pull/2750
- Refactor PostgreSQL script to lower case qrtz_simprop_triggers table … by @hannes-justsolve in https://github.com/quartznet/quartznet/pull/2753
- Fix IDriverDelegate XML documentation for SelectTriggerToAcquire by @lahma in https://github.com/quartznet/quartznet/pull/2757
- Interrupt the scheduler thread when shutdown is occurring by @lahma in https://github.com/quartznet/quartznet/pull/2758
- Validate that cron expression has at most 7 tokens by @lahma in https://github.com/quartznet/quartznet/pull/2760
- When storing job with replace check update count returned by @lahma in https://github.com/quartznet/quartznet/pull/2761
- Introduce JobExecutionProcessException to provide more context by @lahma in https://github.com/quartznet/quartznet/pull/2762
- Fix DailyTimeIntervalTrigger.RepeatInterval setter validation by @lahma in https://github.com/quartznet/quartznet/pull/2763
- Fix CronExpression increment error messages by @lahma in https://github.com/quartznet/quartznet/pull/2764