Skip to content

1.8.0-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@odinserj odinserj released this 25 Apr 07:50
v1.8.0-rc4
29c9fcb

Release Notes

Hangfire.Core

  • AddedDefaultRecordsPerPage property on the DashboardOptions class (by @PaulARoy).

Hangfire.NetCore

  • Changed – Send the "stop" signal earlier when host supports .NET Standard 2.1.
  • Changed – Don't throw ObjectDisposedException when hosted service disposed twice.

Hangfire.SqlServer

  • AddedSchema 9 migration that creates index for the State.CreatedAt column.
  • Added – Clean up of old state entries of a non-finished job when InactiveStateExpirationTimeout is set.
  • AddedDefaultQueueProvider option to specify a custom default queue provider.
  • Changed – Enable common metrics for SQL Server storage to be shown by default.