Skip to content

Releases: Belphemur/Job.Scheduler

v3.0.1

04 Oct 03:43
Compare
Choose a tag to compare

3.0.1 (2022-10-04)

Bug Fixes

  • Scope: Be sure to register job as transient (dac2828)

v3.0.0

04 Oct 03:20
Compare
Choose a tag to compare

3.0.0 (2022-10-04)

Features

  • Scope: Respect the scope of the job by building it on-demand and always rebuilding it for recurring jobs (bd623f4)

BREAKING CHANGES

  • Scope: The scheduling API is now type with generic. It shouldn't impact too much your code unless you've implemented your own IContainerJob which use a generic now.

v2.9.0

13 Jul 02:42
Compare
Choose a tag to compare

2.9.0 (2022-07-13)

Features

  • Queue: Add registration of queue part of ASP.NET JobScheduler configuration (eeb07fb)
  • Queue: Add support for queue. It's possible to register queues with their own max concurrency. (1f0ae91)

v2.8.0

12 Jul 20:18
Compare
Choose a tag to compare

2.8.0 (2022-07-12)

Features

  • ExponentialDecorrelatedJittedBackoffRetry: Add a new retry strategy that is better than the normal exponential retry (4c0277e)

v2.7.3

09 May 21:25
Compare
Choose a tag to compare

2.7.3 (2022-05-09)

Bug Fixes

  • Docs: Finally found the way to have the source code in symbol package (8b00d50)

v2.7.2

09 May 21:04
Compare
Choose a tag to compare

2.7.2 (2022-05-09)

Bug Fixes

  • Docs: Include source code in the symbol package (f44c536)

v2.7.1

17 Apr 00:11
Compare
Choose a tag to compare

2.7.1 (2022-04-17)

Bug Fixes

  • Asp.Net Core: Add missing documentation (8d62525)

v2.7.0

16 Apr 23:59
Compare
Choose a tag to compare

2.7.0 (2022-04-16)

Bug Fixes

  • Docs: Fix documentation (b2cc37f)

Features

  • ServiceCollection: Add easy method to add Job as scoped (62e4a5e)

v2.6.0

16 Apr 23:40
Compare
Choose a tag to compare

2.6.0 (2022-04-16)

Features

  • Asp.net Core: Add support for ASP.NET Core (a4a1ce5)
  • ContainerJob: Add concept of Container job for advance usage (e664657)
  • IDisposableAsync: Add support for Async Disposable job (0ce73fe)

v2.5.1

16 Apr 19:10
Compare
Choose a tag to compare

2.5.1 (2022-04-16)

Bug Fixes

  • Debounce: Make debounce wait for the inner job (687aca7)