Skip to content

Conversation

@dependabot-preview
Copy link

Bumps Hangfire from 1.6.21 to 1.7.12.

Release notes

Sourced from Hangfire's releases.

1.7.12

Release Notes

  • Added – Display actual job payload and exception message on job details page when could find the method.
  • Added – French translation for Dashboard UI (by @PaulARoy).
  • Added – Expose IStorageConnection.GetRecurringJobs(IEnumerable ids) to public.
  • Changed – Bump thread priority in heartbeat process for constrained environments.
  • Changed – Display job properties in a dedicated row in job details page.
  • Fixed – Avoid storage round-trip when displaying continuations on job details page.

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

Commits
  • d2ded5c Bump version to 1.7.12 and add release notes
  • fb94477 Show complete type, method, args and exception on job details page
  • 5e09227 Display job properties in a dedicated row in job details page
  • ca42469 Avoid storage round-trip when displaying continuations on job details page
  • cfd87a8 Add TODOs for version 2.0
  • f4a3a5f Expose IStorageConnection.GetRecurringJobs(ids) to public
  • 5f493ad Bump thread priority for heartbeat process for constrained environments
  • 430b131 Simplify thread configuration when using DefaultThreadFactory
  • 29a3296 Update CancellationTokenExtentions.cs
  • 88af1e4 Update README.md
  • 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.12.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.6.21...v1.7.12)

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

Superseded by #93.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Hangfire-1.7.12 branch September 16, 2020 05:18
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