Skip to content

Bump Hangfire.AspNetCore from 1.7.9 to 1.7.18

Created by: dependabot-preview[bot]

Bumps Hangfire.AspNetCore from 1.7.9 to 1.7.18.

Release notes

Sourced from Hangfire.AspNetCore's releases.

1.7.18

Release Notes

Hangfire.SqlServer

  • AddedSqlServerStorageOptions.DeleteExpiredBatchSize option to remove more expired records in a single pass.
  • Fixed – Don't throw from SqlServerStorage.ToString method when using custom factory or existing connection.

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

Commits
  • 9a109a3 Bump version to 1.7.18 and add release notes
  • f9497db Don't throw from SqlServerStorage.ToString when using custom factory
  • a52890f Add SqlServerStorageOptions.DeleteExpiredBatchSize option
  • 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
  • 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Merge request reports

Loading