New release brings support to detach background jobs from mutexes and semaphores without changing their state. New buttons added to the Dashboard UI, and new methods added to the ThrottlingManager
class (but not to the interface to avoid breaking changes) to support the new feature.
Continue Reading →
This version adds support for authenticating with username available in Redis 6 to use ACL support. Just add username=
or user=
option to your connection string, and you’ll be able to use the same Redis instance for multiple tenants with proper data isolation between them.
Continue Reading →
This version contains fixes for some corner cases in Hangfire.SqlServer, minor enhancements for Hangfire.Core and Catalan translation for Dashboard UI. Thank you Abraham Gausachs, Tomasz Malinowski and Will for your help with this release!
Continue Reading →
The new pre-release version brings significantly improved command pipeline with less stalls due to the absence of conditional transactions (now using LUA scripting instead of them), less round-trips to Redis, decreased latency when obtaining distributed locks and optimized fetching from multiple queues using a single command. These changes heavily increase the throughput especially when using Redis in a cloud environment or using complex features in Hangfire.
Continue Reading →
This is a maintenance release that fixes some connectivity problems that may occur in corner cases, such as cluster fail-over and connection timeouts.
Continue Reading →