Release Notes
Hangfire.Core
- Changed – Use stable sorting algorithm for background job filters again (by @jirikanda).
- Fixed – Custom
AutomaticRetryAttributeis ignored under certain conditions regression from 1.8.14 (by @jirikanda). - Fixed – Add missing keys for Swedish translation (by @karl-sjogren).
- Project – Use
TypeNameAssemblyFormatHandlingin tests with .NET 6 (by @viktor-vintertass).
Hangfire.AspNetCore
- Fixed –
InvalidOperationException: The request reached the end of the pipeline without executing the endpoint.