Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Quartz from 3.3.3 to 3.4.0 #223

Merged
merged 1 commit into from
Jul 27, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps Quartz from 3.3.3 to 3.4.0.

Release notes

Sourced from Quartz's releases.

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)
  • 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)
  • QuartzHostedService now has jobs start after application startup (#1449)
  • QuartzHostedServiceOptions can let jobs be started as part of application startup, as before this version (#1432)
  • Add helper methods to setup Microsoft.Data.Sqlite (#1275)
  • Quartz will scan job and trigger listeners from MS DI container automatically (#1561)

BREAKING CHANGES

NEW CONTRIBUTORS

... (truncated)

Changelog

Sourced from Quartz's changelog.

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)
    • QuartzHostedService now has jobs start after application startup (#1449)
    • QuartzHostedServiceOptions can let jobs be started as part of application startup, as before this version (#1432)
    • Add helper methods to setup Microsoft.Data.Sqlite (#1275)
    • Quartz will scan job and trigger listeners from MS DI container automatically (#1561)
  • BREAKING CHANGES

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 28, 2022
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) July 27, 2022 12:57
Bumps [Quartz](https://github.com/quartznet/quartznet) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.3.3...v3.4.0)

---
updated-dependencies:
- dependency-name: Quartz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Quartz-3.4.0 branch from 6385c16 to 9e81521 Compare July 27, 2022 13:02
@Aaronontheweb Aaronontheweb merged commit 7f07483 into dev Jul 27, 2022
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/Quartz-3.4.0 branch July 27, 2022 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant