github HangfireIO/Hangfire v1.8.0-rc2
1.8.0-rc2

latest releases: v1.8.14, v1.8.13, v1.7.37...
pre-release22 months ago

Release Notes

Hangfire.Core

  • Added – Support for default culture and UI culture via the UseDefaultCulture configuration method.
  • AddedCompatibilityLevel.Version_180 flag to avoid storing culture parameters when they are the same as default.
  • AddedBackgroundJobServerOptions.IsLightweightServer option to run server with no storage processes.
  • Changed – Use UI culture from CurrentCulture parameter when CurrentUICulture 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

  • Addednet451 and netstandard1.3 targets for the package.
  • Changed – Use netstandard2.1 target instead of netcoreapp3.0 for the package.

Hangfire.AspNetCore

  • Breaking – Make the package to be dependent on Hangfire.NetCore to use the same types.

Don't miss a new Hangfire release

NewReleases is sending notifications on new releases.