Hangfire v1.7.9 Release Notes

Release Date: 2020-01-20 // about 4 years ago
  • ๐Ÿš€ Release Notes

    Hangfire.Core

    • ๐Ÿ›  Fixed โ€“ Additional Chinese translation for Dashboard UI (by @brookqin).
    • ๐Ÿ›  Fixed โ€“ Added null checks for expired failed jobs in Dashboard UI (by @ppkale1995-cimpress).
    • ๐Ÿ›  Fixed โ€“ Add word break to definition lists for state cards in Dashboard UI.
    • ๐Ÿ›  Fixed โ€“ Render long recurring job identifiers correctly in Dashboard UI.

    Hangfire.SqlServer

    • ๐Ÿ”„ Changed โ€“ Implement long polling fetch for sub-second polling delays without sp_getapplock.
    • ๐Ÿ›  Fixed โ€“ Don't leak DbConnection instance when an exception occurs during its opening.
    • ๐Ÿ›  Fixed โ€“ Can not obtain connection from the pool exception after database was offline.
    • ๐Ÿ›  Fixed โ€“ High number of waits in SQL Server when Hangfire Servers are idle.

    ๐Ÿ“š Documentation

    • ๐Ÿ”„ Changed โ€“ Update "Making ASP.NET Applications Always Running" for .NET Core (by @unionthugface).
    • ๐Ÿ›  Fixed โ€“ Fix typo in the README.md file (by @tawfikkh).