Skip to content

Releases: webenablebv/Hangfire.Contrib

v4.0.0

09 Nov 14:23
Compare
Choose a tag to compare

Upgrade to .NET 6 / .NET 7.

v3.1.0

05 May 07:12
72daf1b
Compare
Choose a tag to compare

Update to .NET 5

v3.0.1

27 Nov 09:19
Compare
Choose a tag to compare

Update packages

v3.0.0

08 Sep 15:01
Compare
Choose a tag to compare

Update to .NET Core 3.1

v2.3.0

15 Oct 09:47
Compare
Choose a tag to compare
Fix artifacts path

v2.3.0-beta1

15 Aug 09:04
Compare
Choose a tag to compare
v2.3.0-beta1 Pre-release
Pre-release

Cross-compile for .NET Core 3.0

v2.2.0

18 Feb 11:10
Compare
Choose a tag to compare
  • Update to .NET Core 2.2

v2.1.0

14 Feb 12:32
Compare
Choose a tag to compare
  • Add [JobExpiration] attribute to specify the expiration timeout of a job.
  • Update Hangfire packages to 1.6.22

v2.0.1

23 Oct 10:27
Compare
Choose a tag to compare
  • Allow passing null for PerformContext and IJobCancellationToken parameters in the HangfireJob base class for unit tests and other manual scenarios.
  • Decrease log level for starting/finished job log messages.
  • Updated Hangfire.Console and ASP.NET Core minor package versions

v2.0.0

27 Aug 14:33
Compare
Choose a tag to compare
  • Breaking change: a IJobCancellationToken instance will be passed rather than a CancellationToken to the ExecuteCoreAsync method of the HangfireJob base class. Unfortunately the CancellationToken provided by the IJobCancellationToken is not actually cancelled when a job is deleted. For ThrowIfCancellationRequested to have effect, you have to call it on the IJobCancellationToken and not on the CancellationToken passed by IJobCancellationToken.ShutdownToken
  • Updated Hangfire package version to 1.6.20
  • Updated Hangfire.Console to 1.4.1