Releases: quantum-elixir/quantum-core
Releases · quantum-elixir/quantum-core
v3.0.0
Fixed
- Fix
@reboot
Cron Expression (#437)
Changed
- The
Quantum.Storage
behaviour contains a new mandatorychild_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 toQuantum
Quantum.Storage.Adapter
has been renamed toQuantum.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
Fixed
- Update Docs
v3.0.0-rc.2
Changed
- The
Quantum.Storage
behaviour contains a new mandatorychild_spec/1
callback.
v3.0.0-rc.1
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 toQuantum
Quantum.Storage.Adapter
has been renamed toQuantum.Storage
- The
global
mode has been removed. It will be reimplemented if a stable replacement is found.
Native Date Library
Faster Startup duration for non-global
Fixed
- Faster Startup duration for non-global (Fixes #376)
Swarm Handoff & Compilation Error Fix
Fixed
- Fix & Test Swarm Handoff & Conflict Resolution
- Fix Compilation Error
- Fix Executor Stat Options for GenStage ~> 0.12.0
v2.3.2
Fix Run Strategy Storage
Fixed
- Fixed Regression in Run Strategy Random
Storage API, Swarm Clustering, Safe Run Strategies
Added
- Experimental Storage API
Fixed
- Use Swarm for clustering to prevent broken cluster state
- Better search for available nodes for run strategies