|
2 | 2 |
|
3 | 3 | The roadmap is only a current expectation and will be updated and changed, if necessary. |
4 | 4 |
|
5 | | -| Version | Release-Date | Main-Tasks | Release-Notes | |
6 | | -| ----------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
7 | | -| **v0.1.0** | 18.10.2022 | <p> - initial PoC Feature-set of the new as-a-service setup <p> - project split into 36 repositories | <p> [v0.1.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v010) | |
8 | | -| **v0.2.0** | 15.03.2023 | <p> merged all repositories into this one here to reduce the maintenace workload <p> - improved creation of cluster and tasks <p> - use protobuf to send payload | <p> [v0.2.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v020) | |
9 | | -| **v0.3.0** | 05.09.2023 | <p> - removded entire microservice-architecture again, because it produces too much unnecessary complexety <p> - big internal restructuring of the core | <p> [v0.3.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v030) <p> [v0.3.1](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v031) <p> [v0.3.2](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v032) | |
10 | | -| **v0.4.0** | 21.01.2024 | <p> - big internal restructuring of the core <p> - provide multi-threading for the core for more performance <p> - added python-SDK and more endpoints | <p> [v0.4.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v040) <p> [v0.4.1](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v041) | |
11 | | -| **v0.5.0** | 11.08.2024 | <p> - big internal restructuring of the core <p> - auto-scaling of internal neurons <p> - massive upgrade of the CI-pipline <p> - streaming of datasets in and out of the cluster while processing | <p> [v0.5.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v050) | |
12 | | -| **v0.6.0** | 14.12.2024 | <p> - auto-scaling of inputs and outputs based on the given data | <p> [v0.6.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v060) | |
13 | | -| **v0.7.0** | 19.03.2025 | <p> - big core-update | <p> [v0.7.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v070) | |
14 | | -| **v0.8.0** | 10.06.2025 | <p> - refactor API and DB-connection from C++ code into Rust | <p> [v0.8.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v080) | |
15 | | -| **v0.9.0** | 24.08.2025 | <p> - refactoring of the rest of the C++ code into Rust | <p> [v0.9.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v090) | |
16 | | -| **v0.10.0** | Q4/2025 | <p> - new micro-service architecture <p> - new dashboard | - | |
17 | | -| **v0.11.0** | Q1/2026 | <p> - Multi-Node-Setup <p> - provide migration of cluster between nodes | - | |
| 5 | +## v0.1.0 |
| 6 | + |
| 7 | +**Release-Date:** 18.10.2022 |
| 8 | + |
| 9 | +**Main-Tasks:** |
| 10 | +- initial PoC Feature-set of the new as-a-service setup |
| 11 | +- project split into 36 repositories |
| 12 | + |
| 13 | +**Release-Notes:** |
| 14 | +- [v0.1.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v010) |
| 15 | + |
| 16 | +## v0.2.0 |
| 17 | + |
| 18 | +**Release-Date:** 15.03.2023 |
| 19 | + |
| 20 | +**Main-Tasks:** |
| 21 | +- merged all repositories into this one here to reduce the maintenace workload |
| 22 | +- improved creation of cluster and tasks |
| 23 | +- use protobuf to send payload |
| 24 | + |
| 25 | +**Release-Notes:** |
| 26 | +- [v0.2.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v020) |
| 27 | + |
| 28 | +## v0.3.0 |
| 29 | + |
| 30 | +**Release-Date:** 05.09.2023 |
| 31 | + |
| 32 | +**Main-Tasks:** |
| 33 | +- removed entire microservice-architecture again, because it produces too much unnecessary complexety |
| 34 | +- big internal restructuring of the core |
| 35 | + |
| 36 | +**Release-Notes:** |
| 37 | +- [v0.3.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v030) |
| 38 | +- [v0.3.1](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v031) |
| 39 | +- [v0.3.2](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v032) |
| 40 | + |
| 41 | +## v0.4.0 |
| 42 | + |
| 43 | +**Release-Date:** 21.01.2024 |
| 44 | + |
| 45 | +**Main-Tasks:** |
| 46 | +- big internal restructuring of the core |
| 47 | +- provide multi-threading for the core for more performance |
| 48 | +- added python-SDK and more endpoints |
| 49 | + |
| 50 | +**Release-Notes:** |
| 51 | +- [v0.4.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v040) |
| 52 | +- [v0.4.1](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v041) |
| 53 | + |
| 54 | +## v0.5.0 |
| 55 | + |
| 56 | +**Release-Date:** 11.08.2024 |
| 57 | + |
| 58 | +**Main-Tasks:** |
| 59 | +- big internal restructuring of the core |
| 60 | +- auto-scaling of internal neurons |
| 61 | +- massive upgrade of the CI-pipline |
| 62 | +- streaming of datasets in and out of the cluster while processing |
| 63 | + |
| 64 | +**Release-Notes:** |
| 65 | +- [v0.5.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v050) |
| 66 | + |
| 67 | +## v0.6.0 |
| 68 | + |
| 69 | +**Release-Date:** 14.12.2024 |
| 70 | + |
| 71 | +**Main-Tasks:** |
| 72 | +- auto-scaling of inputs and outputs based on the given data |
| 73 | + |
| 74 | +**Release-Notes:** |
| 75 | +- [v0.6.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v060) |
| 76 | + |
| 77 | +## v0.7.0 |
| 78 | + |
| 79 | +**Release-Date:** 19.03.2025 |
| 80 | + |
| 81 | +**Main-Tasks:** |
| 82 | +- big core-update |
| 83 | + |
| 84 | +**Release-Notes:** |
| 85 | +- [v0.7.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v070) |
| 86 | + |
| 87 | +## v0.8.0 |
| 88 | + |
| 89 | +**Release-Date:** 10.06.2025 |
| 90 | + |
| 91 | +**Main-Tasks:** |
| 92 | +- refactor API and DB-connection from C++ code into Rust |
| 93 | + |
| 94 | +**Release-Notes:** |
| 95 | +- [v0.8.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v080) |
| 96 | + |
| 97 | +## v0.9.0 |
| 98 | + |
| 99 | +**Release-Date:** 24.08.2025 |
| 100 | + |
| 101 | +**Main-Tasks:** |
| 102 | +- refactoring of the rest of the C++ code into Rust |
| 103 | + |
| 104 | +**Release-Notes:** |
| 105 | +- [v0.9.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v090) |
| 106 | +- [v0.9.1](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v091) |
| 107 | + |
| 108 | +## v0.10.0 |
| 109 | + |
| 110 | +**Release-Date:** 20.12.2015 |
| 111 | + |
| 112 | +**Main-Tasks:** |
| 113 | +- new micro-service architecture |
| 114 | +- new dashboard |
| 115 | + |
| 116 | +**Release-Notes:** |
| 117 | +- [v0.10.0](https://github.com/kitsudaiki/ainari/blob/develop/CHANGELOG.md#v0100) |
| 118 | + |
| 119 | +## v0.11.0 |
| 120 | + |
| 121 | +**Release-Date:** Q1/2026 |
| 122 | + |
| 123 | +**Main-Tasks:** |
| 124 | +- Redundant api with real database |
| 125 | +- multiple Sakura- and Onsen-instances (without migration) |
| 126 | +- basic Monitoring |
| 127 | + |
| 128 | +**Release-Notes:** |
| 129 | +- |
| 130 | + |
| 131 | +## v0.12.0 |
| 132 | + |
| 133 | +**Release-Date:** Q2/2026 |
| 134 | + |
| 135 | +**Main-Tasks:** |
| 136 | +- Improvements and evaluation for the core |
| 137 | + |
| 138 | +**Release-Notes:** |
| 139 | +- |
| 140 | + |
| 141 | +## v0.13.0 |
| 142 | + |
| 143 | +**Release-Date:** Q3/2026 |
| 144 | + |
| 145 | +**Main-Tasks:** |
| 146 | +- Workload and storage migration |
| 147 | +- Backups |
| 148 | + |
| 149 | +**Release-Notes:** |
| 150 | +- |
| 151 | + |
| 152 | +## v0.14.0 |
| 153 | + |
| 154 | +**Release-Date:** Q4/2026 |
| 155 | + |
| 156 | +**Main-Tasks:** |
| 157 | +- new GPU-support |
| 158 | + |
| 159 | +**Release-Notes:** |
| 160 | +- |
0 commit comments