Skip to content

Commit

Permalink
Add release notes for version 1.8.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Nov 12, 2021
1 parent bd1528d commit 416b3fe
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ https://www.hangfire.io/
<tags>Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
<releaseNotes>https://www.hangfire.io/blog/

1.8.0-beta4
• Added – Dark mode support for Dashboard UI configurable with the `UseDarkModeSupportForDashboard` method.
• Added – Allow to add custom JavaScript and CSS files to the Dashboard UI via the `DashboardRoutes` class.
• Added – Ability to use custom formattable resource identifiers for the `DisableConcurrentExecutionAttribute`.
• Changed – Increase the default value for the `BackgroundJobServerOptions.StopTimeout` to 500 ms.

1.8.0-beta3
• Added – Introduce the `Job.Queue` property, so jobs now can have their own queue specified.
• Added – Method overloads to create recurring jobs directly with a custom default queue.
Expand Down
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.SqlServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<tags>Hangfire SqlServer SqlAzure LocalDB</tags>
<releaseNotes>https://www.hangfire.io/blog/

1.8.0-beta4
• Added – `TryAutoDetectSchemaDependentOptions` option to automatically enable options based on schema.
• Changed – `GetJobData` now populates `JobData.ParametersSnapshot` property to avoid additional round-trips.
• Changed – Polling delay when `QueuePollInterval` is set to zero now defaults to 200 ms.
• Deprecated – `UsePageLocksOnDequeue` option is now obsolete and doesn't affect anything.

1.8.0-beta3
• Added – Implement the `Connection.GetUtcDateTime` feature to make work new changes in schedulers.
• Changed – Display scheduled and processing jobs in the ascending order in Dashboard UI.
Expand Down
16 changes: 16 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ https://www.hangfire.io/
<tags>Hangfire AspNet MVC AspNetCore SqlServer Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</tags>
<releaseNotes>https://www.hangfire.io/blog/

1.8.0-beta4

Hangfire.Core

• Added – Dark mode support for Dashboard UI configurable with the `UseDarkModeSupportForDashboard` method.
• Added – Allow to add custom JavaScript and CSS files to the Dashboard UI via the `DashboardRoutes` class.
• Added – Ability to use custom formattable resource identifiers for the `DisableConcurrentExecutionAttribute`.
• Changed – Increase the default value for the `BackgroundJobServerOptions.StopTimeout` to 500 ms.

Hangfire.SqlServer

• Added – `TryAutoDetectSchemaDependentOptions` option to automatically enable options based on schema.
• Changed – `GetJobData` now populates `JobData.ParametersSnapshot` property to avoid additional round-trips.
• Changed – Polling delay when `QueuePollInterval` is set to zero now defaults to 200 ms.
• Deprecated – `UsePageLocksOnDequeue` option is now obsolete and doesn't affect anything.

1.8.0-beta3

Hangfire.Core
Expand Down

0 comments on commit 416b3fe

Please sign in to comment.