Skip to content

Commit

Permalink
Bump version to 1.6.15, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Aug 8, 2017
1 parent fbe756e commit 1a84a91
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - Section names should be unique on each level.

# Don't edit manually! Use `build.bat version` command instead!
version: 1.6.14-build-0{build}
version: 1.6.15-build-0{build}

os: Visual Studio 2015

Expand Down
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.6.15
• Fixed – Timeout exceptions that's caused by SQL Server's thread pool starvation, caused by sp_getapplock.
• Fixed – Antecedent background job is constantly failing, when its continuation hasn't been fully created.

1.6.14
• Added – `SqlServerStorageOptions.SlidingInvisibilityTimeout` to fetch jobs without using transaction.
• Fixed – Transaction log is full due to 'ACTIVE_TRANSACTION' by enabling to use new non-transactional fetch.
Expand Down
7 changes: 7 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
<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.15

Hangfire.SqlServer

• Fixed – Timeout exceptions that's caused by SQL Server's thread pool starvation, caused by sp_getapplock.
• Fixed – Antecedent background job is constantly failing, when its continuation hasn't been fully created.

1.6.14

Hangfire.SqlServer
Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
[assembly: ComVisible(false)]

// Don't edit manually! Use `build.bat version` command instead!
[assembly: AssemblyVersion("1.6.14")]
[assembly: AssemblyVersion("1.6.15")]

0 comments on commit 1a84a91

Please sign in to comment.