Skip to content

Commit fa1e945

Browse files
committed
Create 2025-11-07-hangfire-1.8.22.md
1 parent afc3a94 commit fa1e945

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Hangfire 1.8.22
3+
author: odinserj
4+
category: [release, news, hangfire-core]
5+
summary: Fixed InvalidOperationException when creating a job in older schema versions with Hangfire.SqlServer and a few other minor fixes and improvements.
6+
---
7+
8+
Maintanance release with fixed `InvalidOperationException` when creating a job with Hangfire.SqlServer in older schema versions, un-deprecated interval methods in the `Cron` class, and a few other minor fixes and improvements.
9+
10+
#### Hangfire.Core
11+
12+
* **Added**`IGlobalConfiguration.UseNoOpLogProvider` method to disable logging.
13+
* **Changed** – Un-deprecate interval methods in the `Cron` class, add remarks in docs instead.
14+
* **Changed** – Bump internalized version of Cronos to 0.11.1.
15+
* **Changed** – Bump internalized version of Microsoft.Owin to 4.2.3.
16+
* **Fixed** – Serialization of arrays of nested types `SimpleAssemblyTypeSerializer`.
17+
* **Fixed** – Remove wrong escaping characters in Portuguese translations on the "Servers" page.
18+
* **Fixed** – Properly remove registered `IBackgroundProcessingServer` instances on OWIN app shutdown.
19+
* **Fixed**`AspNetShutdownDetector` for early ASP.NET shutdown detection is not working (regression from 1.7.30).
20+
* **Project** – Replace the `netcoreapp3.1` target with the `net8.0` one in tests.
21+
22+
#### Hangfire.SqlServer
23+
24+
* **Fixed**`InvalidCastException` when creating a background job with Schema 5 (regression from 1.8.15).
25+
* **Project** – Replace the `netcoreapp3.1` target with the `net8.0` one in tests.
26+
27+
#### Hangfire.AspNetCore
28+
29+
* **Added**`MapHangfireDashboardWithNoAuthorizationFilters` method, which does not include local-only filters.
30+
* **Changed** – Set 404 status code when `MapHangfireDashboard` is used and no dispatcher is found.
31+
* **Fixed**`InvalidOperationException` upon receiving a request for 'hangfire/bootstrap.min.css.map'.

0 commit comments

Comments
 (0)