Hangfire v1.7.13 Release Notes

Release Date: 2020-09-15 // over 3 years ago
  • ๐Ÿš€ Release Notes

    Hangfire.Core

    • โž• Added โ€“ Catalan translation for Dashboard UI (based on Spanish translation, by @agausachs).
    • โž• Added โ€“ Support for configuring recommended serializer settings via callback (by @Yaevh).
    • ๐Ÿ›  Fixed โ€“ Use correct wording for job parameters in Job Details page, add it to resources.
    • ๐Ÿ›  Fixed โ€“ Don't push negative points to the realtime graph in dashboard.
    • ๐Ÿ›  Fixed โ€“ Don't depend on history collection type returned from Storage API.
    • Project โ€“ Execute tests one by one to ensure exit code isn't being lost (by @willchis).

    Hangfire.SqlServer

    • โž• Added โ€“ UseIgnoreDupKeyOption for SQL Server storage configuration (changes to [Set] and [Hash] tables required).
    • ๐Ÿ›  Fixed โ€“ Don't truncate too long keys silently, throw exceptions instead.
    • ๐Ÿ›  Fixed โ€“ Add missing null checks for methods in the SqlServerWriteOnlyTransaction class.
    • ๐Ÿ›  Fixed โ€“ Change holdlock hint to xlock in merge statements in transaction to prevent deadlocks.
    • ๐Ÿ›  Fixed โ€“ Don't rethrow "Lock request time out period exceeded" exceptions from expiration manager.
    • ๐Ÿ›  Fixed โ€“ Increase [Server].[Id] column's length to 200 for new installations.