Skip to content

Bump Hangfire from 1.6.21 to 1.6.24#27

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Hangfire-1.6.24
Closed

Bump Hangfire from 1.6.21 to 1.6.24#27
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Hangfire-1.6.24

Conversation

@dependabot-preview
Copy link

Bumps Hangfire from 1.6.21 to 1.6.24.

Release notes

Sourced from Hangfire's releases.

1.6.24

Release Notes

Hangfire.Core

  • FixedPreserveCulture filter logs a message instead of throwing an error when it can't find the culture.
  • Fixed – Uninitialized continuation shouldn't cause exception when completing an antecedent job.

Hangfire.SqlServer

  • Fixed – Validate JobExpirationCheckInterval option to avoid exceptions in runtime (PR #1377 by @​carlowahlstedt).
  • Fixed – Don't throw an exception, when current schema version is higher than expected.

1.6.23

Release Notes

Hangfire.Core

  • Added – Slow log to see warning messages when filters or queries take more than 1 minute.
  • Fixed – Catching DistributedLockTimeoutException based on resource name in schedulers (PR #1370 by @​bogdandanielb).
  • Fixed – Serilog context property name does not follow Serilog convention (PR #1360 by @​pobiega).
  • Fixed – Add more guards against NullReferenceException on Recurring Jobs page.
  • Fixed – Don't handle recurring jobs created by newer version of Hangfire.

Hangfire.AspNetCore

  • Fixed – Could not load type Microsoft.***.FormattedLogValues in ASP.NET Core 3.0.

Hangfire.SqlServer

  • Fixed – Make GetRangeFromSet to be forward compatible with the 1.7.0 schema.
  • Fixed – Changed some SQL queries to not to cause index scans when using 1.7.0 schema.

1.6.22

Release Notes

Hangfire.Core

  • Added – Ability to use custom type resolvers to modify the type de-serialization logic.
  • FixedJobLoadException when processing jobs in .NET Framework, which were created in .NET Core.
  • FixedJobLoadException when jobs reside in a signed assembly and a new version is deployed.
  • Fixed – Don't produce extra logging message when there's an exception in a worker (#1304).
  • Fixed – Ensure form values are properly returned when there are different versions of Microsoft.Owin (#1329 by @​DC-jc, #1324).
  • Fixed – Dashboard fails with 404 "Not Found" error if there's a trailing slash for some reason (#1086).

Hangfire.SqlServer

  • Added – Connection factory overload for the SqlServerStorage class (#1325 by @​chinwobble).
  • Fixed – Inability to use package with Azure's managed service identity (by using a connection factory, #1323).
Commits
  • 8affc6b Bump version to 1.6.24
  • d7f8887 Add release notes for Hangfire 1.6.24
  • 7eeb564 Merge branch 'master' of https://github.com/HangfireIO/Hangfire
  • bd57d7e Add verification to job expiration check interval (#1377)
  • c59d430 Add warning message instead of throwing an error when can't find a culture
  • 6d4b966 Don't throw an exception, when current schema is higher than required
  • ef6ccce Uninitialized continuation does not cause exception when completing anteceden...
  • 3186f81 Bump version to 1.6.23
  • b521b62 Add release notes for 1.6.23
  • 7af2e35 Don't update recurring jobs created by newer versions
  • 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 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)
  • 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.6.24.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.6.21...v1.6.24)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 28, 2019
@dependabot-preview
Copy link
Author

Superseded by #28.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Hangfire-1.6.24 branch April 1, 2019 06: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.

1 participant