Releases: quantum-elixir/quantum-core
Releases · quantum-elixir/quantum-core
Dialyzer Warnings
Fixed
- Resolved some Dialyzer Warnings
Internal Refactoring of Scheduling
The internal handling has been refactored onto gen_stage
.
There were a few Breaking Changes which should not influence a user of the library.
Changed
- Replaced
call
withcast
Scheduler.add_job
Scheduler.deactivate_job
Scheduler.activate_job
Scheduler.delete_job
Scheduler.delete_all_jobs
Removed
- The overlap handling is removed from the Job struct.
- removed
Job.pids
- removed
Job.executable?
- removed
Fix Executor Bug
Fix for #257
Fix reboot Handling
Update Docs
v2.0.2 v2.0.2
Fix Timezone Normalization
v2.0.1 v2.0.1
Internal Refactoring of Scheduling
The internal handling has been refactored onto gen_stage
.
There were a few Breaking Changes which should not influence a user of the library.
Changed
- Replaced
call
withcast
Scheduler.add_job
Scheduler.deactivate_job
Scheduler.activate_job
Scheduler.delete_job
Scheduler.delete_all_jobs
Removed
- The overlap handling is removed from the Job struct.
- removed
Job.pids
- removed
Job.executable?
- removed
Refactoring
The whole library has been refactored. See the Migration Guide.
Many Fixes
v2.0.0-beta.2 v2.0.0-beta.2