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.IncludeFileInfo
to 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
BackgroundJob
class always acquires the most currentJobStorage.Current
instance. - Fixed – Static
RecurringJob
class always acquires the most currentJobStorage.Current
instance.
Hangfire.SqlServer
- Added –
SqlServerStorageOptions.DisableTransactionScope
option 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.