Releases: Belphemur/Job.Scheduler
Releases · Belphemur/Job.Scheduler
v3.0.1
3.0.1 (2022-10-04)
Bug Fixes
- Scope: Be sure to register job as transient (dac2828)
v3.0.0
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
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
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
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
2.7.2 (2022-05-09)
Bug Fixes
- Docs: Include source code in the symbol package (f44c536)
v2.7.1
2.7.1 (2022-04-17)
Bug Fixes
- Asp.Net Core: Add missing documentation (8d62525)
v2.7.0
2.7.0 (2022-04-16)
Bug Fixes
Features
- ServiceCollection: Add easy method to add Job as scoped (62e4a5e)
v2.6.0
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
2.5.1 (2022-04-16)
Bug Fixes
- Debounce: Make debounce wait for the inner job (687aca7)