Skip to content

Conversation

@dependabot-preview
Copy link

Bumps Hangfire from 1.6.21 to 1.7.9.

Release notes

Sourced from Hangfire's releases.

1.7.9

Release Notes

Hangfire.Core

  • Fixed – Additional Chinese translation for Dashboard UI (by @brookqin).
  • Fixed – Added null checks for expired failed jobs in Dashboard UI (by @ppkale1995-cimpress).
  • Fixed – Add word break to definition lists for state cards in Dashboard UI.
  • Fixed – Render long recurring job identifiers correctly in Dashboard UI.

Hangfire.SqlServer

  • Changed – Implement long polling fetch for sub-second polling delays without sp_getapplock.
  • Fixed – Don't leak DbConnection instance when an exception occurs during its opening.
  • Fixed – Can not obtain connection from the pool exception after database was offline.
  • Fixed – High number of waits in SQL Server when Hangfire Servers are idle.

Documentation

  • Changed – Update "Making ASP.NET Applications Always Running" for .NET Core (by @unionthugface).
  • Fixed – Fix typo in the README.md file (by @tawfikkh).

1.7.8

Release Notes

Hangfire.Core

  • AddedIGlobalConfiguration.UseResultsInContinuations method to globally enable results for continuations.
  • Added – Ability to push antecedent job's result to continuations via job parameters with ContinuationsSupport.
  • AddedJobParameterInjectionFilter server filter to inject job parameters as arguments.
  • Added – Allow to specify a custom thread factory in UseBackgroundPool methods.
  • Changed – Add retry attempts for recurring jobs instead of immediately disabling them.
  • FixedCultureInfo.InvariantCulture is now restored properly in background jobs.
  • Fixed – Recurring jobs aren't triggered early after changing their cron expressions.
  • Fixed – Don't trigger recurring job when it can't be scheduled due to errors.
  • Fixed – Argument with a null value is skipped when displaying job arguments in Dashboard UI.
  • Fixed – Add a workaround for resolving System.Diagnostics.Debug type in .NET Core 3.0.
  • Deprecated – Deprecate the JobActivatorScope.InnerScope property as it wasn't implemented.

Hangfire.SqlServer

  • Added – Support for Microsoft.Data.SqlClient package when using a custom connection factory (Part II).
  • Fixed – Remove System.Data.SqlClient dependency from SqlCommandBatch and ExpirationManager.

Hangfire.AspNetCore

  • AddedIAppBuilder.MapHangfireDashboard method for ASP.NET Core 3.0 endpoint routing (by @kendaleiv).
  • Changed – Add explicit netcoreapp3.0 target with "Microsoft.AspNetCore.App" framework reference (by @stebueh).

Hangfire.NetCore

... (truncated)
Commits
  • db6bdde Add release notes for 1.7.9
  • ec676eb Bump version to 1.7.9
  • 00181f9 Update copyright year for common packages
  • d40bb79 Remove unused lockResult variable from fetch logic
  • 6e5c8b4 Implement long polling fetch for sub-second polling delays without sp_getapplock
  • c12fb58 Additional Chinese translation (#1595)
  • 752d95c Render long recurring job identifiers correctly in Dashboard UI
  • f462dff Add word break to definition lists in a state card in Dashboard UI
  • bdab495 Don't leak DbConnection when an exception occurs during its opening
  • 9107955 Added null checks for expired failed jobs in Dashboard UI (#1585)
  • 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.9.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.6.21...v1.7.9)

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

Superseded by #72.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Hangfire-1.7.9 branch April 3, 2020 05:30
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