Skip to content

1.7.19

Compare
Choose a tag to compare
@odinserj odinserj released this 15 Jan 12:30

Release Notes

Hangfire.Core

  • Added – German (Deutsch) Dashboard UI localization (PR #1772 by @d-oit).
  • AddedIGlobalConfiguration.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 to NullReferenceException (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.