Release Notes
Hangfire.Core
- Added – Ability to use custom type resolvers to modify the type de-serialization logic.
- Fixed –
JobLoadException
when processing jobs in .NET Framework, which were created in .NET Core. - Fixed –
JobLoadException
when jobs reside in a signed assembly and a new version is deployed. - Fixed – Don't produce extra logging message when there's an exception in a worker (#1304).
- Fixed – Ensure form values are properly returned when there are different versions of Microsoft.Owin (#1329 by @DC-jc, #1324).
- Fixed – Dashboard fails with 404 "Not Found" error if there's a trailing slash for some reason (#1086).
Hangfire.SqlServer
- Added – Connection factory overload for the
SqlServerStorage
class (#1325 by @chinwobble). - Fixed – Inability to use package with Azure's managed service identity (by using a connection factory, #1323).