github HangfireIO/Hangfire v1.7.29
1.7.29

latest releases: v1.8.14, v1.8.13, v1.7.37...
2 years ago

Release Notes

Hangfire.Core

  • AddedRecurringJobManager.TriggerExecution method that returns identifier of a created job.
  • AddedGetRecurringJobIds extension method for JobStorageConnection that returns only identifiers.
  • AddedDashboardMetric.Url property to make it possible for metrics on the Overview page to be clickable (by @twinmind).
  • Changed – Bump Moment.js version to 2.29.3 in Dashboard UI (by @Westat-Transportation).
  • Fixed – Deserialization issues with DateOnly and TimeOnly in .NET 6.0 or other new types in CoreLib.
  • Fixed – Don't even try to catch unsafe exceptions like OutOfMemoryException or StackOverflowException.
  • Fixed – Add non-breaking space between Server Id and Status glyph on the Servers page.
  • Fixed – Problems with internal wait implementation shouldn't cause high CPU issues now, added protection and logging.
  • Fixed – Wait can't be performed now on a signaled ManualResetEvent instance in BackgroundExecution.

Hangfire.SqlServer

  • Fixed – Command batching is now fully working for the Microsoft.Data.SqlClient package (by @0xced).

Don't miss a new Hangfire release

NewReleases is sending notifications on new releases.