Skip to content

Conversation

@dependabot-preview
Copy link

Bumps Hangfire from 1.6.21 to 1.7.8.

Release notes

Sourced from Hangfire's releases.

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

  • Changed – Add explicit netcoreapp3.0 target with reference to "3.0.0" packages.

Documentation

  • Added – Making ASP.NET Core application always running on IIS (by @​bamotav).
  • Fixed – Small typo on the "Getting Started in ASP.NET Core applications" page (by @​msynk).
  • Fixed – Small spelling correction in "Throttling & Rate Limiters" (by @​Bert-R).
  • Fixed – Small typo in the "Sending Email" tutorial (by @​nabeelvalley).
  • Fixed – Correct spelling of 'prerequisites' in README.md (by @​lgirvin).

1.7.7

Release Notes

Hangfire.Core

  • Changed – Produce a trace log message with details when updating a recurring job.
  • Changed – Return early from CoreBackgroundJobFactory.Create when storage returns null.
  • Project – Minor changes for the Readme.md file (PR #1526 by @​231293).
  • Project – Add netcoreapp3.0 target framework for Hangfire.Core.Tests.
  • Project – Add support for MSBuild 15.0 (VS 2019) when building *.cshtml files.
... (truncated)
Commits
  • 2ec8344 Update Program.cs
  • 58771e3 Add release notes for 1.7.8
  • 9a61a0d Bump version to 1.7.8
  • bfd79d4 Add support for using antecedent job result in continuations
  • 2c781ff Add support for injecting job parameters as arguments
  • 8834508 Allow to capture and restore InvariantCulture for background jobs
  • 29c7c6a Use current time to determine the next execution when changing cron in a recu...
  • e3b3452 Update Hangfire.AspNetCore.nuspec
  • 688cb8a Add MapHangfireDashboard for ASP.NET Core 3.0 endpoint routing (#1577)
  • 9f31112 Add netcoreapp3.0 target for Hangfire.NetCore package
  • 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.8.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.6.21...v1.7.8)

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 Dec 6, 2019
@dependabot-preview
Copy link
Author

Superseded by #66.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Hangfire-1.7.8 branch January 21, 2020 05:19
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