Skip to content

Releases: quantum-elixir/quantum-core

v3.0.0

11 Jun 10:41
v3.0.0
964707c
Compare
Choose a tag to compare

Fixed

  • Fix @reboot Cron Expression (#437)

Changed

  • The Quantum.Storage behaviour contains a new mandatory child_spec/1 callback.
  • A lot of function that were not for public use have been undocumented. Those are now considered internal and may break at any point in time.
  • Quantum.Scheduler has been renamed to Quantum
  • Quantum.Storage.Adapter has been renamed to Quantum.Storage
  • The global mode has been removed. It will be reimplemented as an additional library if a stable replacement is found.

v3.0.0-rc.3

11 Jun 10:42
964707c
Compare
Choose a tag to compare
v3.0.0-rc.3 Pre-release
Pre-release

Fixed

  • Update Docs

v3.0.0-rc.2

28 Feb 19:29
v3.0.0-rc.2
5683ccf
Compare
Choose a tag to compare
v3.0.0-rc.2 Pre-release
Pre-release

Changed

  • The Quantum.Storage behaviour contains a new mandatory child_spec/1 callback.

v3.0.0-rc.1

28 Feb 10:50
v3.0.0-rc.1
66521b0
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

Changed

  • A lot of function that were not for public use have been undocumented. Those are now considered internal and may break at any point in time.
  • Quantum.Scheduler has been renamed to Quantum
  • Quantum.Storage.Adapter has been renamed to Quantum.Storage
  • The global mode has been removed. It will be reimplemented if a stable replacement is found.

Native Date Library

26 Feb 17:46
v2.4.0
0c64bb3
Compare
Choose a tag to compare

Added

  • Native Date Library (via #405)
  • Adding of inactive Jobs (via #409)

Fixed

Faster Startup duration for non-global

25 Feb 12:47
92ad935
Compare
Choose a tag to compare

Fixed

  • Faster Startup duration for non-global (Fixes #376)

Swarm Handoff & Compilation Error Fix

06 Sep 18:54
Compare
Choose a tag to compare

Fixed

  • Fix & Test Swarm Handoff & Conflict Resolution
  • Fix Compilation Error
  • Fix Executor Stat Options for GenStage ~> 0.12.0

v2.3.2

22 Aug 10:34
Compare
Choose a tag to compare

Fixed

  • Global Clustering Worker Start

Fix Run Strategy Storage

13 Aug 15:42
Compare
Choose a tag to compare

Fixed

  • Fixed Regression in Run Strategy Random

Storage API, Swarm Clustering, Safe Run Strategies

10 Aug 22:01
Compare
Choose a tag to compare

Added

  • Experimental Storage API

Fixed

  • Use Swarm for clustering to prevent broken cluster state
  • Better search for available nodes for run strategies