This maintenance release fixes a regression appeared in Hangfire.Core 1.8.14 and related to possibly ignored extension filter registrations under some conditions due to unstable sorting, and contains a few other changes.
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.
by