Hangfire v1.6.28 Release Notes

Release Date: 2020-01-14 // about 4 years ago
  • ๐Ÿš€ 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.