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
- Fixed –
Schema 6
migration now fixes problem that prevents 2,147,483,648th job from being enqueued.
Hangfire.NetCore and Hangfire.AspNetCore