This is a pre-release version of Hangfire 1.4.0 that is considered to be stable (and it is more stable than 1.3.x). Final version will be released after documentation changes (some awesome features added, please see 1.4.0-beta1).
Hangfire.Core:
- Changed – Retry a job when there was an exception during state transition instead of moving it to the Failed state.
-
Fixed – Don’t leak foreground colors in
ColouredConsoleLogger
. -
Obsolete –
BackgroundJobServer
’sStart
andStop
methods are obsolete.
Hangfire.SqlServer
-
Changed – Don’t pass IsolationLevel to
TransactionScope
by default. - Changed – Coarse grained locks for Hash, List and Set tables to prevent deadlocks.