Release Notes
Hangfire.Core (backported from 1.7)
- Fixed –
CultureInfo.InvariantCulture
is now restored properly in background jobs. - Fixed – Use
LazyThreadSafetyMode.PublicationOnly
to avoid caching "JobStorage.Current is null" exceptions.
Hangfire.SqlServer (backported from 1.7)
- Fixed – Don't leak a
DbConnection
instance when an exception occurs while trying to open it.