File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1212image :
1313 - Visual Studio 2022
Original file line number Diff line number Diff line change 1717Release notes are available in our blog https://www.hangfire.io/blog/
1818Please 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+
20231.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.
Original file line number Diff line number Diff line change @@ -23,6 +23,14 @@ https://www.hangfire.io/
2323Release notes are available in our blog https://www.hangfire.io/blog/
2424Please 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+
26341.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.
Original file line number Diff line number Diff line change @@ -23,6 +23,21 @@ https://www.hangfire.io/
2323Release notes are available in our blog https://www.hangfire.io/blog/
2424Please 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+
26411.8.22
2742
2843Hangfire.Core
Original file line number Diff line number Diff line change 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 " ) ]
You can’t perform that action at this time.
0 commit comments