File tree 4 files changed +11
-2
lines changed
4 files changed +11
-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.16 -build-0{build}
10
+ version : 1.8.17 -build-0{build}
11
11
12
12
image :
13
13
- Visual Studio 2022
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.17
21
+ • Fixed – `InvalidCastException` while fetching a job with older schemas regression from 1.8.16.
22
+
20
23
1.8.16
21
24
• Changed – Use vanilla ADO.NET when fetching a job in the `SqlServerJobQueue` implementation.
22
25
• Fixed – SqlException: Must declare the scalar variable "@key" in delayed and recurring job schedulers.
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ 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.17
27
+
28
+ Hangfire.SqlServer
29
+
30
+ • Fixed – `InvalidCastException` while fetching a job with older schemas regression from 1.8.16.
31
+
26
32
1.8.16
27
33
28
34
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.16 " ) ]
12
+ [ assembly: AssemblyVersion ( "1.8.17 " ) ]
You can’t perform that action at this time.
0 commit comments