Minor release with fixed possible NullReferenceException
on the Deleted Jobs page, and improved debugging experience through the added source link support with embedded symbols that reference source files in the GitHub repository.
Please note that version 1.8.8 was unlisted on NuGet because of broken package references.
Hangfire.Core
-
Changed – Use
Environment.MachineName
as a server name if other environment vars aren’t available. - Changed – Bump the Cronos package version from 0.7.1 to 0.8.1.
- Changed – Improve portuguese translations (by @filipe-silva).
-
Fixed – Possible
NullReferenceException
on the Deleted Jobs page (regression from 1.8.7). - Project – Enable full source link support with embedded symbols and repository-based sources.
- Project – Enable repeatable package restore using a lock file.
-
Project – Run unit tests against the
net6.0
platform. - Project – Modernise the build system and clean up the build scripts.
Hangfire.SqlServer
- Project – Enable full source link support with embedded symbols and repository-based sources.
- Project – Enable repeatable package restore using a lock file.
-
Project – Run unit tests against the
net6.0
platform.
Hangfire.NetCore
- Project – Enable full source link support with embedded symbols and repository-based sources.
- Project – Enable repeatable package restore using a lock file.
Hangfire.AspNetCore
- Fixed – Don’t attempt to write response headers when response has already started (by @maliming).
- Project – Enable full source link support with embedded symbols and repository-based sources.
- Project – Enable repeatable package restore using a lock file.