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.
Continue Reading →
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.
Continue Reading →
This release adds an option that explicitly allows using multiple endpoints in the connection string, but it’s not recommended. Use it at your own risk! Here’s a small explanation:
Continue Reading →
This is a correcting release that fixes a regression, when using generic methods of a scoped variable in expression for background jobs, as well as some minor optimizations for SQL Server. It also adds CLS compliance for basic packages, since public API is already compliant. Boring release, nothing interesting here.
Continue Reading →