Skip to content

v0.55.0

Choose a tag to compare

@teo teo released this 04 Nov 10:15
· 808 commits to master since this release

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