Skip to content

Conversation

@dependabot-preview
Copy link

Bumps Hangfire from 1.6.21 to 1.7.6.

Release notes

Sourced from Hangfire's releases.

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

Release Notes

Hangfire.Core

  • Fixed – Show error message when there's an error loading the statistics in Dashboard UI (PR #1242 by @​prochnowc).
  • Fixed – Properly handle recurring jobs with null or empty 'Job' field.
  • Fixed – Disable recurring job when we can't schedule it due to an error.
  • Fixed – Use LazyThreadSafetyMode.PublicationOnly to avoid caching "JobStorage.Current is null" exceptions.

Hangfire.AspNetCore & Hangfire.NetCore

  • Fixed – Add missing overload for the AddHangfireServer method with "options" action.

1.7.4

Release Notes

Hangfire.Core

  • AddedBackgroundJobClient.RetryAttempts property to make job creation resilient to transient exceptions.
  • Added – Dashboard localization support in pt-BR (by @​candidodmv).
  • Changed – Protect background dispatchers from moving from stopped state to non-stopped one.
  • Changed – Unify WaitOne and WaitOneAsync methods with timeout and cancellation token for WaitHandle class.
  • Fixed – Don't hide an original fatal exception occurred in dispatchers in some cases.
  • Fixed – Dashboard UI to display "await" keyword on all task-like methods.
  • Fixed – Display links properly in an informational message on the Servers page in Dashboard UI.
  • Fixed – Wait for the heartbeat process before shutting down a server.

Hangfire.SqlServer

  • Fixed – Potential deadlocks cause by suboptimal queries when using SlidingInvisibilityTimeout fetching.
  • Fixed – Prevent zero delays between fetch retry attempts when lock acquisition failed without blocking.
  • Fixed – Specify float precision explicitly for the Score column in the AddToSet method.

1.7.3

Release Notes

This version contains security fixes to prevent possible XSS attacks as described in #1441. They don't relate to user data submitted to Hangfire directly via method arguments, but it's recommended to upgrade anyway. If you are using Hangfire 1.6, please upgrade to version 1.6.26 instead.

... (truncated)
Commits
  • b7458f7 Mention PR authors in release notes
  • 3fc0a8e Bump version to 1.7.6 and add release notes
  • 5e433e7 Show actual error in Dashboard UI when recurring job can't be scheduled
  • 4808d76 Use Task.Delay-based implementation for WaitOneAsync method
  • 7ce0691 Simplify implementation of the InlineSynchronizationContext class
  • 0b51523 Fix warnings caused by non-awaited async methods
  • 7bf8d1a Fix unawaited continuation can bring down the whole app when using InlineSync...
  • 0524adf Add support for dashes - in queue names (#1469)
  • 2940b75 Ensure backward compatibility when JSON payloads are serialized with field names
  • 71b389f Fix DataCompatibilityRangeTheoryAttribute with correct property name
  • 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). To ignore the version in this PR you can just close it
  • @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.6.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.6.21...v1.7.6)

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

Superseded by #59.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Hangfire-1.7.6 branch October 23, 2019 05:21
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