Patch releases with important fixes for nested batches and enabled source link support with fully embedded sources to simplify the debugging experience.
Hangfire.Pro 3.0.2
- Fixed – Empty nested batches shouldn’t remain in the Started state indefinitely.
- Fixed – Jobs in nested batches don’t trigger a batch update on state transitions (regression from 3.0.1).
- Project – Enable source link support with fully embedded sources to simplify debugging.
- Project – Upgrade the Microsoft.CodeAnalysis.NetAnalyzers package to 8.0.0.
-
Project – Enable
RestorePackagesWithLockFile
andRestoreLockedMode
options.
Hangfire.Pro 2.3.4
- Fixed – Empty nested batches shouldn’t remain in the Started state indefinitely.
- Fixed – Jobs in nested batches don’t trigger a batch update on state transitions (regression from 2.3.3).