Patch release that fixes a corner-case related to setting a null value to job parameters, adds static analysis back and a fixes a few other issues.
Patch release that fixes a corner-case related to setting a null value to job parameters, adds static analysis back and a fixes a few other issues.
Maintenance release that allows specifying a favicon for the Dashboard UI, fixes regression for disabled recurring jobs, allows to serialize the AutomaticRetryAttribute filter, and fixes Hangfire.SqlServer’s backward compatibility issue with databases that use the old Schema 5 version.
This is a patch release that slightly improves the shutdown pipeline of a background job server and allows to get the current server id from IServerFilter implementations.
This correcting release fixes possible ObjectDisposedException in tests when using a background job server as a hosted process in ASP.NET Core, and a rare issue with the delayed job scheduler, when a scheduled background job was changed bypassing Hangfire API.
Maintenance release that fixes recurring job problems related to the new MisfireHandlingMode.Ignorable mode and adds a few other minor changes.