Skip to content

Commit

Permalink
Add release notes for 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Apr 22, 2016
1 parent 731765a commit 4ee844b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuspecs/Hangfire.SqlServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<tags>Hangfire SqlServer SqlAzure LocalDB</tags>
<releaseNotes>http://hangfire.io/blog/

1.5.6
* Fixed – Use keep-alive queries to prevent SQL Azure from killing a connection after 30 minute timeout.
* Fixed – Convert lock timeout value from double to int.

1.5.3
* Fixed – "Cannot release the application lock" exception when using distributed locks.

Expand Down
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<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.6

Hangfire.SqlServer
* Fixed – Use keep-alive queries to prevent SQL Azure from killing a connection after 30 minute timeout.
* Fixed – Convert lock timeout value from double to int.

1.5.5
* Fixed – Missed recurring jobs sometimes aren't triggered for the first time.

Expand Down

0 comments on commit 4ee844b

Please sign in to comment.