Quartz 2.2.0
Quartz.NET Scheduling Framework for .NET Platform
Showing the top 20 packages that depend on Quartz.
Packages | Downloads |
---|---|
Autofac.Extras.Quartz
Autofac integration for Quartz.Net
|
2 |
Autofac.Extras.Quartz
Autofac integration for Quartz.Net.
|
2 |
Autofac.Extras.Quartz
Autofac integration for Quartz.Net.
|
1 |
Autofac.Extras.Quartz
Autofac integration for Quartz.Net
|
1 |
This release contains important bug fixes, new functionality and minor breaking changes.
UPGRADING
Database schema upgrade is needed from 2.x series to 2.2:
* SQL Server: alter table QRTZ_FIRED_TRIGGERS add SCHED_TIME [BIGINT] NOT NULL;
* MySQL: alter table QRTZ_FIRED_TRIGGERS add SCHED_TIME BIGINT(19) NOT NULL
* Oracle: alter table QRTZ_FIRED_TRIGGERS add SCHED_TIME NUMBER(19) NOT NULL
* this adds a new column SCHED_TIME to table QRTZ_FIRED_TRIGGERS
BREAKING CHANGES
* database schema needs upgrade
* add SchedulerStarting() method to ISchedulerListener interface
* make the scheduler's TypeLoadHelper available to plugins when they are initialized
* dbFailureRetryInterval parameter was removed from DirectSchedulerFactory APIs
NEW FEATURES
* ability to override worker thread names (when using SimpleThreadPool)
* add new IScheduler method: ScheduleJob(IJobDetail job, ISet trigger) to schedule multiple triggers for a job all at once
* allow 'triggerless' initial storing of non-durable jobs.
* improvements for job recovery information
* package job_scheduling_data_2_0.xsd to nuget package's content folder
* allow scheduler exported with remoting to be used from local machine only
* support for Oracle managed ODP driver
FIXES
* job ending with exception and trigger not going to fire again, trigger is incorrectly not removed from job store
* XML schema supports multiple schedule elements but processor does not
* DailyTimeIntervalTriggerPersistenceDelegate does not handle empty time interval properly
* DailyTimeIntervalScheduleBuilder.EndingDailyAfterCount(...) doesn't pass validation
* trace throwing exception
* bug in QuartzSchedulerThread.GetRandomizedIdleWaitTime()
* can't delete or replace job without the referenced class
MISC
* Performance improvements, including improvements to some select statements in AdoJobStore
Any 0.0
- Common.Logging (>= 2.1.2)
Version | Downloads | Last updated |
---|---|---|
3.14.0 | 1 | 6/13/2025 |
3.13.1 | 2 | 6/14/2025 |
3.13.0 | 1 | 6/14/2025 |
3.12.0 | 1 | 6/14/2025 |
3.11.0 | 1 | 6/14/2025 |
3.10.0 | 1 | 6/14/2025 |
3.9.0 | 1 | 6/14/2025 |
3.8.1 | 1 | 6/16/2025 |
3.8.0 | 1 | 6/14/2025 |
3.7.0 | 2 | 6/14/2025 |
3.6.3 | 1 | 6/14/2025 |
3.6.2 | 1 | 6/14/2025 |
3.6.1 | 1 | 6/16/2025 |
3.6.0 | 1 | 6/14/2025 |
3.5.0 | 1 | 6/14/2025 |
3.4.0 | 1 | 6/14/2025 |
3.3.3 | 1 | 6/14/2025 |
3.3.2 | 0 | 4/9/2021 |
3.3.1 | 1 | 6/16/2025 |
3.3.0 | 0 | 4/7/2021 |
3.2.4 | 0 | 1/19/2021 |
3.2.3 | 0 | 10/31/2020 |
3.2.2 | 1 | 6/16/2025 |
3.2.1 | 1 | 6/16/2025 |
3.2.0 | 0 | 10/2/2020 |
3.1.0 | 1 | 6/16/2025 |
3.0.7 | 1 | 6/14/2025 |
3.0.6 | 1 | 6/14/2025 |
3.0.5 | 0 | 5/27/2018 |
3.0.4 | 2 | 6/14/2025 |
3.0.3 | 1 | 6/16/2025 |
3.0.2 | 0 | 1/25/2018 |
3.0.1 | 0 | 1/21/2018 |
3.0.0 | 0 | 12/30/2017 |
2.6.2 | 0 | 5/27/2018 |
2.6.1 | 0 | 10/9/2017 |
2.6.0 | 1 | 6/14/2025 |
2.5.0 | 1 | 6/14/2025 |
2.4.1 | 0 | 8/24/2016 |
2.4.0 | 0 | 8/18/2016 |
2.3.3 | 0 | 7/9/2015 |
2.3.2 | 0 | 3/30/2015 |
2.3.1 | 0 | 1/15/2015 |
2.3.0 | 0 | 11/8/2014 |
2.2.4 | 0 | 7/27/2014 |
2.2.3 | 0 | 3/30/2014 |
2.2.2 | 0 | 2/9/2014 |
2.2.1 | 0 | 11/24/2013 |
2.2.0 | 1 | 6/14/2025 |
2.1.2 | 0 | 1/13/2013 |
2.1.1 | 0 | 1/4/2013 |
2.1.0 | 0 | 12/31/2012 |
2.0.1 | 0 | 4/22/2012 |
2.0.0 | 1 | 6/16/2025 |
1.0.3 | 0 | 8/3/2011 |