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.