This release contains a bunch of minor fixes, mostly for Dashboard UI.
Hangfire.Core
-
Fixed –
Cron.MonthIntervalnow returns correct CRON expression. -
Fixed – Throw
NotSupportedExceptionearly, when arguments contain delegate or expression. -
Fixed – Connection and distributed lock kept longer than necessary in
RecurringJobScheduler. - Fixed – Use local date/times everywhere in Dashboard UI.
- Fixed – Call chart update only when it exists in Dashboard UI to prevent JavaScript errors.
- Fixed – Scheduled column title is now displaying correctly in Dashboard UI.
- Fixed – Typo “Nexts jobs” should be “Next jobs” in Dashboard UI (by @danielabbatt).
Hangfire.SqlServer
-
Fixed – Use
longwhere possible instead ofintfor background job identifiers, full support will be in 1.7.0.
by