v0.14.2
This patch release fixes an issue which could cause incomplete channel configuration to be pushed in some situations. It also includes a performance improvement in the executor when launching tasks, and other minor fixes.
-
Executor performance:
- [executor] Make task launch asynchronous
-
Channel configuration:
- [core] Fix template processing of channel targets
-
Miscellaneous:
- [core] Enable TRACE level logging if --veryVerbose
- [occ] Make deserialization of transition requests more robust
Nota bene: if you have a habit of running the AliECS core with --veryVerbose, your debut output will suddenly become noisier, including repetitive periodic output. InfoLogger is not affected by this change. It is safe to drop the --veryVerbose flag to suppress this new output if you're not debugging specific core internals.