github HangfireIO/Hangfire v1.7.20
1.7.20

latest releases: v1.7.37, v1.8.12, v1.8.11...
3 years ago

Release Notes

Please see https://www.hangfire.io/blog/2021/03/19/hangfire-1.7.20.html for details, manual changes required to fix potential problems when using Hangfire.SqlServer as a job storage for those who already migrated to Schema 6 and 7. This problem will be also fixed in a new migration in Hangfire 1.8.0.

Hangfire.Core

  • Added – Norwegian translations (PR #1794 by @khellang).
  • Fixed – Correction on brazilian portuguese translations (PR #1828 by @Prestini).
  • Fixed – Changing time zone of recurring job without changing cron expression causes immediate execution.

Hangfire.SqlServer

  • FixedSchema 6 migration now fixes problem that prevents 2,147,483,648th job from being enqueued.

Hangfire.NetCore and Hangfire.AspNetCore

  • Added – An overload for AddHangfireServer utilizing IServiceProvider (PR #1800 by @penenkel).
  • AddedIBackgroundJobClientFactory and IRecurringJobManagerFactory interfaces to fix the following bug.
  • Fixed – Dashboard UI is unable to 'requeue' job on other then default JobStorage.

Don't miss a new Hangfire release

NewReleases is sending notifications on new releases.