Skip to content

Commit

Permalink
Bump version to 1.7.20 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Mar 19, 2021
1 parent 88b54bf commit 1a20f16
Show file tree
Hide file tree
Showing 3 changed files with 24 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.7.19-build-0{build}
version: 1.7.20-build-0{build}

os: Visual Studio 2019

Expand Down
22 changes: 22 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,28 @@ https://www.hangfire.io/

Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.7.html to learn how to upgrade from 1.6.X.

1.7.20

Hangfire.Core

• Added – Norwegian translations (by @khellang).
• Fixed – Correction on brazilian portuguese translations (by @Prestini).
• Fixed – Changing time zone of recurring job without changing cron expression causes immediate execution.

Hangfire.SqlServer

Please see https://www.hangfire.io/blog/2021/03/19/hangfire-1.7.20.html for details, manual changes
required for those who already migrated to Schema 6 and 7. This problem will be also fixed in a new
migration in Hangfire 1.8.0.

• Fixed – `Schema 6` migration now fixes problem that prevents 2,147,483,648th job from being enqueued.

Hangfire.NetCore and Hangfire.AspNetCore

• Added – An overload for `AddHangfireServer` utilizing `IServiceProvider` (by @penenkel).
• Added – `IBackgroundJobClientFactory` and `IRecurringJobManagerFactory` interfaces to fix the following bug.
• Fixed – Dashboard UI is unable to 'requeue' job on other then default `JobStorage`.

1.7.19

Hangfire.Core
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.7.19")]
[assembly: AssemblyVersion("1.7.20")]

0 comments on commit 1a20f16

Please sign in to comment.