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.Extensions.Hosting, Quartz.Extensions.DependencyInjection and Quartz in /src #2955

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps Quartz.Extensions.Hosting, Quartz.Extensions.DependencyInjection and Quartz. These dependencies needed to be updated together.
Updates Quartz.Extensions.Hosting from 3.8.0 to 3.8.1

Release notes

Sourced from Quartz.Extensions.Hosting's releases.

Quartz.NET 3.8.1

This release contains small bug fixes and now the NuGet packages have the much-touted package readmes.

What's Changed

New Contributors

Full Changelog: quartznet/quartznet@v3.8.0...v3.8.1

Changelog

Sourced from Quartz.Extensions.Hosting's changelog.

Release 3.8.1, Feb xx 2024

  • Fix handling of env var quartz.config (#2212) (#2213)
  • Use configured type loader in scheduler factory init (#2268)
Commits

Updates Quartz.Extensions.DependencyInjection from 3.6.2 to 3.8.1

Release notes

Sourced from Quartz.Extensions.DependencyInjection's releases.

Quartz.NET 3.8.1

This release contains small bug fixes and now the NuGet packages have the much-touted package readmes.

What's Changed

New Contributors

Full Changelog: quartznet/quartznet@v3.8.0...v3.8.1

Quartz.NET 3.8.0

This most notably tries to improve Quartz API and metadata to handle NET 8 trimming capabilities better, but there's probably still issues to encounter. When using trimming one should use the strongly-typed MS DI integration and SchedulerBuilder APIs.

What's Changed

New Contributors

Full Changelog: quartznet/quartznet@v3.7.0...v3.8.0

Quartz.NET 3.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

... (truncated)

Changelog

Sourced from Quartz.Extensions.DependencyInjection's changelog.

Release 3.8.1, Feb xx 2024

  • Fix handling of env var quartz.config (#2212) (#2213)
  • Use configured type loader in scheduler factory init (#2268)

Release 3.8.0, Nov 18 2023

  • CHANGES

    • TryGetString method added to JobDataMap (#2125)
    • Add NET 8.0 targeting for examples, tests and integration projects (#2192)
    • Upgrade TimeZoneConverter to version 6.1.0 (#2194)
    • Improve trimming compatibility (#2195, #2131, #2197)
  • FIXES

    • JobDataMap TryGetXXX methods will now correctly return true/false if a key value can be retrieved (or not) (#2125)
    • JobDataMap GetXXX methods throw KeyNotFoundException if the key does not exist on the JobDataMap (#2125)
    • JobDataMap GetXXX methods throw InvalidCastException if null value for non nullable types is found. (#2125)
    • DailyCalendar should use same time zone offset for all checks (#2113)
    • SendMailJob will now throw JobExecutionException on BuildMessage construction failure due to missing mandatory params. (#2126)
    • JobInterruptMonitorPlugin should tolerate missing JobDataMapKeyAutoInterruptable (#2191)
    • XMLSchedulingDataProcessorPlugin not using custom TypeLoader #2131

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)

... (truncated)

Commits

Updates Quartz from 3.6.2 to 3.8.1

Release notes

Sourced from Quartz's releases.

Quartz.NET 3.8.1

This release contains small bug fixes and now the NuGet packages have the much-touted package readmes.

What's Changed

New Contributors

Full Changelog: quartznet/quartznet@v3.8.0...v3.8.1

Quartz.NET 3.8.0

This most notably tries to improve Quartz API and metadata to handle NET 8 trimming capabilities better, but there's probably still issues to encounter. When using trimming one should use the strongly-typed MS DI integration and SchedulerBuilder APIs.

What's Changed

New Contributors

Full Changelog: quartznet/quartznet@v3.7.0...v3.8.0

Quartz.NET 3.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

... (truncated)

Changelog

Sourced from Quartz's changelog.

Release 3.8.1, Feb xx 2024

  • Fix handling of env var quartz.config (#2212) (#2213)
  • Use configured type loader in scheduler factory init (#2268)

Release 3.8.0, Nov 18 2023

  • CHANGES

    • TryGetString method added to JobDataMap (#2125)
    • Add NET 8.0 targeting for examples, tests and integration projects (#2192)
    • Upgrade TimeZoneConverter to version 6.1.0 (#2194)
    • Improve trimming compatibility (#2195, #2131, #2197)
  • FIXES

    • JobDataMap TryGetXXX methods will now correctly return true/false if a key value can be retrieved (or not) (#2125)
    • JobDataMap GetXXX methods throw KeyNotFoundException if the key does not exist on the JobDataMap (#2125)
    • JobDataMap GetXXX methods throw InvalidCastException if null value for non nullable types is found. (#2125)
    • DailyCalendar should use same time zone offset for all checks (#2113)
    • SendMailJob will now throw JobExecutionException on BuildMessage construction failure due to missing mandatory params. (#2126)
    • JobInterruptMonitorPlugin should tolerate missing JobDataMapKeyAutoInterruptable (#2191)
    • XMLSchedulingDataProcessorPlugin not using custom TypeLoader #2131

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)

... (truncated)

Commits

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)

@dependabot dependabot bot requested a review from a team as a code owner April 22, 2024 14:00
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 22, 2024
Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.87%. Comparing base (be76443) to head (20cacca).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2955   +/-   ##
=======================================
  Coverage   85.87%   85.87%           
=======================================
  Files         296      296           
  Lines       11344    11344           
  Branches      890      890           
=======================================
  Hits         9742     9742           
  Misses       1311     1311           
  Partials      291      291           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kbeaugrand kbeaugrand enabled auto-merge (squash) April 22, 2024 18:57
@dependabot dependabot bot force-pushed the dependabot/nuget/src/multi-467f1d2a31 branch 2 times, most recently from 16eacc9 to 4bc2159 Compare April 22, 2024 19:22
… and Quartz

Bumps [Quartz.Extensions.Hosting](https://github.com/quartznet/quartznet), [Quartz.Extensions.DependencyInjection](https://github.com/quartznet/quartznet) and [Quartz](https://github.com/quartznet/quartznet). These dependencies needed to be updated together.

Updates `Quartz.Extensions.Hosting` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.8.0...v3.8.1)

Updates `Quartz.Extensions.DependencyInjection` from 3.6.2 to 3.8.1
- [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.8.1)

Updates `Quartz` from 3.6.2 to 3.8.1
- [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.8.1)

---
updated-dependencies:
- dependency-name: Quartz.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Quartz.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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/src/multi-467f1d2a31 branch from 4bc2159 to 20cacca Compare April 22, 2024 19:34
@kbeaugrand kbeaugrand merged commit 7c5d36f into main Apr 22, 2024
6 checks passed
@kbeaugrand kbeaugrand deleted the dependabot/nuget/src/multi-467f1d2a31 branch April 22, 2024 19:41
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant