Hangfire v1.6.24 Release Notes

Release Date: 2019-03-27 // about 5 years ago
  • ๐Ÿš€ Release Notes

    Hangfire.Core

    • ๐Ÿ›  Fixed โ€“ PreserveCulture filter logs a message instead of throwing an error when it can't find the culture.
    • ๐Ÿ›  Fixed โ€“ Uninitialized continuation shouldn't cause exception when completing an antecedent job.

    Hangfire.SqlServer

    • ๐Ÿ›  Fixed โ€“ Validate JobExpirationCheckInterval option to avoid exceptions in runtime (PR #1377 by @carlowahlstedt).
    • ๐Ÿ›  Fixed โ€“ Don't throw an exception, when current schema version is higher than expected.