Hangfire v1.7.14 Release Notes

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

    Hangfire.SqlServer

    • ๐Ÿ”„ Changed โ€“ Use better queries for jobs with 3 and 4 parameters, this is a common case.
    • ๐Ÿ›  Fixed โ€“ Duplicate entries in the JobParameters table after upgrading to version 1.7.13.
    • ๐Ÿ›  Fixed โ€“ Extensive retries on a method that has a retry attribute after upgrading to 1.7.13.
    • ๐Ÿ›  Fixed โ€“ "ArgumentException: An item with the same key has already been added. Key: RetryCount" in SqlServerMonitoringApi.