Skip to content

Commit ee71420

Browse files
committed
Add release notes for 1.5.2
1 parent c7037e9 commit ee71420

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎nuspecs/Hangfire.Core.nuspec‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
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.2
18+
* Fixed – `JobLoadException` when using interface method as a background job, appeared in 1.5.1.
19+
1720
1.5.1
18-
* Fixed – `JobLoadException` during deserialization when a method defined in an inherited interface (by @triwire).
21+
* Fixed – `JobLoadException` during deserialization when a method defined in an inherited interface.
1922
* Fixed – Show alert box instead of an exception on Awaiting Jobs page.
2023

2124
1.5.0

‎nuspecs/Hangfire.nuspec‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
<tags>Hangfire AspNet MVC OWIN SqlServer Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
1919
<releaseNotes>http://hangfire.io/blog/
2020

21+
1.5.2
22+
* Fixed – `JobLoadException` when using interface method as a background job, appeared in 1.5.1.
23+
2124
1.5.1
22-
* Fixed – `JobLoadException` during deserialization when a method defined in an inherited interface (by @triwire).
25+
* Fixed – `JobLoadException` during deserialization when a method defined in an inherited interface.
2326
* Fixed – Unable to see enqueued jobs in Dashboard UI when using SQL Server queues.
2427
* Fixed – Show alert box instead of an exception on Awaiting Jobs page.
2528

0 commit comments

Comments
 (0)