Quantum Core Versions Save

:watch: Cron-like job scheduler for Elixir

v3.5.3

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/quantum-elixir/quantum-core/compare/v3.5.2...v3.5.3

v3.5.2

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/quantum-elixir/quantum-core/compare/v3.5.1...v3.5.2

v3.5.1

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/quantum-elixir/quantum-core/compare/v3.5.0...v3.5.1

v3.5.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/quantum-elixir/quantum-core/compare/v3.4.0...v3.5.0

v3.4.0

2 years ago

Added

  • telemetry v1.0.0 support (#483)
  • Logger Metadata (#462 & #464)
  • Support setting job state in config (#463)

Fixed

  • Invalid Timezone fix in ExecutionBroadcaster (#468)

Diff for 3.4.0

v3.3.0

3 years ago

Added

  • Support manual job triggering (#459)

Diff for 3.3.0

v3.2.0

3 years ago

Added

  • Telemetry Support (#415)

Fixed

  • Properly override jobs with duplicate name (#392)
  • Simplify TaskRegistry and make tests deterministic

Diff for 3.2.0

v3.1.0

3 years ago

Added

  • Additional Supervisor Configuration for Clustering (#450)

Diff for 3.1.0

v3.0.2

3 years ago

Fixed

  • Fix Warnings with Clock Skew (#449)

v3.0.1

3 years ago

Fixed

  • ClockEvent order corrected #442