|
2 | 2 |
|
3 | 3 | ## [5.0.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.7.3...simulator@v5.0.0) (2026-05-22) |
4 | 4 |
|
5 | | - |
6 | 5 | ### ⚠ BREAKING CHANGES |
7 | 6 |
|
8 | | -* external log monitors keyed on the literal string "Failed to read charging station template file" must also match "Invalid charging station template payload (not a JSON object)" for JSON-shape errors; file I/O errors retain their previous wording via handleFileException. |
| 7 | +- external log monitors keyed on the literal string "Failed to read charging station template file" must also match "Invalid charging station template payload (not a JSON object)" for JSON-shape errors; file I/O errors retain their previous wording via handleFileException. |
9 | 8 |
|
10 | 9 | ### 🚀 Features |
11 | 10 |
|
12 | | -* resolve [#1020](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1020) — Persist minimal simulator state and reconstruct template indexes on startup ([#1858](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1858)) ([79a4089](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/79a4089c3cbd329e9356096f8a6608d43b539228)) |
13 | | -* resolve [#314](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/314) — Add charging station template Zod validation with schema versioning ([#1860](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1860)) ([8bb806d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8bb806dc4ae42aafe100009dfd34be4809ebc921)) |
14 | | -* **sandcastle:** make strategy dispatch registry-driven ([#1862](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1862)) ([5d430ad](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/5d430ad4b09351c66730e58283efb0a1e9d7cd83)) |
15 | | - |
| 11 | +- resolve [#1020](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1020) — Persist minimal simulator state and reconstruct template indexes on startup ([#1858](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1858)) ([79a4089](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/79a4089c3cbd329e9356096f8a6608d43b539228)) |
| 12 | +- resolve [#314](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/314) — Add charging station template Zod validation with schema versioning ([#1860](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1860)) ([8bb806d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/8bb806dc4ae42aafe100009dfd34be4809ebc921)) |
| 13 | +- **sandcastle:** make strategy dispatch registry-driven ([#1862](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1862)) ([5d430ad](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/5d430ad4b09351c66730e58283efb0a1e9d7cd83)) |
16 | 14 |
|
17 | 15 | ### 🐞 Bug Fixes |
18 | 16 |
|
19 | | -* **deps:** update all non-major dependencies ([#1864](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1864)) ([4fa2f91](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4fa2f910c6f370d6e0ce7b35d13fbcdec230d7ab)) |
20 | | -* **sandcastle:** resolve TDZ in strategies/index.ts module init ([829c659](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/829c6599237170f09d37d2124202bf1aa61d0420)) |
21 | | - |
| 17 | +- **deps:** update all non-major dependencies ([#1864](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1864)) ([4fa2f91](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/4fa2f910c6f370d6e0ce7b35d13fbcdec230d7ab)) |
| 18 | +- **sandcastle:** resolve TDZ in strategies/index.ts module init ([829c659](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/829c6599237170f09d37d2124202bf1aa61d0420)) |
22 | 19 |
|
23 | 20 | ### ✨ Polish |
24 | 21 |
|
25 | | -* **bootstrap:** factorize UI server start/stop logic ([24169fc](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/24169fc1b3a4c49986cdab3a595cb6818aae0691)) |
26 | | - |
| 22 | +- **bootstrap:** factorize UI server start/stop logic ([24169fc](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/24169fc1b3a4c49986cdab3a595cb6818aae0691)) |
27 | 23 |
|
28 | 24 | ### 🤖 Automation |
29 | 25 |
|
30 | | -* **sandcastle:** align task timeout with 10 critic rounds budget ([d49b95e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d49b95e99e45bbdd955d16d9736f8824e059aafe)) |
31 | | -* **sandcastle:** increase idle and validation timeouts for robustness ([0957b35](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/0957b35a873b4098a84f6d71178a6947faed6566)) |
32 | | -* **vscode:** align workspace folders with monorepo structure ([348a78d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/348a78d7ca2675e7cce2d07ea0872d7d1334251b)) |
| 26 | +- **sandcastle:** align task timeout with 10 critic rounds budget ([d49b95e](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/d49b95e99e45bbdd955d16d9736f8824e059aafe)) |
| 27 | +- **sandcastle:** increase idle and validation timeouts for robustness ([0957b35](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/0957b35a873b4098a84f6d71178a6947faed6566)) |
| 28 | +- **vscode:** align workspace folders with monorepo structure ([348a78d](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/348a78d7ca2675e7cce2d07ea0872d7d1334251b)) |
33 | 29 |
|
34 | 30 | ## [4.7.3](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.7.2...simulator@v4.7.3) (2026-05-13) |
35 | 31 |
|
|
0 commit comments