Skip to content

Releases: quantum-elixir/quantum-core

Dialyzer Warnings

18 Oct 09:12
Compare
Choose a tag to compare

Fixed

  • Resolved some Dialyzer Warnings

Internal Refactoring of Scheduling

10 Sep 16:14
Compare
Choose a tag to compare

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 with cast
    • 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?

Fix Executor Bug

04 Sep 07:50
Compare
Choose a tag to compare

Fix reboot Handling

29 Aug 15:14
Compare
Choose a tag to compare

Update Docs

23 Aug 22:22
Compare
Choose a tag to compare
v2.0.2

v2.0.2

Fix Timezone Normalization

23 Aug 14:10
Compare
Choose a tag to compare

Internal Refactoring of Scheduling

20 Aug 11:45
Compare
Choose a tag to compare
Pre-release

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 with cast
    • 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?

Refactoring

20 Jul 09:17
Compare
Choose a tag to compare

The whole library has been refactored. See the Migration Guide.

Many Fixes

13 Jul 12:14
Compare
Choose a tag to compare
Many Fixes Pre-release
Pre-release
v2.0.0-beta.2

v2.0.0-beta.2

Fix Timezone Normalization

12 Jul 18:23
Compare
Choose a tag to compare