Skip to content

Commit

Permalink
Add release notes for 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Oct 14, 2015
1 parent e9968da commit 7f83388
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuspecs/Hangfire.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<tags>Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
<releaseNotes>http://hangfire.io/blog/

1.5.1
* Fixed – `JobLoadException` during deserialization when a method defined in an inherited interface (by @triwire).
* Fixed – Show alert box instead of an exception on Awaiting Jobs page.

1.5.0
* Added – `IBackgroundProcess` interface that allows to implement custom background processes.
* Added – `BackgroundProcessingServer` class for creating a server instance with completely custom background processes.
Expand Down
3 changes: 3 additions & 0 deletions nuspecs/Hangfire.SqlServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<tags>Hangfire SqlServer SqlAzure LocalDB</tags>
<releaseNotes>http://hangfire.io/blog/

1.5.1
* Fixed – Unable to see enqueued jobs in Dashboard UI when using SQL Server queues.

1.5.0
* Added – Ability to specify the schema for SQL Server job storage (by @ryanmwright).
* Added – `TransactionTimeout` option for configuring the `TransactionScope` timeout.
Expand Down
5 changes: 5 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<tags>Hangfire AspNet MVC OWIN SqlServer Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
<releaseNotes>http://hangfire.io/blog/

1.5.1
* Fixed – `JobLoadException` during deserialization when a method defined in an inherited interface (by @triwire).
* Fixed – Unable to see enqueued jobs in Dashboard UI when using SQL Server queues.
* Fixed – Show alert box instead of an exception on Awaiting Jobs page.

1.5.0

Hangfire.Core
Expand Down

0 comments on commit 7f83388

Please sign in to comment.