Skip to content

Bump Hangfire.Core from 1.7.9 to 1.7.17

Imanuel Ulbricht requested to merge dependabot/nuget/Hangfire.Core-1.7.17 into master

Created by: dependabot-preview[bot]

Bumps Hangfire.Core from 1.7.9 to 1.7.17.

Release notes

Sourced from Hangfire.Core's releases.

1.7.17

Release Notes

Hangfire.SqlServer

  • Fixed – SqlException "Incorrect syntax near 'throw'" after upgrading to 1.7.15 when using SQL Server 2008 or 2008R2.

1.7.16

Release Notes

Hangfire.SqlServer

  • Fixed – Blocking problems when using multiple storages with the same queue names in the same process (appeared in 1.7.9).

1.7.15

Release Notes

Hangfire.Core

  • AddedIGlobalConfiguration.UseMaxLinesInExceptionDetails option to cap the size of stack traces.
  • Changed – Only the first 100 lines of a stack trace will be preserved now by default in Failed state.
  • Fixed – Don't let exceptions with huge stack traces take up too much storage space.

Hangfire.SqlServer

  • Fixed – Avoid deadlocks when using the SetJobParameter method without introducing issues for older schemas.
  • Fixed – Remove duplicate sorting in the SqlServerMonitoringApi.GetJobs method which is used by a lot of queries.

1.7.14

Release Notes

Hangfire.SqlServer

  • Changed – Use better queries for jobs with 3 and 4 parameters, this is a common case.
  • Fixed – Duplicate entries in the JobParameters table after upgrading to version 1.7.13.
  • Fixed – Extensive retries on a method that has a retry attribute after upgrading to 1.7.13.
  • Fixed – "ArgumentException: An item with the same key has already been added. Key: RetryCount" in SqlServerMonitoringApi.

1.7.13

Release Notes

Hangfire.Core

  • Added – Catalan translation for Dashboard UI (based on Spanish translation, by @agausachs).
  • Added – Support for configuring recommended serializer settings via callback (by @Yaevh).
  • Fixed – Use correct wording for job parameters in Job Details page, add it to resources.
  • Fixed – Don't push negative points to the realtime graph in dashboard.
  • Fixed – Don't depend on history collection type returned from Storage API.
  • Project – Execute tests one by one to ensure exit code isn't being lost (by @willchis).
Commits
  • 7a199b0 Bump version to 1.7.17 and add release notes
  • fd064e7 Update TaskExtensionsFacts.cs
  • 0df0791 Make upsert queries work on still supported SQL Server 2008
  • b5fabd9 Bump version to 1.7.16 and add release notes
  • 2eabb17 Don't share the same semaphore by multiple storage instances
  • 7319063 Single UPDATE statement is enough for the SetJobParameter query
  • 0ad31c1 Bump version to 1.7.15 and add release notes
  • 3c6d893 Add IGlobalConfiguration.UseMaxLinesInExceptionDetails option to cap exceptio...
  • 00c34c3 Remove unnecessary sorting in SqlServerMonitoringApi.GetJobs
  • 684210d Modify SetJobParameter query to work like a magic
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Merge request reports

Loading