Skip to content

Conversation

@dependabot-preview
Copy link

Bumps Hangfire from 1.6.21 to 1.7.7.

Release notes

Sourced from Hangfire's releases.

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.

Dashboard UI

  • Added – Allow modification of the Dashboard UI title (PR #1231 by @​tbertenshaw).
  • Added – Support for HTML tags on the Dashboard UI title (PR #1545 by @​caioproiete).
  • Added – Buttons for 1,000 and 5,000 items per page in dashboard (#1518).
  • Added – Links to previous/next pages to the top of the dashboard page (#1534).
  • Changed – Expose the RazorPage.Context property as a public member.
  • Fixed – Supplementary Chinese translation (PR ##1523 by @​mccj).
  • Fixed – Don't update real-time chart when too much time passed since the last update (#1497).

Hangfire.SqlServer

  • Added – Add support for Microsoft.Data.SqlClient package when using custom connection factory (#1514).
  • Added – Add UseFineGrainedLocks option to avoid deadlocks in some theoretical cases.
  • Added – Add missing overload for UseSqlServerStorage with connection factory parameter only.
  • Added – Expose the SqlServerObjectsInstaller.GetInstallScript method (PR #1527 by @​altso).
  • Fixed – Make command batching working on .NET Core when using System.Data.SqlClient 4.7.0 and higher.
  • Fixed – Permit dash characters (-) in schema names (PR #1531 by @​kendaleiv).
  • Fixed – Escape square bracket characters in schema names.
  • Project – Add support for netcoreapp3.0 target in Hangfire.SqlServer.Tests.
  • Project – Take schema name from constant in Hangfire.SqlServer.Tests (PR #1532 by @​kendaleiv).
  • Project – Make Hangfire.SqlServer.Tests work on Linux in Travis CI environment.

Hangfire.AspNetCore

  • Fixed – Add missing AddHangfireServer method for .NET Framework 4.6.1 and higher (PR #1488 by @​danstur).

1.7.6

Release Notes

Hangfire.Core

  • Changed – Add support for dash characters (-) in queue names (PR #1469 by @​caioproiete).
  • Fixed – Show actual error in Dashboard UI when recurring job can't be scheduled.
  • Fixed – Ensure backward compatibility when JSON payloads are serialized with field names only.
  • Fixed – Non-awaited continuations can bring down the whole app when TaskScheduler is set to null.
  • Fixed – Timeout value is not respected in some cases in the WaitOneAsync method.

1.7.5

... (truncated)
Commits
  • feb1f3d Expose custom dashboard title also in HTML Title unless tags are used
  • bf08bdd Bump version to 1.7.7 and add release notes
  • a8ed592 Escape square bracket characters in schema names
  • 49cd6f4 Update .travis.yml
  • cd65964 Add support for Microsoft.Data.SqlClient package
  • 3373eee Produce a trace log message when updating recurring jobs
  • e7defef Make RazorPage.Context property public
  • b9ef4b8 Add buttons for 1,000 and 5,000 items per page in dashboard
  • 0dbd737 Don't update real-time chart when too much time passed
  • 2470be8 Add links to prev/next pages to the top of the dashboard page
  • 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.7.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.6.21...v1.7.7)

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

Superseded by #62.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Hangfire-1.7.7 branch December 6, 2019 05:17
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