Skip to content

Bump Hangfire from 1.6.21 to 1.7.2#32

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Hangfire-1.7.2
Closed

Bump Hangfire from 1.6.21 to 1.7.2#32
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Hangfire-1.7.2

Conversation

@dependabot-preview
Copy link

Bumps Hangfire from 1.6.21 to 1.7.2.

Release notes

Sourced from Hangfire's releases.

1.7.2

Release Notes

Hangfire.Core

  • AddedDashboardOptions.TimeZoneResolver property to handle custom time zone resolvers in Dashboard UI.
  • FixedRecurringJob.AddOrUpdate method is now able to update a broken recurring job.
  • Fixed – Recurring job scheduler now properly handles recurring jobs whose job method or time zone is wrong.
  • Fixed – Don't throw an exception on Recurring Jobs page when time zone can't be resolved.

Hangfire.AspNetCore & Hangfire.NetCore

  • Added – Automatically resolve ITimeZoneResolver service for the DashboardOptions.TimeZoneResolver property.
  • Fixed – Allow to resolve IJobFilterProvider service from the AddHangfire method.

Hangfire.SqlServer

  • Fixed – Occasional "DataException: Error parsing column" error when using blocking fetch.

1.7.1

Release Notes

Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.7.html to learn how to upgrade to 1.7.X.

This is a patch release that adds some nice features for Dashboard UI, knows how to deal with recurring jobs with invalid Cron expressions, and contains some minor improvements for SQL Server storage. Also, Hangfire.NetCore package was added to support new .NET Core Worker Service applications without referencing any ASP.NET Core packages.

Hangfire.Core

  • AddedDashboardOptions.IgnoreAntiforgeryToken property to disable token validation in Dashboard UI.
  • Added – Display hints regarding server status on Servers page in Dashboard UI.
  • Added – Highlight recurring jobs with no next execution in Dashboard UI.
  • Added – Show actual error in Dashboard UI when recurring job has an invalid Cron expression.
  • FixedInvalidOperationException when AllowSynchronousIO option isn't set in ASP.NET Core 3.0.
  • Fixed – Set NextExecution value to null when existing recurring job has an invalid Cron expression.
  • Fixed – Make dashboard charts to be more culture-specific to use correct time format.
  • Fixed – Obsolete UseSerializationSettings comment now contains correct method name (by @​PaitoAnderson).
  • Projectresx files now re-generated automatically when building a project.

Hangfire.NetCore

  • Added – Worker Service host support for .NET Core without unnecessary dependencies to ASP.NET Core.

Hangfire.SqlServer

  • Changed – Use blocking fetch implementation only for sub-second polling intervals.
  • Fixed – Don't fail with an exception when can't connect to MS SQL instance during start-up.
  • Fixed – Don't access the JobQueue table when using blocking query and don't have results.

1.7.0

Release Notes

... (truncated)
Commits
  • 38b03e3 Bump version to 1.7.2 with release notes
  • a604028 Allow to resolve IJobFilterProvider from AddHangfire method in .NET Core
  • 51c4d8f Hide recurring job from scheduler when its method or time zone couldn't be found
  • 475bb00 Allow to update recurring job whose method couldn't be found
  • ba2de54 Fix occasional "DataException: Error parsing column" error when using blockin...
  • 77ae1db Automatically resolve DashboardOptions.TimeZoneResolver when using .NET Core
  • 0eec180 Add DashboardOptions.TimeZoneResolver property to handle custom resolvers
  • 7633f23 Don't throw an exception in Recurring jobs page when time zone can't be resolved
  • 8bbb32d Add release notes for version 1.7.1
  • da5cfe8 Bump version to 1.7.1
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 30, 2019
@dependabot-preview
Copy link
Author

Superseded by #38.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Hangfire-1.7.2 branch May 24, 2019 06:47
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.

1 participant