Skip to content

Releases: icsharp/Hangfire.RecurringJobExtensions

1.1.6

08 Feb 03:08
Compare
Choose a tag to compare
  • Embedded xml doc file into package.
  • Added more unit test.
  • Code optimization.

1.1.5

22 Jan 05:34
Compare
Choose a tag to compare
  • New features

Add helper class CronJob to build recurringjob in hangfire client directly.
Add supports for building recurringjob with multiple JSON configuration files.

  • Breaking changes

Persists job data to storage instead of using Hangfire server filter ExtendedDataJobFilter.
Add storage class for RecurringJobInfo to find/set from storage.
Each recurringjob has its self-contained JobData (#2) .

  • fix issue #2 ,issue #3

1.1.4

03 Jan 09:49
Compare
Choose a tag to compare
  • Persists job data to PerformContext using the new extension method PerformContext.SetJobData.
  • Fix issue #1 , add supports 'RecurringJobAttribute' to change constructor parameter "TimeZone" type TimeZoneInfo to string .
  • Default timezone is TimeZoneInfo.Utc instead of TimeZoneInfo.Local when using RecurringJobAttribute or json configuration.

1.1.3

01 Dec 02:50
Compare
Choose a tag to compare
  • Add Json Configuration to build RecurringJob.
  • Add xunit test.
  • Update repo descriptions.
  • Update Hangfire.Core version to 1.6.0.
  • Add extension method UseRecurringJob with IConfigurationProvider.
  • Always adding ExtendedDataJobFilter to PerformContext when app start.

v1.1.0

30 Nov 08:04
Compare
Choose a tag to compare
add detail desc.