Releases: raisedapp/Hangfire.Storage.SQLite
V0.4.2
0.4.2
Remove re-entrancy (fixes SQLiteDistributedLock doesn't play right with async #68). Thanks to @kirides
Pause heartbeat timer while processing. Thanks to @kirides
Update expiration using SQL Update statement in a single step. Thanks to @kirides
Added Heartbeat event (for testing). Thanks to @kirides
If we no longer own the lock, we immediately dispose the heartbeat timer (fixes Unable to update heartbeat - still happening in .NET 6.0 #69). Thanks to @kirides
Version 0.3.4
0.3.4
- Bug Fix (GetTimelineStats and GetHourlyTimelineStats return wrongly matched results), thanks to @MaxTheWhale
Version 0.3.1
0.3.1
- Revisit the logic for SQLiteDistributedLock, thanks to @fnajera-rac-de
- Heartbeat method should throw a BackgroundServerGoneException when no servers exist for an update, thanks to @todorovicg
Version 0.3.0
Fix DistributedLockTimeoutException with Hangfire.Storage.SQLite
Version 0.2.3
0.2.3
- Avoid exception The given key 'X' was not present in the dictionary (Issue #17 )
- Fix Difference State between State Table and Job Table
Version 0.2.2
0.2.2
- Add AutoVacuum Options
- Add ExpireAt In JobParamter And State Models
- Fix pragma sql
Version 0.2.1
- Add AutoVacuum Options
- Add ExpireAt In JobParamter And State Models
Version 0.2.0
0.2.0
- Distributed Lock In ExpirationManager
- ExpireAt In JobDetails Method
Version - 0.1.1
0.1.1
- Uniqueness constraint to protect locks. Thanks to @Sumo-MBryant
Version 0.1.0 - First Stable
0.1.0
- Fix Recurring Job Count (Dashboard)
- Fix Dequeue method