Skip to content

Conversation

@dependabot-preview
Copy link

Bumps Hangfire from 1.6.21 to 1.7.11.

Release notes

Sourced from Hangfire's releases.

1.7.11

Release Notes

Hangfire.Core

  • Added – Display recurring job exceptions directly in the Dashboard UI.
  • Added – Add built-in support for reliable shutdown detection of ASP.NET apps.
  • Changed – Internal feature to perform state changes without calling any filters.
  • Changed – Decrease the number of retry attempts for recurring jobs to 5.
  • Changed – Unify exception handling in recurring job scheduler.
  • Fixed – Let workers to ignore any state change filters when all previous attempts to call them failed.
  • Fixed – Don't let RecurringJobScheduler to stall the pipeline when extension filters throw an exception.
  • Fixed – Don't let DelayedJobScheduler to stall the pipeline when state filters throw an exception.
  • FixedJobLoadException when new methods deployed, caused by overlapped recycles in ASP.NET applications.
  • Fixed – Configuration changes aren't taken into account, caused by overlapped recycles in ASP.NET.
  • Fixed – Zombie servers shown on the "Servers" page that aren't stopped automatically unless app pool is recycled.
  • Fixed – Pass the whole exception to the Error field of a recurring job.
  • Fixed – Re-schedule recurring jobs with unsupported versions, instead of stopping the pipeline.
  • Fixed – Don't stumble over non-existing recurring jobs in a scheduler.
  • Fixed – Add another check before removing non-existing jobs from delayed jobs to avoid race conditions.
  • Fixed – Avoid throwing NullReferenceException instead of InvalidOperationException when deserializing a job.
  • Fixed – Don't transform queue names to upper case in the Dashboard UI.

1.6.29

Release Notes

Hangfire.Core

  • Added – Add built-in support for reliable shutdown detection of ASP.NET apps.
  • Changed – Internal feature to perform state changes without calling any filters.
  • Fixed – Let workers to ignore any state change filters when all previous attempts to call them failed.
  • Fixed – Don't let DelayedJobScheduler to stall the pipeline when state filters throw an exception.
  • FixedJobLoadException when new methods deployed, caused by overlapped recycles in ASP.NET applications.
  • Fixed – Configuration changes aren't taken into account, caused by overlapped recycles in ASP.NET.
  • Fixed – Zombie servers shown on the "Servers" page that aren't stopped automatically unless app pool is recycled.
  • Fixed – Add another check before removing non-existing jobs from delayed jobs to avoid race conditions.

1.7.10

Release Notes

Hangfire.Core

Hangfire.SqlServer

  • Changed – Use XACT_ABORT option for ExpirationManager queries.
... (truncated)
Commits
  • 14a8c42 Don't transform queue names to upper case in the Dashboard UI
  • a4afd0b Normalize values in the RecurringJobDto class
  • 8008c60 Bump version to 1.7.11 and add release notes
  • 3f604c5 Decrease the number of retry attempts for recurring jobs to 5
  • ee64dd1 Preserve shallow stack traces for exceptions thrown from filters
  • 9908962 Change label color of disabled recurring jobs in Dashboard UI
  • bc27e46 Simplify exception stack traces when profiler is involved
  • 247bbe8 Update RecurringJobSchedulerFacts.cs
  • 124d3a5 Update RecurringJobSchedulerFacts.cs
  • 6bfc9e9 Display recurring job error also when still performing retries
  • 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [Hangfire](https://github.com/HangfireIO/Hangfire) from 1.6.21 to 1.7.11.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.6.21...v1.7.11)

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 16, 2020
@dependabot-preview
Copy link
Author

Superseded by #88.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Hangfire-1.7.11 branch July 27, 2020 05:50
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.

0 participants