aelassas / wexflow

.NET Workflow Engine and Automation Platform
https://wexflow.github.io
MIT License
554 stars 159 forks source link

Bump Quartz from 3.6.3 to 3.7.0 #53

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Quartz from 3.6.3 to 3.7.0.

Release notes

Sourced from Quartz's releases.

v3.7.0

This release has some work pointing people towards more sustainable API usage. Adding .NET 6.0 target for less dependencies.

What's Changed

New Contributors

Full Changelog: https://github.com/quartznet/quartznet/compare/v3.6.3...v3.7.0

Changelog

Sourced from Quartz's changelog.

Release 3.7.0, xxx xx 2023

  • CHANGES

    • Mark UseJsonSerializer as obsolete, one should use UseNewtonsoftJsonSerializer (#2077)
    • Removed obsolete UseMicrosoftDependencyInjectionScopedJobFactory(), mark UseMicrosoftDependencyInjectionJobFactory() obsolete (#2085)
  • FIXES

    • Now omitting UseMicrosoftDependencyInjectionJobFactory() should actually work as it will be the default (#2085)
Commits
  • 08a1a51 Release preparations
  • 64ecb96 Add net6.0 target (#2106)
  • 24b175b Make private and internal classes sealed (#2098)
  • f3f06a2 Switch to using feedz.io for pre-release builds (#2096)
  • 66f41a9 Remove enumerator usage in AcquireNextTriggers when getting timeTriggers min ...
  • 250c2ed Change QuartzHostedService from internal to public (#2090)
  • 8021bb4 Mark UseMicrosoftDependencyInjectionJobFactory as obsolete, remove UseMicroso...
  • d136a5e Obsolete plain UseJsonSerializer (#2077)
  • 133c5a3 Improve custom job store DI registration API (#2063)
  • 392aacc Update version prefix
  • See full diff 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)