Skip to content

Bump Hangfire from 1.6.21 to 1.7.0#28

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

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

Conversation

@dependabot-preview
Copy link

Bumps Hangfire from 1.6.21 to 1.7.0.

Release notes

Sourced from Hangfire's releases.

1.7.0

Release Notes

Please see the Upgrading to Hangfire 1.7 article to learn more about the upgrade steps.

Hangfire.Core

  • Added – Full .NET Core 2.0 support by explicitly targeting .NET Standard 2.0.
  • AddedIGlobalConfiguration.SetDataCompatibilityLevel to enable rolling upgrades from version 1.6.
  • AddedIGlobalConfiguration.UseRecommendedSerializerSettings method for new installations.
  • Added – Assemblies now loaded automatically when resolving a type when using default type resolver.
  • Added – Custom TaskScheduler can now be specified in BackgroundJobServerOptions for workers.
  • AddedIdempotentCompletionAttribute filter to enforce strict order for continuations.
  • AddedIBackgroundJobClient.ContinueJobWith methods to replace ContinueWith ones in future for clarity.
  • AddedJobStorage.LinearizableReads virtual property to avoid unnecessary waits in state changer.
  • Added – Allow async methods to run their continuations on worker thread by disabling TaskScheduler.
  • Added – Multi-stage shutdown to wait for graceful completion before starting to abort jobs.
  • Added – Asynchronous checks for job cancellation, IJobCancellationToken can be replaced with CancellationToken (by @​pieceofsummer).
  • Added – Possibility to create millions of recurring jobs without stressing the scheduler.
  • Added – Second-based recurring jobs are fully supported now with 6-part cron expressions.
  • Added – Support for custom TimeZoneInfo resolvers in recurring jobs for interoperability purposes.
  • Added – Package now explicitly targets .NET Standard 2.0, and .NET Framework 4.6 target added as well.
  • Added – Type roundtrip support between .NET Core and .NET Framework for most common types.
  • Added – Allow to specify queue names based on job arguments with QueueAttribute via patterns.
  • AddedPerformContext.Storage property to allow server filters to spawn connections.
  • AddedGetFirstByLowestScoreFromSet connection method overload that returns multiple items (by @​cdschneider).
  • Added – Entry point for custom job naming strategies available for dashboard (by @​pieceofsummer).
  • AddedJobDisplayNameAttribute class for displaying jobs in dashboard, available on .NET Core (by @​pieceofsummer).
  • Added – Support for async jobs returning ValueTask<T> (by @​pieceofsummer).
  • Added – Support for asynchronous background processes, opens the road toward async storage.
  • Added – Circuit breaker pattern for background processes to reduce the logging pressure.
  • Added – Processing server is now able to detect it was expired, and restart itself with the new id.
  • Added – Ability to use custom delays for automatic retries of a background job.
  • AddedThreadAbortException and ThreadInterruptedException handling to keep the background process running.
  • Added – Support for complex Cron expressions, including the L, W, # characters.
  • AddedJobActivator.BeginScope method overload with the full PerformContext (by @​jeroenvervaeke).
  • Added – Support for read-only view for dashboard (by @​mikechamberlain).
  • Added – Storage property to control the job expiration time (by @​rsilvanet).
  • Added – Decrease the size of serialized type payloads and remove version information.
  • Changed – Make TaskScheduler.Default the default scheduler for async jobs to avoid breaking changes.
  • Changed – Split serializer setting to Internal and User scopes to isolate them (Version_170 Switch).
  • Changed – Don't allow to affect internal serialization even by JsonConvert.DefaultSettings (Version_170 Switch).
  • Changed – Share the same type binder between Hangfire itself and Newtonsoft.Json (Version_170 Switch).
  • Changed – Use more compact representation of dates when using SerializeDateTime (Version_170 Switch).
  • Changed – Stop using special case for DateTime argument serialization (Version_170 Switch).
  • Changed – Don't serialize unused AwaitingState.Expiration field (Version_170 Switch).
  • Changed – Specify parameter type when serializing arguments to allow using TypeNameHandling.Auto option.
  • Changed – Use case sensitive search when resolving a type as by default in .NET.
  • Changed – Make SucceededState constructor public to allow state serialization.
  • Changed – Add IBackgroundJobFactory.StateMachine property (breaking change for low level API).
... (truncated)
Commits

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.7.0.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.6.21...v1.7.0)

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

Superseded by #30.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Hangfire-1.7.0 branch April 17, 2019 06:02
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