Maintenance release that allows specifying a favicon for the Dashboard UI, fixes regression for disabled recurring jobs, allows to serialize the AutomaticRetryAttribute
filter, and fixes Hangfire.SqlServer’s backward compatibility issue with databases that use the old Schema 5
version.
Hangfire.Core
-
Added – Possibility to inform a
FaviconPath
onDashboardOptions
(by @cezar-pimentel). - Fixed – Inability to restore a disabled recurring job, regression in version 1.8.3.
-
Fixed – Make it possible to serialize the
AutomaticRetryAttribute
filter to JSON.
Hangfire.SqlServer
-
Fixed – “Query processor could not produce a query plan” when removing expired counters in
Schema 5
.