Hangfire v1.7.5 Release Notes

Release Date: 2019-07-18 // almost 5 years ago
  • ๐Ÿš€ Release Notes

    Hangfire.Core

    • ๐Ÿ›  Fixed โ€“ Show error message when there's an error loading the statistics in Dashboard UI (PR #1242 by @prochnowc).
    • ๐Ÿ›  Fixed โ€“ Properly handle recurring jobs with null or empty 'Job' field.
    • ๐Ÿ›  Fixed โ€“ Disable recurring job when we can't schedule it due to an error.
    • ๐Ÿ›  Fixed โ€“ Use LazyThreadSafetyMode.PublicationOnly to avoid caching "JobStorage.Current is null" exceptions.

    Hangfire.AspNetCore & Hangfire.NetCore

    • ๐Ÿ›  Fixed โ€“ Add missing overload for the AddHangfireServer method with "options" action.