Skip to content

Commit 1850239

Browse files
author
Felix Clase
committed
Update Package Release Note
1 parent 06cb716 commit 1850239

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/Hangfire.Storage.SQLite/Hangfire.Storage.SQLite.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
<Description>An Alternative SQLite Storage for Hangfire</Description>
2222
<PackageReleaseNotes>
2323
0.4.2
24-
- Stability and retry enhancements introduced by: Daniel Lindblom
24+
-remove re-entrancy (fixes SQLiteDistributedLock doesn't play right with async #68). Thanks to @kirides
25+
-pause heartbeat timer while processing. Thanks to @kirides
26+
-update expiration using SQL Update statement in a single step. Thanks to @kirides
27+
-Added Heartbeat event (for testing). Thanks to @kirides
28+
-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
2529
</PackageReleaseNotes>
2630
</PropertyGroup>
2731
<ItemGroup>

0 commit comments

Comments
 (0)