All Versions
25
Latest Version
Avg Release Cycle
46 days
Latest Release
1245 days ago

Changelog History
Page 1

  • v1.7.18 Changes

    November 20, 2020

    🚀 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.
  • v1.7.17 Changes

    October 20, 2020

    🚀 Release Notes

    Hangfire.SqlServer

    • 🛠 Fixed – SqlException "Incorrect syntax near 'throw'" after upgrading to 1.7.15 when using SQL Server 2008 or 2008R2.
  • v1.7.16 Changes

    October 14, 2020

    🚀 Release Notes

    Hangfire.SqlServer

    • 🛠 Fixed – Blocking problems when using multiple storages with the same queue names in the same process (appeared in 1.7.9).
  • v1.7.15 Changes

    October 08, 2020

    🚀 Release Notes

    Hangfire.Core

    • âž• Added – IGlobalConfiguration.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.
  • v1.7.14 Changes

    September 24, 2020

    🚀 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.
  • v1.7.13 Changes

    September 15, 2020

    🚀 Release Notes

    Hangfire.Core

    • âž• Added – Catalan translation for Dashboard UI (based on Spanish translation, by @agausachs).
    • âž• Added – Support for configuring recommended serializer settings via callback (by @Yaevh).
    • 🛠 Fixed – Use correct wording for job parameters in Job Details page, add it to resources.
    • 🛠 Fixed – Don't push negative points to the realtime graph in dashboard.
    • 🛠 Fixed – Don't depend on history collection type returned from Storage API.
    • Project – Execute tests one by one to ensure exit code isn't being lost (by @willchis).

    Hangfire.SqlServer

    • âž• Added – UseIgnoreDupKeyOption for SQL Server storage configuration (changes to [Set] and [Hash] tables required).
    • 🛠 Fixed – Don't truncate too long keys silently, throw exceptions instead.
    • 🛠 Fixed – Add missing null checks for methods in the SqlServerWriteOnlyTransaction class.
    • 🛠 Fixed – Change holdlock hint to xlock in merge statements in transaction to prevent deadlocks.
    • 🛠 Fixed – Don't rethrow "Lock request time out period exceeded" exceptions from expiration manager.
    • 🛠 Fixed – Increase [Server].[Id] column's length to 200 for new installations.
  • v1.7.12 Changes

    July 24, 2020

    🚀 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.
  • v1.7.11 Changes

    April 15, 2020

    🚀 Release Notes

    Hangfire.Core

    • âž• Added – Display recurring job exceptions directly in the Dashboard UI.
    • âž• Added – Add built-in support for reliable shutdown detection of ASP.NET apps.
    • 🔄 Changed – Internal feature to perform state changes without calling any filters.
    • 🔄 Changed – Decrease the number of retry attempts for recurring jobs to 5.
    • 🔄 Changed – Unify exception handling in recurring job scheduler.
    • 🛠 Fixed – Let workers to ignore any state change filters when all previous attempts to call them failed.
    • 🛠 Fixed – Don't let RecurringJobScheduler to stall the pipeline when extension filters throw an exception.
    • 🛠 Fixed – Don't let DelayedJobScheduler to stall the pipeline when state filters throw an exception.
    • 🛠 Fixed – JobLoadException when new methods deployed, caused by overlapped recycles in ASP.NET applications.
    • 🛠 Fixed – Configuration changes aren't taken into account, caused by overlapped recycles in ASP.NET.
    • 🛠 Fixed – Zombie servers shown on the "Servers" page that aren't stopped automatically unless app pool is recycled.
    • 🛠 Fixed – Pass the whole exception to the Error field of a recurring job.
    • 🛠 Fixed – Re-schedule recurring jobs with unsupported versions, instead of stopping the pipeline.
    • 🛠 Fixed – Don't stumble over non-existing recurring jobs in a scheduler.
    • 🛠 Fixed – Add another check before removing non-existing jobs from delayed jobs to avoid race conditions.
    • 🛠 Fixed – Avoid throwing NullReferenceException instead of InvalidOperationException when deserializing a job.
    • 🛠 Fixed – Don't transform queue names to upper case in the Dashboard UI.
  • v1.7.10 Changes

    April 02, 2020

    🚀 Release Notes

    Hangfire.Core

    • âž• Added – Farsi translation for Dashboard UI (#1611 by @sepehr1101).
    • âž• Added – Portuguese translation for Dashboard UI (#1620 by @GeErghon).
    • âž• Added – PrefixPath in DashboardOptions (#1630 by @shenjielx).
    • âž• Added – Allow PageUrl to be overridden by subclass (#1613 by @brendonparker).

    Hangfire.SqlServer

    • 🔄 Changed – Use XACT_ABORT option for ExpirationManager queries.
    • 🔄 Changed – Don't rely on implicit rollback when disposing transactions.
    • 🛠 Fixed – NullReferenceException in logs thrown from SqlInternalTransaction.Rollback method (#1494).
  • v1.7.9 Changes

    January 20, 2020

    🚀 Release Notes

    Hangfire.Core

    • 🛠 Fixed – Additional Chinese translation for Dashboard UI (by @brookqin).
    • 🛠 Fixed – Added null checks for expired failed jobs in Dashboard UI (by @ppkale1995-cimpress).
    • 🛠 Fixed – Add word break to definition lists for state cards in Dashboard UI.
    • 🛠 Fixed – Render long recurring job identifiers correctly in Dashboard UI.

    Hangfire.SqlServer

    • 🔄 Changed – Implement long polling fetch for sub-second polling delays without sp_getapplock.
    • 🛠 Fixed – Don't leak DbConnection instance when an exception occurs during its opening.
    • 🛠 Fixed – Can not obtain connection from the pool exception after database was offline.
    • 🛠 Fixed – High number of waits in SQL Server when Hangfire Servers are idle.

    📚 Documentation

    • 🔄 Changed – Update "Making ASP.NET Applications Always Running" for .NET Core (by @unionthugface).
    • 🛠 Fixed – Fix typo in the README.md file (by @tawfikkh).