Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 6.76 KB

File metadata and controls

18 lines (16 loc) · 6.76 KB

Roadmap

The roadmap is only a current expectation and will be updated and changed, if necessary.

Version Release-Date Main-Tasks Release-Notes
v0.1.0 18.10.2022

- initial PoC Feature-set of the new as-a-service setup

- project split into 36 repositories

v0.1.0

v0.2.0 15.03.2023

merged all repositories into this one here to reduce the maintenace workload

- improved creation of cluster and tasks

- use protobuf to send payload

v0.2.0

v0.3.0 05.09.2023

- removded entire microservice-architecture again, because it produces too much unnecessary complexety

- big internal restructuring of the core

v0.3.0

v0.3.1

v0.3.2

v0.4.0 21.01.2024

- big internal restructuring of the core

- provide multi-threading for the core for more performance

- added python-SDK and more endpoints

v0.4.0

v0.4.1

v0.5.0 11.08.2024

- big internal restructuring of the core

- auto-scaling of internal neurons

- massive upgrade of the CI-pipline

- streaming of datasets in and out of the cluster while processing

v0.5.0

v0.6.0 14.12.2024

- auto-scaling of inputs and outputs based on the given data

v0.6.0

v0.7.0 19.03.2025

- big core-update

v0.7.0

v0.8.0 Q2/2025

- refactor C++ code to Rust

-
v0.9.0 Q3/2025

- Refactoring the old dashboard into a new version

-
v0.10.0 Q3/2025

- add upload and download of checkpoints

- add basic encryption for checkpoints

- add support for PostgreSQL as Database

- add support for Keycloak for authentication

-
v0.11.0 Q4/2025

- Process for automatic version-updates of database-tables

- Base to handle different versions of datasets and checkpoints

- Enable the scaling of the cpu-speed again

-
v0.12.0 Q4/2025

- Multi-Node-Setup

- provide migration of cluster between nodes

-