Hangfire v1.7.6 Release Notes

Release Date: 2019-08-05 // over 4 years ago
  • 🚀 Release Notes

    Hangfire.Core

    • 🔄 Changed – Add support for dash characters (-) in queue names (PR #1469 by @caioproiete).
    • 🛠 Fixed – Show actual error in Dashboard UI when recurring job can't be scheduled.
    • 🛠 Fixed – Ensure backward compatibility when JSON payloads are serialized with field names only.
    • 🛠 Fixed – Non-awaited continuations can bring down the whole app when TaskScheduler is set to null.
    • 🛠 Fixed – Timeout value is not respected in some cases in the WaitOneAsync method.