Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Quartz.NET 3.15.0 source code.tar.gz | 2025-08-03 | 5.8 MB | |
Quartz.NET 3.15.0 source code.zip | 2025-08-03 | 6.4 MB | |
README.md | 2025-08-03 | 1.9 kB | |
Totals: 3 Items | 12.1 MB | 6 |
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
- Implement CronExpression.GetTimeBefore() by @lahma in https://github.com/quartznet/quartznet/pull/2765
- Optimize cron parsing by @lahma in https://github.com/quartznet/quartznet/pull/2769
- Preserve Dates in Newtonsoft.Json NameValueCollectionConverter by @lahma in https://github.com/quartznet/quartznet/pull/2770
New Contributors
- @sherlock1982 made their first contribution in https://github.com/quartznet/quartznet/pull/2726
- @hannes-justsolve made their first contribution in https://github.com/quartznet/quartznet/pull/2753
Full Changelog: https://github.com/quartznet/quartznet/compare/v3.14.0...v3.15.0