This is a correcting release that fixes a couple of problems, including exception when using Serilog (appeared in 1.6.0), wrong CRON format strings for intervals, and ones that relate to the .NET Core platform. They were revealed by adding support to continuously run unit tests on Windows, Linux and OS X for the .NET Core using AppVeyor and Travis CI.
Continue Reading →
Hangfire 1.6 just released with experimental .NET Core platform support, deep integration with ASP.NET Core and async
/await
programming model support. Start processing background jobs with ease even on Linux and OS X today!
Continue Reading →
This release contains major bug fixes, and is very recommended to upgrade. In short, OperationCanceledException
doesn’t cause background processing to stop now. Dashboard UI doesn’t leak READ UNCOMMITTED
isolation level, and READ_COMMITTED_SNAPSHOT
option doesn’t lead background jobs to stuck in Enqueued state.
Continue Reading →
This release fixes a bug appeared in version 1.5.6 of the Hangfire.SqlServer
package. There was a race condition between the Timer
and Worker
threads, that causes the following problems, especially when small background jobs are processed.
Continue Reading →
Third beta of the upcoming 1.6 release. Contains a fix for a bug introduced in the previous beta, related to inability to add custom filters, as well as fixes from the recent 1.5.7 version.
Continue Reading →