Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 1f93111

Browse files
committed
Add project-specific release notes for 1.5.9
1 parent 0e1bf2d commit 1f93111

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

nuspecs/Hangfire.Core.nuspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<tags>Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
1515
<releaseNotes>http://hangfire.io/blog/
1616

17+
1.5.9
18+
* Fixed – `OperationCanceledException` exceptions don't cause background processing to stop.
19+
1720
1.5.7
1821
* Fixed – Add queue name validation to the `RecurringJobScheduler` class (by @pzielinski86).
1922

nuspecs/Hangfire.SqlServer.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<tags>Hangfire SqlServer SqlAzure LocalDB</tags>
1515
<releaseNotes>http://hangfire.io/blog/
1616

17+
1.5.9
18+
* Fixed – Don't leak Dashboard UI's `READ UNCOMMITTED` isolation level to other parts of an application.
19+
* Fixed – `READ_COMMITTED_SNAPSHOT` option doesn't prevent background jobs from being processed.
20+
1721
1.5.8
1822
* Changed – Disable immediate execution of a keep-alive query in queue and distributed locks.
1923
* Fixed – Background jobs may be processed multiple times.

0 commit comments

Comments
 (0)