Release Notes
Hangfire.Core
- Changed –
StopTimeout
introduced in 1.7.0-beta3 now defaults to zero seconds (2ca6fc4). - Fixed –
NotSupportedException
thrown byRecurringJobScheduler
(regression, 001ee08). - Fixed –
NotSupportedException
thrown byDelayedJobScheduler
(regression, 3c2ec58). - Fixed –
RecurringJobManager.AddOrUpdate
method doesn't preserveLastJobId
(regression, 4748d7e). - Fixed – Cache results of the
IsBatchingAvailable
method per connection type (6dc93e8).