feat(SmartExecution): Add support for scheduling restarts to SmartExecution

This commit is contained in:
2024-12-09 02:52:14 +01:00
parent b854715940
commit 522fbfc42c
3 changed files with 47 additions and 10 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-09 - 3.2.0 - feat(SmartExecution)
Add support for scheduling restarts to SmartExecution
- Introduced the ability to handle consecutive restarts efficiently in SmartExecution.
- Ensures that multiple restart requests merge into a single additional restart request if one is already in progress.
## 2024-12-09 - 3.1.0 - feat(core)
Refactor codebase and update dependencies.