Maintenance release that adds RecurringJob.TriggerJob method that returns identifier of a triggered background job, bumps Moment.js packages used by Dashboard UI to 2.29.4 and contains fixes for the pt-BR translation.
Hangfire.Core
-
Added –
RecurringJob.TriggerJobmethod that returns identifier of a triggered background job. -
Added –
RecurringJobManager.TriggerJobas a replacement for theTriggerExecutionmethod. - Changed – Update Moment.js library used by Dashboard UI to version 2.29.4 (by @mmitchell-w).
- Fixed – Typos in pt-BR translation (by @gumbarros and @marcelcamargo).
-
Fixed – Added missing parameter annotations for methods of the
RecurringJobclass. -
Deprecated –
RecurringJob.Triggermethod is now obsolete,TriggerJobis the replacement. -
Deprecated –
RecurringJobManager.TriggerExecutionmethod is now obsolete,TriggerJobshould be used instead.
by