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 →
This is a correcting release that contains a fix for Dashboard UI crashes when using MSMQ (finally, thanks @yangman for this!), as well as some other minor fixes.
Continue Reading →
New major version of Hangfire.Pro.Redis package (a part of Hangfire Pro) is almost here. Now it uses popular open-source library StackExchange.Redis to interact with Redis – a blazing fast data structure store.
Continue Reading →