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.2.4 to 3.3.2 #155

Merged
merged 2 commits into from May 12, 2021
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 12, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps Quartz from 3.2.4 to 3.3.2.

Release notes

Sourced from Quartz's releases.

Quartz.NET 3.3.2

This release returns the possibility to resolve jobs from Microsoft DI container. Now container is checked first and if not found then ActivatorUtilities is used to construct the type with constructor injection support. Now both AllowDefaultConstructor and CreateScope have been obsoleted as behavior is now either via DI construction or ActivatorUtilities and scope is always created to prevent resource leaks / double disposal.

Also a problem with host name resolution under WSL2 scenario was fixed.

FIXES

  • Try resolving jobs from service provider before resorting to ActivatorUtilities (#1159)
  • Can't get hostname on WSL2+docker host network (#1158)

Quartz.NET 3.3.1

This release fixes assembly signing problem introduced in 3.3.

FIXES

  • Remove PublicSign property from csproj (#1155)

Quartz.NET 3.3.0

This release addresses problems with using Quartz with .NET Full Framework lower than 4.7.2. ValueTask loading could fail due the dependencies brought with activity source support. Now activity sources are only supported when using .NET Framework >= 4.7.2 and netstandard >= 2.0. This also raises requirement the same way for package Quartz.OpenTelemetry.Instrumentation.

This release also improves trigger acquisition performance when using persistent job store, mostly by reducing network round-trips. The semaphore implementations were also re-written to gain more performance.

Also some bug fixes included, thanks to all contributors!

GitHub Issues

BREAKING CHANGES

  • Activity source listener is not longer part of net461 build, only net472
  • Quartz.AspNetCore integration package minimum .NET Core version is now 3.1 for HealthChecks support

NEW FEATURES

  • Separate build configuration for .NET Framework 4.7.2
  • OpenTelemetry integration upgraded to target OpenTelemetry 1.0.0-rc1.1
  • Ported JobInterruptMonitorPlugin from Java version which allows automatic interrupt calls for registered jobs (#1110)
  • Rewrite semaphore implementations (#1115)
  • UsingJobData now has Guid and char overloads (#1141)
  • Add a regular AddJob(Type) (#1090)

FIXES

  • Jobs not firing after upgrade to 3.2.x (from 3.0.7) on Microsoft Server 2008 R2 (#1083)
  • Jobs are not fired (#1072)

... (truncated)

Changelog

Sourced from Quartz's changelog.

Release 3.3.2, Apr 9 2021

This release returns the possibility to resolve jobs from Microsoft DI container. Now container is checked first and if not found then ActivatorUtilities is used to construct the type with constructor injection support. Now both AllowDefaultConstructor and CreateScope have been obsoleted as behavior is now either via DI construction or ActivatorUtilities and scope is always created to prevent resource leaks / double disposal.

Also a problem with host name resolution under WSL2 scenario was fixed.

  • FIXES

    • Try resolving jobs from service provider before resorting to ActivatorUtilities (#1159)
    • Can't get hostname on WSL2+docker host network (#1158)

Release 3.3.1, Apr 8 2021

This release fixes assembly signing problem introduced in 3.3.

  • FIXES

    • Remove PublicSign property from csproj (#1155)

Release 3.3, Apr 7 2021

This release addresses problems with using Quartz with .NET Full Framework lower than 4.7.2. ValueTask loading could fail due the dependencies brought with activity source support. Now activity sources are only supported when using .NET Framework >= 4.7.2 and netstandard >= 2.0. This also raises requirement the same way for package Quartz.OpenTelemetry.Instrumentation.

This release also improves trigger acquisition performance when using persistent job store, mostly by reducing network round-trips. The semaphore implementations were also re-written to gain more performance.

Also some bug fixes included, thanks to all contributors!

  • BREAKING CHANGES

    • Activity source listener is not longer part of net461 build, only net472
    • Quartz.AspNetCore integration package minimum .NET Core version is now 3.1 for HealthChecks support
  • NEW FEATURES

    • Separate build configuration for .NET Framework 4.7.2
    • OpenTelemetry integration upgraded to target OpenTelemetry 1.0.0-rc1.1
    • Ported JobInterruptMonitorPlugin from Java version which allows automatic interrupt calls for registered jobs (#1110)
    • Rewrite semaphore implementations (#1115)
    • UsingJobData now has Guid and char overloads (#1141)
    • Add a regular AddJob Type (#1090)
  • FIXES

... (truncated)

Commits
  • 8dbadbc release preparations
  • d4aa977 Simplify DNS name resolution in HostNameBasedIdGenerator (#1160)
  • d26d41e Try resolving jobs from service provider before resorting to ActivatorUtiliti...
  • 682aa1a Create 2021-04-08-quartznet-3.3.1-released.md
  • dce47c5 release preparations
  • e808c9f Fix assembly signing
  • faaaacf Create 2021-04-07-quartznet-3.3-released.md
  • 72298e1 release preparations
  • 31fac9e Fix automatic property injection for scoped jobs (#1153)
  • 99cfca1 Improve acquire triggers performance (#1111)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [Quartz](https://github.com/quartznet/quartznet) from 3.2.4 to 3.3.2.
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.2.4...v3.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 12, 2021
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) May 12, 2021 14:02
@Aaronontheweb Aaronontheweb merged commit 8248629 into dev May 12, 2021
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/Quartz-3.3.2 branch May 12, 2021 14: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.

None yet

1 participant