Skip to content

1.4.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@odinserj odinserj released this 11 Apr 16:27
· 2258 commits to dev since this release

Release Notes

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.
  • ObsoleteBackgroundJobServer's Start and Stop 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.

Links