Releases: Belphemur/Job.Scheduler
Releases · Belphemur/Job.Scheduler
v3.1.8
3.1.8 (2023-12-14)
Performance Improvements
- Readme: Add readme to package (af50942)
v3.1.7
3.1.7 (2023-12-14)
Bug Fixes
- JobRunner: Be sure that all jobs are run into tasks (7bb4ac8)
v3.1.6
3.1.6 (2023-02-09)
Bug Fixes
- Debounce: Be sure to only remove the debouncing key when the DebounceJob has succeeded, not when it was debounced. (33bb8ff)
v3.1.5
3.1.5 (2023-02-09)
Bug Fixes
- Job: fix possible null case when stopping a job (cf7efc6)
v3.1.4
3.1.4 (2023-02-09)
Bug Fixes
- debounce: Be sure to interrupt old running job when debouncing (a45735c)
v3.1.3
3.1.3 (2023-02-05)
Bug Fixes
- debounce: Be sure only the last job is ran in case of debounce. (ae8e50a)
v3.1.2
3.1.2 (2023-02-05)
Performance Improvements
- DebounceJob: Improve the logic of the debounce job (fed865b)
v3.1.1
3.1.1 (2022-11-27)
Bug Fixes
- Scope::Dispose: Fix issue where we dispose the scope too early (f23e9ae)
v3.1.0
3.1.0 (2022-11-27)
Features
- Scope: Create a new scope every time we build a job (6ae54b8)
v3.0.2
3.0.2 (2022-10-05)
Bug Fixes
- Scope: Fix issue with scope being discarded and we still need access to the JobKey (55a495f)