Hangfire v1.7.8 Release Notes

Release Date: 2019-12-05 // over 4 years ago
  • ๐Ÿš€ Release Notes

    Hangfire.Core

    • โž• Added โ€“ IGlobalConfiguration.UseResultsInContinuations method to globally enable results for continuations.
    • โž• Added โ€“ Ability to push antecedent job's result to continuations via job parameters with ContinuationsSupport.
    • โž• Added โ€“ JobParameterInjectionFilter server filter to inject job parameters as arguments.
    • โž• Added โ€“ Allow to specify a custom thread factory in UseBackgroundPool methods.
    • ๐Ÿ”„ Changed โ€“ Add retry attempts for recurring jobs instead of immediately disabling them.
    • ๐Ÿ›  Fixed โ€“ CultureInfo.InvariantCulture is now restored properly in background jobs.
    • ๐Ÿ›  Fixed โ€“ Recurring jobs aren't triggered early after changing their cron expressions.
    • ๐Ÿ›  Fixed โ€“ Don't trigger recurring job when it can't be scheduled due to errors.
    • ๐Ÿ›  Fixed โ€“ Argument with a null value is skipped when displaying job arguments in Dashboard UI.
    • ๐Ÿ›  Fixed โ€“ Add a workaround for resolving System.Diagnostics.Debug type in .NET Core 3.0.
    • ๐Ÿ—„ Deprecated โ€“ Deprecate the JobActivatorScope.InnerScope property as it wasn't implemented.

    Hangfire.SqlServer

    • โž• Added โ€“ Support for Microsoft.Data.SqlClient package when using a custom connection factory (Part II).
    • ๐Ÿ›  Fixed โ€“ Remove System.Data.SqlClient dependency from SqlCommandBatch and ExpirationManager.

    Hangfire.AspNetCore

    • โž• Added โ€“ IAppBuilder.MapHangfireDashboard method for ASP.NET Core 3.0 endpoint routing (by @kendaleiv).
    • ๐Ÿ”„ Changed โ€“ Add explicit netcoreapp3.0 target with "Microsoft.AspNetCore.App" framework reference (by @stebueh).

    Hangfire.NetCore

    • ๐Ÿ”„ Changed โ€“ Add explicit netcoreapp3.0 target with reference to "3.0.0" packages.

    ๐Ÿ“š Documentation

    • โž• Added โ€“ Making ASP.NET Core application always running on IIS (by @bamotav).
    • ๐Ÿ›  Fixed โ€“ Small typo on the "Getting Started in ASP.NET Core applications" page (by @msynk).
    • ๐Ÿ›  Fixed โ€“ Small spelling correction in "Throttling & Rate Limiters" (by @Bert-R).
    • ๐Ÿ›  Fixed โ€“ Small typo in the "Sending Email" tutorial (by @nabeelvalley).
    • ๐Ÿ›  Fixed โ€“ Correct spelling of 'prerequisites' in README.md (by @lgirvin).