Skip to content

Conversation

@dependabot-preview
Copy link

Bumps Hangfire from 1.6.21 to 1.7.14.

Release notes

Sourced from Hangfire's releases.

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).

Hangfire.SqlServer

  • AddedUseIgnoreDupKeyOption for SQL Server storage configuration (changes to [Set] and [Hash] tables required).
  • Fixed – Don't truncate too long keys silently, throw exceptions instead.
  • Fixed – Add missing null checks for methods in the SqlServerWriteOnlyTransaction class.
  • Fixed – Change holdlock hint to xlock in merge statements in transaction to prevent deadlocks.
  • Fixed – Don't rethrow "Lock request time out period exceeded" exceptions from expiration manager.
  • Fixed – Increase [Server].[Id] column's length to 200 for new installations.

1.7.12

Release Notes

  • Added – Display actual job payload and exception message on job details page when could find the method.
  • Added – French translation for Dashboard UI (by @PaulARoy).
  • Added – Expose IStorageConnection.GetRecurringJobs(IEnumerable ids) to public.
  • Changed – Bump thread priority in heartbeat process for constrained environments.
  • Changed – Display job properties in a dedicated row in job details page.
  • Fixed – Avoid storage round-trip when displaying continuations on job details page.

1.7.11

Release Notes

Hangfire.Core

  • Added – Display recurring job exceptions directly in the Dashboard UI.
  • Added – Add built-in support for reliable shutdown detection of ASP.NET apps.
  • Changed – Internal feature to perform state changes without calling any filters.
  • Changed – Decrease the number of retry attempts for recurring jobs to 5.
Commits
  • ba229a4 Update Microsoft.Extensions.* packages to 3.1.8
  • 56ce7ee Don't publish symbols when releasing packages [skip ci]
  • a9efd8b Allow SqlServerMonitoringApi to show jobs with duplicate entries for parameters
  • 038b1c6 Bump version to 1.7.14, add release notes
  • f43507b Use better queries for jobs with 3 and 4 parameters, this is a common case
  • bf93046 Rollback SetJobParameter query change introduced in version 1.7.13
  • 2ab3ad8 Bump version to 1.7.13, add release notes
  • 9e130cf Better visibility for problems with parameter types deserialization
  • ec37593 Support for configuring RecommendedSerializerSettings via callback (#1737)
  • 26d3b4d Add Catalan translation (based on Spanish translation) (#1720)
  • 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.14.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.6.21...v1.7.14)

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 Sep 25, 2020
@dependabot-preview
Copy link
Author

Superseded by #96.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Hangfire-1.7.14 branch October 9, 2020 05:16
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