boris1993 / tiantang-auto-harvest

每日自动收取甜糖星愿,自动激活电费卡
https://hub.docker.com/r/boris1993/tiantang-auto-harvest
MIT License
34 stars 5 forks source link

Bump Quartz from 3.3.3 to 3.5.0 #41

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Quartz from 3.3.3 to 3.5.0.

Release notes

Sourced from Quartz's releases.

Quartz.NET 3.5

NEW FEATURES

  • Allow PersistJobDataAfterExecution and ConcurrentExecutionDisallowed to be explicitly set in JobBuilder and pulled up to IJobConfigurator (#1575)
  • Add TryGet functions to JobDataMap and StringKeyDirtyFlagMap (#1592)
  • Add UseMySqlConnector overload for DB configuration (#1621)
  • Validate database schema during scheduler initialization (#1716)
  • Support DataSource name configuration (#1710)
  • Add UsePersistentStore<T> where T : IJobStore in DI Extension (#1715)

FIXES

  • Make RAMJobStore.RemoveJobInternal return true even if job has no triggers (#1580)
  • Configuration property quartz.jobStore.dbRetryInterval will be correctly set when constructing the Scheduler JobStore.
    • If you previously had configuration with the key quartz.scheduler.dbFailureRetryInterval please change to the above mentioned key.
  • DailyCalendar doesn't include first and last millisecond of day in checks (#1665)
  • StdSchedulerFactory and derived factories are not thread-safe (#1587)
  • Change QuartzOptions to inherit from Dictionary<string, string?> instead of NameValueCollection to fix Microsoft.Extensions.Configuration 7 RC integration (#1748)

IMPROVEMENTS

  • Reduce scheduler initialization logging noise (#1752)

New Contributors

Full Changelog: https://github.com/quartznet/quartznet/compare/v3.4.0...v3.5.0

Quartz.NET 3.4

This release has Quartz jobs start executing only after application startup completes successfully, unless QuartzHostedServiceOptions are used to specify otherwise. By default, this prevents jobs from running while the application is still starting, and it alleviates the need to use arbitrary start delays to achieve the effect manually.

Quartz.OpenTelemetry.Instrumentation has been marked obsolete as there's official contrib project on OpenTelemetry project side.

FIXES

  • Fix for job type loading after version change (#1286)
  • Fix StartDelayed delaying the start of other hosted services (#1314)
  • Set NextFireTime of the replaced trigger relative to the old trigger's StartTime if the old trigger's PreviousFireTime is null (#1519)
  • Include InvertTimeRange property in DailyCalendar.Clone (#1522)
  • QuartzHealthCheck never recovers after detecting failure (#1496)
  • Microsoft DI integration does not working with Microsoft.Extensions.Hosting v7 preview (#1544)

IMPROVEMENTS

  • Jobs now start executing after application startup completes successfully (#1432)
  • Support strongly-typed configuration of IDbProvider (#1312)

... (truncated)

Changelog

Sourced from Quartz's changelog.

Release 3.5.0, Sep 18 2022

  • NEW FEATURES

    • Allow PersistJobDataAfterExecution and ConcurrentExecutionDisallowed to be explicitly set in JobBuilder and pulled up to IJobConfigurator (#1575)
    • Add TryGet functions to JobDataMap and StringKeyDirtyFlagMap (#1592)
    • Add UseMySqlConnector overload for DB configuration (#1621)
    • Validate database schema during scheduler initialization (#1716)
    • Support DataSource name configuration (#1710)
    • Add "UsePersistentStore where T : IJobStore" in DI Extension (#1715)
  • FIXES

    • Make RAMJobStore.RemoveJobInternal return true even if job has no triggers (#1580)
    • Configuration property quartz.jobStore.dbRetryInterval will be correctly set when constructing the Scheduler JobStore.
      • If you previously had configuration with the key quartz.scheduler.dbFailureRetryInterval please change to the above mentioned key.
    • DailyCalendar doesn't include first and last millisecond of day in checks (#1665)
    • StdSchedulerFactory and derived factories are not thread-safe (#1587)
    • Change QuartzOptions to inherit from Dictionary instead of NameValueCollection to fix Microsoft.Extensions.Configuration 7 RC integration (#1748)
  • IMPROVEMENTS

    • Reduce scheduler initialization logging noise (#1752)

Release 3.4.0, Mar 27 2022

This release has Quartz jobs start executing only after application startup completes successfully, unless QuartzHostedServiceOptions are used to specify otherwise. By default, this prevents jobs from running while the application is still starting, and it alleviates the need to use arbitrary start delays to achieve the effect manually. Quartz.OpenTelemetry.Instrumentation has been marked obsolete as there's official contrib project on OpenTelemetry project side.

  • FIXES

    • Fix for job type loading after version change (#1286)
    • Fix StartDelayed delaying the start of other hosted services (#1314)
    • Set NextFireTime of the replaced trigger relative to the old trigger's StartTime if the old trigger's PreviousFireTime is null (#1519)
    • Include InvertTimeRange property in DailyCalendar.Clone (#1522)
    • QuartzHealthCheck never recovers after detecting failure (#1496)
    • Microsoft DI integration does not working with Microsoft.Extensions.Hosting v7 preview (#1544)
  • IMPROVEMENTS

    • Jobs now start executing after application startup completes successfully (#1432)
    • Support strongly-typed configuration of IDbProvider (#1312)
    • Add MSSQL Script compatible with SQL 2014 and 2012 (#1337)
    • Added usage of DisallowConcurrentExecutionAttribute for interfaces (#1345)
    • Multiple performance improvements (#1351, #1355, #1354, #1353, #1356, #1358)
    • Increase precision of SimpleTriggerImpl to ticks. (#1360)
    • Switch from FAKE to NUKE (#1413)

... (truncated)

Commits
  • d3d18ac Release preparations
  • 818fd72 Reduce scheduler initialization logging noise (#1752)
  • b5c2871 Validate database schema during scheduler initialization (#1751)
  • 73b03e4 Change QuartzOptions to inherit from Dictionary<string, string?> (#1750)
  • e25efff add "UsePersistentStore<T> where T : IJobStore" in DI Extension (#1715)
  • fbf8c2f Support DataSource name configuration (#1710)
  • ff7e017 Update changelog.md
  • bcc7d69 Fix DailyCalendar to include first and last millisecond of day (#1666)
  • be87f06 Make StdSchedulerFactory and ServiceCollectionSchedulerFactories threadsafe (...
  • abafc9a Update changelog.md and reference.md
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)