Skip to content

Commit

Permalink
Add release notes for 1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Mar 2, 2017
1 parent fbed941 commit f4b1266
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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.6.9
• Fixed – `TimeoutException` on large arguments or large batches via `SqlServerOptions.CommandTimeout`.

1.6.8
• Fixed – Use `long` where possible instead of `int` for background job identifiers, full support will be in 1.7.0.

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

Hangfire.SqlServer
• Fixed – `TimeoutException` on large arguments or large batches via `SqlServerOptions.CommandTimeout`.

1.6.8

Hangfire.Core
Expand Down

0 comments on commit f4b1266

Please sign in to comment.