1.7.19
Release Notes
Hangfire.Core
- Added – German (Deutsch) Dashboard UI localization (PR #1772 by @d-oit).
- Added –
IGlobalConfiguration.UseMaxArgumentSizeToRender
method to avoid "VALUE TOO BIG" messages. - Changed – Remove "readonly" keyword from the
JobMethodCallRenderer.MaxArgumentToRenderSize
field to support .NET 5.0. - Fixed – Race condition in
AspNetShutdownDetector
leads toNullReferenceException
(PR #1786 by @jr01). - Fixed – Avoid ArgumentException: Item has already been added when preserving an original exception.
- Project – Add repository link to nuspec files (PR #1749 by @jeremyhayes).
Hangfire.SqlServer
- Fixed – Return
null
instead of throwing FormatException when job id can't be parsed. - Project – Run the entire Hangfire.SqlServer test suite against the new Microsoft.Data.SqlClient package.