Hangfire v1.7.12 Release Notes

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

    • โž• Added โ€“ Display actual job payload and exception message on job details page when could find the method.
    • โž• Added โ€“ French translation for Dashboard UI (by @PaulARoy).
    • โž• Added โ€“ Expose IStorageConnection.GetRecurringJobs(IEnumerable ids) to public.
    • ๐Ÿ”„ Changed โ€“ Bump thread priority in heartbeat process for constrained environments.
    • ๐Ÿ”„ Changed โ€“ Display job properties in a dedicated row in job details page.
    • ๐Ÿ›  Fixed โ€“ Avoid storage round-trip when displaying continuations on job details page.