New
1.8.21
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.