github HangfireIO/Hangfire v1.6.16
1.6.16

latest releases: v1.7.37, v1.8.12, v1.8.11...
6 years ago

Release Notes

This is yet another maintenance release that fixes a bunch of non-critical bugs in Hangfire.Core and Hangfire.SqlServer packages.

Hangfire.Core

  • Fixed – Unexpected DateTime and DateTime? serialization issues in background job arguments (#971 by @plaisted, #970, #972).
  • FixedDistributedLockTimeoutException in some background processes now logged with "DEBUG" level instead of "ERROR" (#789).
  • FixedElmahLogProvider to show errors when using SQL log (#867 by @francnuec).
  • Fixed – Last execution field isn't shown on recurring jobs page, when background job has already expired (#930).
  • FixedHangfire.SqlServer assembly doesn't include version in the netstandard target (#951).

Hangfire.SqlServer

  • Fixed – Lower the number of requests, when trying to acquire a distributed lock.
  • Fixed – Problems with continuations and batch continuations, when using existing SqlConnection instance.
  • Fixed – Distributed locks were silently released, when passing explicit closed connection to a storage.
  • FixedKeyNotFoundException errors on various dashboard pages don't appear anymore (#948 by @benjymous, #945, #946).
  • Fixed – "Cannot release the application lock because it is not currently held" exceptions, when connection was closed.
  • Fixed – Allow to use zero timeout for SQL Server-based distributed locks (#967).

Don't miss a new Hangfire release

NewReleases is sending notifications on new releases.