Hangfire v1.7.15 Release Notes

Release Date: 2020-10-08 // over 3 years ago
  • 🚀 Release Notes

    Hangfire.Core

    • AddedIGlobalConfiguration.UseMaxLinesInExceptionDetails option to cap the size of stack traces.
    • 🔄 Changed – Only the first 100 lines of a stack trace will be preserved now by default in Failed state.
    • 🛠 Fixed – Don't let exceptions with huge stack traces take up too much storage space.

    Hangfire.SqlServer

    • 🛠 Fixed – Avoid deadlocks when using the SetJobParameter method without introducing issues for older schemas.
    • 🛠 Fixed – Remove duplicate sorting in the SqlServerMonitoringApi.GetJobs method which is used by a lot of queries.