Package Dependencies: Bump the hangfire group with 2 updates #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Hangfire from 1.8.6 to 1.8.21.
Release notes
Sourced from Hangfire's releases.
1.8.21
Release Notes
Hangfire.Core
FailedState.IncludeFileInfo
to optionally show/hide line numbers in exceptions in Failed state.BackgroundJob
class always acquires the most currentJobStorage.Current
instance.RecurringJob
class always acquires the most currentJobStorage.Current
instance.Hangfire.SqlServer
SqlServerStorageOptions.DisableTransactionScope
option for .NET Framework targets.1.8.20
Release Notes
Hangfire.Core
1.8.19
Release Notes
Hangfire.Core
Hangfire.SqlServer
1.8.18
Release Notes
Hangfire.Core
DashboardOptions.ServerPossiblyAbortedThreshold
to configure a custom threshold for "possibly aborted" warnings.CultureInfo
-related differences after upgrading to 1.8.15–1.8.17.AsyncLocal
values from synchronous background job methods.Job.Args
property to theJob
class' constructor.cshtml
files working on newer platforms.Hangfire.AspNetCore
ObjectDisposedException
in theStopAsync
method.NullReferenceException
whenLocalIpAddress
orRemoteIpAddress
is null.1.8.17
Release Notes
Hangfire.SqlServer
InvalidCastException
while fetching a job with older schemas regression from 1.8.16.1.8.16
Release Notes
Hangfire.Core
IServerFilter
implementations.ExceptionDetails
property of a FailedState instance.CancellationEvent
usage instead ofCancellationToken.WaitHandle
.BackgroundJobStateChanger
implementation.net451
platform when using .NET 9.0.RecurringJobSchedulerFacts
class.Microsoft.CodeAnalysis.NetAnalyzers
package to version 9.0.0.Hangfire.SqlServer
SqlServerJobQueue
implementation.LockTimeout
time when calling thesp_getapplock
procedure to 1 second for less blocking.net6.0
platform.PoolBlockingPeriod
setting on AppVeyor to handle transient test failures.1.8.15
Release Notes
Hangfire.Core
AutomaticRetryAttribute.ExceptOn
property to skip retries for specific exceptions.GetCultureInfo
instead of creating an instance in theCaptureCultureAttribute
filter.build.bat
command.Hangfire.SqlServer
string
allocations.QuerySingle
* orReadSingle
* where possible to avoid allocating lists.DbCommand
andDbParameter
creation logic to improve code consistency.1.8.14
Release Notes
Hangfire.Core
InvocationData
to produce less strings.JobFilter
-related logic to show up in profilers.IProfiler
to be less allocatey for diagnostic purposes that almost never run.CancellationToken.WaitHandle
again, since early .NET Core days are gone.IStateHandler
collections in a state machine.KeyNotFoundException
when recurring job is malformed.UrlHelper.To
for OWIN-based Dashboard UI (by @LordJZ).Hangfire.SqlServer
1.8.12
Release Notes
Hangfire.Core
MaxDegreeOfParallelismForSchedulers
experimental server option if supported by storage.AddOrUpdate
.AddOrUpdate
triggers execution of a recurring job, even if its next execution is in the future.Hangfire.SqlServer
InvocationData
andLoadException
properties inJobDetails
method results.1.8.11
Release Notes
Hangfire.Core
1.8.10
Release Notes
Hangfire.Core
Hangfire.AspNetCore
HasStarted
inResponse.WriteAsync
to avoid breaking dispatchers.Hangfire.SqlServer
netstandard2.0
platform to version 2.1.28.net451
andnetstandard1.3
platforms to version 1.60.6.Hangfire.Core, Hangfire.NetCore, Hangfire.AspNetCore, Hangfire.SqlServer, Hangfire.SqlServer.Msmq
HangfireIO
as a package owner.1.8.9
Release Notes
Please note that version 1.8.8 was unlisted on NuGet because of broken package references.
Hangfire.Core
Environment.MachineName
as a server name if other environment vars aren't available.NullReferenceException
on the Deleted Jobs page (regression from 1.8.7).net6.0
platform.Hangfire.SqlServer
net6.0
platform.Hangfire.NetCore
Hangfire.AspNetCore
1.8.7
Release Notes
Hangfire.Core
@hourly
for recurring jobs (by @MuhamedAbdalla).NullReferenceException
from the Scheduled Jobs page when there's a job with missing data.NullReferenceException
from the Processing Jobs page when there's a job with missing data.netcoreapp1.0
andnetcoreapp2.1
targets since they aren't supported in AppVeyor.net6.0
target for unit tests instead of the removed ones.Hangfire.SqlServer
netcoreapp1.0
andnetcoreapp2.1
targets since they aren't supported in AppVeyor.net6.0
target for unit tests instead of the removed ones.Commits viewable in compare view.
Updated Hangfire.MemoryStorage from 1.8.0 to 1.8.1.2.
Release notes
Sourced from Hangfire.MemoryStorage's releases.
1.8.1
What's Changed
New Contributors
Full Changelog: perrich/Hangfire.MemoryStorage@1.7.1...1.8.1
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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions