Hangfire v1.7.18 Release Notes

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

    Hangfire.SqlServer

    • โž• Added โ€“ SqlServerStorageOptions.DeleteExpiredBatchSize option to remove more expired records in a single pass.
    • ๐Ÿ›  Fixed โ€“ Don't throw from SqlServerStorage.ToString method when using custom factory or existing connection.

Previous changes from v1.7.17

  • ๐Ÿš€ Release Notes

    Hangfire.SqlServer

    • ๐Ÿ›  Fixed โ€“ SqlException "Incorrect syntax near 'throw'" after upgrading to 1.7.15 when using SQL Server 2008 or 2008R2.