Release Notes
Hangfire.Core
- Added –
DashboardOptions.ServerPossiblyAbortedThreshold
to configure a custom threshold for "possibly aborted" warnings. - Fixed – Expired jobs are still shown on the "Retries" page in some cases.
- Fixed – Issues with
CultureInfo
-related differences after upgrading to 1.8.15–1.8.17. - Fixed – Don't leak
AsyncLocal
values from synchronous background job methods. - Fixed – Don't throw an exception when passing the
Job.Args
property to theJob
class' constructor. - Project – Make the lock file usable for both .NET 8.0 and .NET 9.0 builds.
- Project – Make code generation for
cshtml
files working on newer platforms.
Hangfire.AspNetCore
- Fixed – Swallow possible
ObjectDisposedException
in theStopAsync
method. - Fixed – Avoid
NullReferenceException
whenLocalIpAddress
orRemoteIpAddress
is null.