File tree Expand file tree Collapse file tree 5 files changed +22
-2
lines changed Expand file tree Collapse file tree 5 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 7
7
# - Section names should be unique on each level.
8
8
9
9
# 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}
11
11
12
12
image :
13
13
- Visual Studio 2022
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ https://www.hangfire.io/
23
23
Release notes are available in our blog https://www.hangfire.io/blog/
24
24
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
25
25
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
+
26
31
1.8.18
27
32
• Added – `DashboardOptions.ServerPossiblyAbortedThreshold` to configure a custom threshold for "possibly aborted" warnings.
28
33
• Fixed – Expired jobs are still shown on the "Retries" page in some cases.
Original file line number Diff line number Diff line change 17
17
Release notes are available in our blog https://www.hangfire.io/blog/
18
18
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
19
19
20
+ 1.8.19
21
+ • Fixed – Sliding invisibility timeout isn't prolonged in lightweight servers, causing jobs to be restarted.
22
+
20
23
1.8.17
21
24
• Fixed – `InvalidCastException` while fetching a job with older schemas regression from 1.8.16.
22
25
Original file line number Diff line number Diff line change @@ -23,6 +23,18 @@ https://www.hangfire.io/
23
23
Release notes are available in our blog https://www.hangfire.io/blog/
24
24
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.
25
25
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
+
26
38
1.8.18
27
39
28
40
Hangfire.Core
Original file line number Diff line number Diff line change 9
9
[ assembly: ComVisible ( false ) ]
10
10
11
11
// 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 " ) ]
You can’t perform that action at this time.
0 commit comments