Skip to content

Commit

Permalink
Update 2023-10-18-hangfire.pro-3.0.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj authored Feb 15, 2024
1 parent 966f106 commit 018dcfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-10-18-hangfire.pro-3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ summary: Based on Hangfire 1.8, it supports new storage methods to reduce the nu
This release uses new features of [Hangfire 1.8](/blog/2023/04/28/hangfire-1.8.0.html) to make batches even better. It supports new storage methods to have fewer storage roundtrips, allows explicit queues for batch continuations, adds new widgets to the Job Details page to simplify the navigation between jobs and those batches, and supports a stricter Content Security Policy for Dashboard UI.

* **Breaking** – Bump the `Hangfire.Core` dependency version to 1.8.0.
* **Breaking** – Remove obsolete `ContinueWith`, `AwaitBatch`, and `AwaitJob` method overloads.
* **Breaking** – Remove obsolete `ContinueJobWith` overloads with the wrong options type
* **Added** – "Parent Batch" and "Batch Continuations" widgets for the Job Details page.
* **Added**`ContinueBatchWith` method overloads with the explicit queue parameter.
* **Changed** – Move inline styles and scripts to external files, allowing strict CSP to be used.
Expand All @@ -17,6 +19,4 @@ This release uses new features of [Hangfire 1.8](/blog/2023/04/28/hangfire-1.8.0
* **Changed** – Use the `GetReadOnlyConnection` method in the Dashboard UI whenever possible.
* **Changed** – Allow the use of cached `BatchId` parameter values to avoid storage roundtrip
* **Fixed** – Make `ContinueBatchWith` with async methods to be supported in .NET Framework platforms.
* **Deprecated** – Remove obsolete `ContinueWith`, `AwaitBatch`, and `AwaitJob` method overloads.
* **Deprecated** – Remove obsolete `ContinueJobWith` overloads with the wrong options type
* **Project** – Enable static analysis via the Microsoft.CodeAnalysys.NetAnalyzers package.

0 comments on commit 018dcfe

Please sign in to comment.