The last preview version of the 1.8 release that adds support for dark mode for Dashboard UI (UseDarkModeSupportForDashboard configuration method should be called, since extension packages don’t support this mode yet), allow to use custom JavaScript and CSS files and improve default settings for SQL Server-based job storage to match the recommended options whenever possible.
Hangfire.Core
-
Added – Dark mode support for Dashboard UI configurable with the
UseDarkModeSupportForDashboardmethod. -
Added – Allow to add custom JavaScript and CSS files to the Dashboard UI via the
DashboardRoutesclass. -
Added – Ability to use custom formattable resource identifiers for the
DisableConcurrentExecutionAttribute. -
Changed – Increase the default value for the
BackgroundJobServerOptions.StopTimeoutto 500 ms.
Hangfire.SqlServer
-
Added –
TryAutoDetectSchemaDependentOptionsoption to automatically enable options based on schema. -
Changed –
GetJobDatanow populatesJobData.ParametersSnapshotproperty to avoid additional round-trips. -
Changed – Polling delay when
QueuePollIntervalis set to zero now defaults to 200 ms. -
Deprecated –
UsePageLocksOnDequeueoption is now obsolete and doesn’t affect anything.
by