This release contains a bunch of minor fixes, mostly for Dashboard UI.
Continue Reading →This release contains a bunch of minor fixes, mostly for Dashboard UI.
Continue Reading →This is a correcting release that fixes Server.StartedAt
field reset problem during each server heartbeat, which lead to confusion that servers are constantly restarted, when watching the Servers page. It also adds missing GetValueFromHash
method required by popular Hangfire.Console extension.
This is a maintenance release that add support for Hangfire.Core 1.4.0 for conservative users who are planning to switch to use a more stable StackExchange.Redis client package, but don’t want to upgrade Hangfire.Core. Originally this package supported only ≥ 1.5.0 versions.
Continue Reading →This is a correcting release that brings fixes to fully support generic methods, whose generic arguments are defined in their parameters, including List<T>
and T[]
. A lot of issues with Dashboard UI that cause exceptions and other errors, like uncontrolled growth of event listeners on resize, were also fixed. Please see the full delails below.
This is a maintenance release that fixes ArgumentNullException
that appears in Dashboard UI and during a call to the RedisMonitoringApi.Servers
method, when BackgroundJobServer
instance was resurrected. Resurrection happens when a server was removed from active servers list due to network problems, but then appeared again.