appointment-reminders-csharp icon indicating copy to clipboard operation
appointment-reminders-csharp copied to clipboard

Bump Hangfire.Core from 1.7.18 to 1.8.4 in /AppointmentReminders.Web

Open dependabot[bot] opened this issue 11 months ago • 0 comments

Bumps Hangfire.Core from 1.7.18 to 1.8.4.

Release notes

Sourced from Hangfire.Core's releases.

1.8.4

Release Notes

Hangfire.Core

  • Added – Pass server id from a worker to the PerformContext.ServerId property available in filters.
  • Fixed – Send heartbeats until full background processing server shutdown.

Hangfire.NetCore

  • Changed – Send the stop signal earlier in the shutdown pipeline when hosting in .NET Core 3.1 or higher.
  • Changed – Set processing server to null in hosted service to avoid ObjectDisposedException.
  • Fixed – Other IHostedService implementations can block Hangfire server from being stopped.

1.7.36

Release Notes

Hangfire.Core

  • Fixed – Remove job id from schedule when it's not in the Scheduled state for some reason.

Hangfire.NetCore and Hangfire.AspNetCore

  • Changed – Set processing server to null in hosted service to avoid ObjectDisposedException.

1.8.3

Release Notes

Hangfire.Core

  • Changed – Allow to configure MaxLinesInStackTrace for a particular FailedState instance.
  • Fixed – Remove job id from schedule when it's not in the Scheduled state for some reason.
  • Fixed – Missing invocations of recurring jobs when the new "Ignorable" option is used.
  • Fixed – Make DisableConcurrentExecutionAttribute and LatencyTimeoutAttribute serializable.

1.8.2

Release Notes

Hangfire.Core

  • Changed – Disable transactional job creation feature appeared in 1.8.0.
  • Fixed – "Can not start continuation XXX" error when storage supports transactional job creation.

Hangfire.SqlServer

  • FixedInvalidOperationException with new dashboard metrics when a database has multiple data/log files.

1.8.1

Release Notes

... (truncated)

Commits
  • e1d3efd Bump version to 1.8.4 and add release notes
  • 0f291a7 Pass server id from a worker to the PerformContext.ServerId property
  • ab2e13b Call SendStop earlier when hosting in .NET Core 3.1 or higher
  • 20a66db Revert "Commit lock files for packages"
  • 6ae1907 Commit lock files for packages
  • 217b126 Delete veracode-analysis.yml
  • b0174df Delete codeql-analysis.yml
  • 324bd85 Send heartbeats until full server shutdown
  • 3025588 Merge branch '1.7.X'
  • 0693edd Strip release notes in NuGet package files
  • 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[bot] avatar Jul 27 '23 17:07 dependabot[bot]