Release Notes
Hangfire.Core
- Added – Support for default culture and UI culture via the
UseDefaultCulture
configuration method. - Added –
CompatibilityLevel.Version_180
flag to avoid storing culture parameters when they are the same as default. - Added –
BackgroundJobServerOptions.IsLightweightServer
option to run server with no storage processes. - Changed – Use UI culture from
CurrentCulture
parameter whenCurrentUICulture
one is missing.
Hangfire.SqlServer
- Breaking – Prioritise Microsoft.Data.SqlClient package over System.Data.SqlClient one.
- Changed – Bump internal version of Dapper to 2.0.123.
- Changed – Remove System.Data.SqlClient package from the NuGet dependency graph (by @0xced).
Hangfire.NetCore
- Added –
net451
andnetstandard1.3
targets for the package. - Changed – Use
netstandard2.1
target instead ofnetcoreapp3.0
for the package.
Hangfire.AspNetCore
- Breaking – Make the package to be dependent on Hangfire.NetCore to use the same types.