IscB2b.Hangfire.Redis.StackExchange 1.10.1-beta2

This is a prerelease version of IscB2b.Hangfire.Redis.StackExchange.
dotnet add package IscB2b.Hangfire.Redis.StackExchange --version 1.10.1-beta2                
NuGet\Install-Package IscB2b.Hangfire.Redis.StackExchange -Version 1.10.1-beta2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IscB2b.Hangfire.Redis.StackExchange" Version="1.10.1-beta2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IscB2b.Hangfire.Redis.StackExchange --version 1.10.1-beta2                
#r "nuget: IscB2b.Hangfire.Redis.StackExchange, 1.10.1-beta2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IscB2b.Hangfire.Redis.StackExchange as a Cake Addin
#addin nuget:?package=IscB2b.Hangfire.Redis.StackExchange&version=1.10.1-beta2&prerelease

// Install IscB2b.Hangfire.Redis.StackExchange as a Cake Tool
#tool nuget:?package=IscB2b.Hangfire.Redis.StackExchange&version=1.10.1-beta2&prerelease                
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.10.1-beta2 2,075 7/24/2024

1.10.1-Beta2
- Update Lib
- Fix #153 Appeared after 1.10.0 release. Only updates to this version for testing purposes and PLEASE report any issues. Stick to 1.9.3 for production.
1.10.0
- Fix #135 -CHANGED BEHAVIOR- Library now requeue jobs from dead server (read comments in the issue) thanks to @Lexy2
- Implement #150 (Replace async Redis calls with sync ones) thanks to @Lexy2
- Fix #148 (Can't schedule a job without specifying the queue ) thanks to @Lexy2
- Fix #142 (Scheduled jobs are returned incorrectly by the monitoring API) thanks to @Lexy2
1.9.5
- Address #139 support for netstandard2.0
- Fix #145 Added Job Queue parameter to the job information
- Update to Hangfire 1.8.12 and StackExchange.Redis 2.7.33
Big thanks to @Lexy2 for all the work on this release
1.9.4
- Update to Hangfire 1.8.7
- Add Support for all features defined for the storage in Hangfire 1.8.7
- Update StackExchange.Redis to 2.7.10
1.9.3
- Fix the missing key prefixing ({hangfire}:) for GetSetCount and GetSetContains (thanks to BobSilent)
1.9.2
- Failed jobs page lists new items first (thanks to toddlucas)
1.9.1
- Downgrade to netStandard 2.0 for broader compatibility
1.9
- Switched AsyncLocal storage of redis lock to ThreadLocal
- BREAKING CHANGE: Drop support for net461
- Added compatibility to Hangfire.Core 1.8
- BREAKING CHANGE: Namespace changes to uniform with folders (It wrongly appeared in previous ver)
1.8.5
- Speed up Recurring jobs Fetching (thanks to developingjim)
1.8.4
- Fix #90, #91 concurrent access on dictinoary (thanks to luukholleman)
- Fix #94 occasional error in monitoringApi (thanks to tsu1980)
1.8.3
- Removed dependency to NewtonSoft.JSON (thanks to neyromant)
1.8.2
- Updated Hangfire to 1.7.11 (thanks to abarducci)
- Updated StackExchange.Redis to 2.1.30 (thanks to abarducci)
1.8.1
- Updated Hangfire to 1.7.8
- Fixed #82 (thanks to @bcuff)
1.8.0
- Updated StackExchange.Redis to 2.0 (thanks to @andrebires)
1.7.2
- Added support for Lifo Queues (thanks to AndreSteenbergen)
- Added option to not use transaction (thanks to AndreSteenbergen)
- Enabled sliding expiration for distributed locks (thanks to pieceofsummer)
- Add epired jobs watch to cleanup succeeded/deleted lists (thanks to pieceofsummer)
- Make succeeded and deleted lists size configurable (thanks to pieceofsummer)
- Fix job state order (thanks to pieceofsummer)
- Exclude Fetched property from job parameters (thanks to pieceofsummer)
1.7.1
- Add expired jobs watcher to cleanup succeeded/deleted lists thanks to pieceofsummer
1.7.0
- Redis Cluster support (#42 thanks to gzpbx)
- Update to VS2017 (#48 thanks to ryanelian)