Release Notes
Hangfire.Core
- Added – Allow to specify a custom queue for recurring jobs (#228, #379, #383 by @maleet).
- Added – Allow to pass custom creation/performance processes to
BackgroundJobServer
via options. - Added – Missing
UseHangfireServer
overloads with additional background processes. - Changed – Updated Dashboard CSS to Twitter Bootstrap 3.3.5.
- Fixed –
OverflowException
in Dashboard when job duration exceeds int.MaxValue (#384 by @mavenius). - Fixed – "More details" button in Dashboard changes to "Less details" when collapsed (#389 by @pascalberger).
Hangfire.SqlServer
- Changed –
SqlServerDistributedLock
class is now public.