backgroundjobs-v7.2.0
github-actions
released this
27 Feb 19:33
·
13 commits
to master
since this release
The BackgroundJobService will now exit early if only IRecurringJob
/IRecurringJobWithInitialDelay
instances are registered. These run on a separate timer, so there's no reason for the BackgroundJobService to poll for background jobs to run.
This reduces resource usage in scenarios where only IRecurringJob
/IRecurringJobWithInitialDelay
instances are registered.
What's Changed
- Bump FluentAssertions.Analyzers from 0.22.0 to 0.23.1 by @dependabot in #92
- Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 by @dependabot in #93
- Bump FluentAssertions.Analyzers from 0.23.1 to 0.24.0 by @dependabot in #95
- Bump actions/checkout from 3 to 4 by @dependabot in #94
- Bump OpenTelemetry.Exporter.Console from 1.5.1 to 1.6.0 by @dependabot in #97
- Bump OpenTelemetry.Extensions.Hosting from 1.5.1 to 1.6.0 by @dependabot in #96
- Bump BenchmarkDotNet from 0.13.7 to 0.13.8 by @dependabot in #98
- Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 by @dependabot in #99
- Bump xunit from 2.5.0 to 2.5.1 by @dependabot in #100
- Bump FluentAssertions.Analyzers from 0.24.0 to 0.25.0 by @dependabot in #101
- Bump BenchmarkDotNet from 0.13.8 to 0.13.9 by @dependabot in #102
- Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 by @dependabot in #103
- Bump xunit from 2.5.1 to 2.5.2 by @dependabot in #104
- Bump xunit from 2.5.2 to 2.5.3 by @dependabot in #105
- Bump FluentAssertions.Analyzers from 0.25.0 to 0.26.0 by @dependabot in #106
- Bump xunit from 2.5.3 to 2.6.0 by @dependabot in #107
- Bump BenchmarkDotNet from 0.13.9 to 0.13.10 by @dependabot in #108
- Bump xunit from 2.6.0 to 2.6.1 by @dependabot in #109
- Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by @dependabot in #110
- Bump System.Diagnostics.DiagnosticSource from 7.0.2 to 8.0.0 by @dependabot in #115
- Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 by @dependabot in #116
- Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 by @dependabot in #117
- Bump actions/setup-dotnet from 3 to 4 by @dependabot in #119
- Bump xunit from 2.6.1 to 2.6.2 by @dependabot in #118
- Dotnet8 by @NielsPilgaard in #120
- Disable BackgroundJobService when only IRecurringJobs are registered by @NielsPilgaard in #121
Full Changelog: backgroundjobs-v7.1.2...backgroundjobs-v7.2.0