Release Notes
This is the first beta of an upcoming 1.6 release. Added support for async background job methods, ability to access context when creating an IoC container scope, dashboard with i18n support, redesigned Job Details page and zero latency for simple setup with SQL Server.
Hangfire.Core
- Added – Ability to create jobs based on
async
methods, they are awaited by a worker (#540 by @tuespetre). - Added – Multilanguage support in Dashboard via resource files (#521 by @Elph).
- Added – Show background job continuations on Job Details page.
- Added – Access to background job context from the
JobActivator.BeginScope
method (#523). - Changed – Job Details page was redesigned to be more clean with less colors.
- Changed – Update jQuery to 2.1.4 and rickshaw.js to 1.5.1.
- Changed – Update NCrontab to 3.1.0.
- Changed – Update CronExpressionDescriptor to 1.17.
- Fixed –
ToGenericTypeString
method now supports nested classes (#522 by @patrykpiotrmarek).
Hangfire.SqlServer
- Added – Zero latency processing when client and server reside in the same process (#520 by @bgurmendi).
- Changed –
SqlServerStorage
class constructor now takesDbConnection
instances (#539 by @tystol).
Hangfire.SqlServer.Msmq
- Fixed – Package now depends on the latest Hangfire.SqlServer instead of version 1.2.2 (#509).