v0.55.0
The present release brings important improvements to log output, as well as a concurrency refactor in the AliECS core with the goal of fixing deployment issues and improving performance.
-
Scheduler concurrency:
- [core] Protect crit section in scheduler and make more concurrent
- [core] Improve scheduler debug output
- [core] Correct scope of local offer
-
Miscellaneous:
- [build] Bump gRPC dependency
- [core] Fix crash in incoming event handling
- [core] log task name when launching, do not log unknown fields
- [core] logging failed task should be an error, add the task name