Skip to content

Commit eb994c3

Browse files
committed
Bump version to 1.8.23 and add release notes
1 parent 8fd3c33 commit eb994c3

5 files changed

Lines changed: 28 additions & 2 deletions

File tree

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.22-build-0{build}
10+
version: 1.8.23-build-0{build}
1111

1212
image:
1313
- Visual Studio 2022

nuspecs/Hangfire.AspNetCore.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.23
21+
• Fixed – `InvalidOperationException`: The request reached the end of the pipeline without executing the endpoint.
22+
2023
1.8.22
2124
• Added – `MapHangfireDashboardWithNoAuthorizationFilters` method, which does not include local-only filters.
2225
• Changed – Set 404 status code when `MapHangfireDashboard` is used and no dispatcher is found.

nuspecs/Hangfire.Core.nuspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ 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.23
27+
• Changed – Bump the internalized version of Cronos to 0.11.1.
28+
• Changed – Bump the internalized version of Microsoft.Owin to 4.2.3.
29+
• Changed – Use stable sorting algorithm for background job filters again (by @jirikanda).
30+
• Fixed – Add missing keys for Swedish translation (by @karl-sjogren).
31+
• Fixed – Custom `AutomaticRetryAttribute` is ignored under certain conditions (by @jirikanda).
32+
• Project – Use `TypeNameAssemblyFormatHandling` in tests with .NET 6 (by @viktor-vintertass).
33+
2634
1.8.22
2735
• Added – `IGlobalConfiguration.UseNoOpLogProvider` method to disable logging.
2836
• Changed – Un-deprecate interval methods in the `Cron` class, add remarks in docs instead.

nuspecs/Hangfire.nuspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ 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.23
27+
28+
Hangfire.Core
29+
30+
• Changed – Bump the internalized version of Cronos to 0.11.1.
31+
• Changed – Bump the internalized version of Microsoft.Owin to 4.2.3.
32+
• Changed – Use stable sorting algorithm for background job filters again (by @jirikanda).
33+
• Fixed – Add missing keys for Swedish translation (by @karl-sjogren).
34+
• Fixed – Custom `AutomaticRetryAttribute` is ignored under certain conditions (by @jirikanda).
35+
• Project – Use `TypeNameAssemblyFormatHandling` in tests with .NET 6 (by @viktor-vintertass).
36+
37+
Hangfire.AspNetCore
38+
39+
• Fixed – `InvalidOperationException`: The request reached the end of the pipeline without executing the endpoint.
40+
2641
1.8.22
2742
2843
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.22")]
12+
[assembly: AssemblyVersion("1.8.23")]

0 commit comments

Comments
 (0)