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

build(deps): bump Quartz_Version from 3.6.2 to 3.7.0 #679

Open
wants to merge 1 commit into
base: release
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2023

Bumps Quartz_Version from 3.6.2 to 3.7.0.
Updates Quartz.Extensions.Hosting from 3.6.2 to 3.7.0

Release notes

Sourced from Quartz.Extensions.Hosting'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: quartznet/quartznet@v3.6.3...v3.7.0

Quartz.NET 3.6.3

To celebrate my daughter's 8th birthday, let's have a maintenance release. This release brings important fix to scoped job dependency disposal which had regressed in 3.6.1 release.

What's Changed

New Contributors

Full Changelog: quartznet/quartznet@v3.6.2...v3.6.3

Changelog

Sourced from Quartz.Extensions.Hosting'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)

Release 3.6.3, Jun 25 2023

To celebrate my daughter's 8th birthday, let's have a maintenance release. This release bring important fix to scoped job dependency disposal which had regressed in 3.6.1 release.

  • FIXES

    • Performance issues reading large job objects from AdoJobStore on SQL Server (#2054)
    • ScopedJob is no longer disposed when using MS DI (#1954)
    • Persistence of extended properties not working when the trigger type is changed (#2040)
    • PersistJobDataAfterExecution not set when loading job detail data from database (#2014)
    • JobInterruptMonitor Plugin should read MaxRunTime from MergedJobDataMap (#2004)
    • Fix unable to get any job related information when using IObserver (#1966)
    • ServiceCollectionSchedulerFactory.GetNamedConnectionString passes wrong value to base (#1960)
    • CronExpression.BuildExpression() fails to catch this invalid expression: 0 0 * * * ?h (#1953)
    • QuartzServiceCollectionExtensions is ambiguous between Quartz.AspNetCore and Quartz.Extensions.Hosting (#1948)
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
  • Additional commits viewable in compare view

Updates Quartz.Serialization.Json from 3.6.2 to 3.7.0

Release notes

Sourced from Quartz.Serialization.Json'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: quartznet/quartznet@v3.6.3...v3.7.0

Quartz.NET 3.6.3

To celebrate my daughter's 8th birthday, let's have a maintenance release. This release brings important fix to scoped job dependency disposal which had regressed in 3.6.1 release.

What's Changed

New Contributors

Full Changelog: quartznet/quartznet@v3.6.2...v3.6.3

Changelog

Sourced from Quartz.Serialization.Json'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)

Release 3.6.3, Jun 25 2023

To celebrate my daughter's 8th birthday, let's have a maintenance release. This release bring important fix to scoped job dependency disposal which had regressed in 3.6.1 release.

  • FIXES

    • Performance issues reading large job objects from AdoJobStore on SQL Server (#2054)
    • ScopedJob is no longer disposed when using MS DI (#1954)
    • Persistence of extended properties not working when the trigger type is changed (#2040)
    • PersistJobDataAfterExecution not set when loading job detail data from database (#2014)
    • JobInterruptMonitor Plugin should read MaxRunTime from MergedJobDataMap (#2004)
    • Fix unable to get any job related information when using IObserver (#1966)
    • ServiceCollectionSchedulerFactory.GetNamedConnectionString passes wrong value to base (#1960)
    • CronExpression.BuildExpression() fails to catch this invalid expression: 0 0 * * * ?h (#1953)
    • QuartzServiceCollectionExtensions is ambiguous between Quartz.AspNetCore and Quartz.Extensions.Hosting (#1948)
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
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps `Quartz_Version` from 3.6.2 to 3.7.0.

Updates `Quartz.Extensions.Hosting` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.6.2...v3.7.0)

Updates `Quartz.Serialization.Json` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.6.2...v3.7.0)

---
updated-dependencies:
- dependency-name: Quartz.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Quartz.Serialization.Json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2023
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.

None yet

0 participants