Skip to content

Commit 53a251e

Browse files
committed
Bump version to 1.8.19 and add release notes
1 parent dff67b4 commit 53a251e

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - Section names should be unique on each level.
88

99
# Please don't edit it manually, use the `build.bat version` command instead.
10-
version: 1.8.18-build-0{build}
10+
version: 1.8.19-build-0{build}
1111

1212
image:
1313
- Visual Studio 2022

nuspecs/Hangfire.Core.nuspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ https://www.hangfire.io/
2323
Release notes are available in our blog https://www.hangfire.io/blog/
2424
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
2525
26+
1.8.19
27+
• Changed – Update Bootstrap to the custom version of 3.4.2 to avoid false alerts on unused features.
28+
• Fixed – Typos in Portuguese translation (by @VianaArthur).
29+
• Fixed – Unnecessary recurring job update transaction when nothing is changed after an error.
30+
2631
1.8.18
2732
• Added – `DashboardOptions.ServerPossiblyAbortedThreshold` to configure a custom threshold for "possibly aborted" warnings.
2833
• Fixed – Expired jobs are still shown on the "Retries" page in some cases.

nuspecs/Hangfire.SqlServer.nuspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
Release notes are available in our blog https://www.hangfire.io/blog/
1818
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
1919
20+
1.8.19
21+
• Fixed – Sliding invisibility timeout isn't prolonged in lightweight servers, causing jobs to be restarted.
22+
2023
1.8.17
2124
• Fixed – `InvalidCastException` while fetching a job with older schemas regression from 1.8.16.
2225

nuspecs/Hangfire.nuspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ https://www.hangfire.io/
2323
Release notes are available in our blog https://www.hangfire.io/blog/
2424
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
2525
26+
1.8.19
27+
28+
Hangfire.Core
29+
30+
• Changed – Update Bootstrap to the custom version of 3.4.2 to avoid false alerts on unused features.
31+
• Fixed – Typos in Portuguese translation (by @VianaArthur).
32+
• Fixed – Unnecessary recurring job update transaction when nothing is changed after an error.
33+
34+
Hangfire.SqlServer
35+
36+
• Fixed – Sliding invisibility timeout isn't prolonged in lightweight servers, causing jobs to be restarted.
37+
2638
1.8.18
2739
2840
Hangfire.Core

src/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
[assembly: ComVisible(false)]
1010

1111
// Please don't edit it manually, use the `build.bat version` command instead.
12-
[assembly: AssemblyVersion("1.8.18")]
12+
[assembly: AssemblyVersion("1.8.19")]

0 commit comments

Comments
 (0)