github HangfireIO/Hangfire v1.8.0-beta2
1.8.0-beta2

latest releases: v1.8.14, v1.8.13, v1.7.37...
pre-release3 years ago

Release Notes

Hangfire.Core

  • AddedMisfireHandlingMode.Strict to create job for each missed recurring job occurrence.
  • Added – Allow to pass parameters when creating a job (by @brian-knoll-micronetonline).
  • Added – Make it possible to use specify multiple JobContinuationOptions for a continuation.
  • AddedCreateJob method to the JobStorageTransaction abstract class.
  • AddedSetJobParameter method to the JobStorageTransaction abstract class.
  • Changed – Allow to query job parameters without roundtrip when supported by a storage.
  • Changed – Turn JobContinuationOptions enum into flags while still possible.
  • Changed – Avoid storage roundtrip to query job data in worker, take data from previous state change.
  • Fixed – Don't overwrite existing argument values with null job parameters when using FromParameter attribute.
  • Fixed – Job continuation mistakenly started when using the new OnlyOnDeletedState option.

Hangfire.SqlServer

  • Changed – Set default value for the QueuePollInterval option to TimeSpan.Zero.
  • Changed – Use command batching by default with 5-minute maximum timeout.
  • Changed – Enable UseRecommendedIsolationLevel option by default.

Don't miss a new Hangfire release

NewReleases is sending notifications on new releases.