Release Notes
Hangfire.Core
- Added –
RecurringJob.TriggerJob
method that returns identifier of a triggered background job. - Added –
RecurringJobManager.TriggerJob
as a replacement for theTriggerExecution
method. - 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
RecurringJob
class. - Deprecated –
RecurringJob.Trigger
method is now obsolete,TriggerJob
is the replacement. - Deprecated –
RecurringJobManager.TriggerExecution
method is now obsolete,TriggerJob
should be used instead.
New Contributors
- @gumbarros made their first contribution in #2057
- @marcelcamargo made their first contribution in #2072
- @mmitchell-w made their first contribution in #2083
Full Changelog: v1.7.30...v1.7.31