| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Hangfire-1.8.21.zip | 2025-08-12 | 8.8 MB | |
| 1.8.21 source code.tar.gz | 2025-08-12 | 3.7 MB | |
| 1.8.21 source code.zip | 2025-08-12 | 4.1 MB | |
| README.md | 2025-08-12 | 868 Bytes | |
| Totals: 4 Items | 16.6 MB | 0 | |
Release Notes
Hangfire.Core
- Added –
FailedState.IncludeFileInfoto optionally show/hide line numbers in exceptions in Failed state. - Changed – Include line numbers for exceptions by default when available.
- Fixed – Portuguese (Brazil) translations in Strings.pt-BR.resx (by @pedro-cons).
- Fixed – Static
BackgroundJobclass always acquires the most currentJobStorage.Currentinstance. - Fixed – Static
RecurringJobclass always acquires the most currentJobStorage.Currentinstance.
Hangfire.SqlServer
- Added –
SqlServerStorageOptions.DisableTransactionScopeoption for .NET Framework targets. - Project – Port Monitoring API tests from the Hangfire.InMemory storage for better coverage.
- Project – Run tests for different targets in parallel with different databases.