Skip to content

v0.14.4

Compare
Choose a tag to compare
@teo teo released this 29 Jun 14:57
· 1785 commits to master since this release

This patch release brings bug fixes, plus a working preview of the event stream feature with the goal of notifying the GUI of state changes. The gRPC dependency is also bumped for use with newly patched gRPC (alisw-grpc+v1.30.0-alice1).

  • Event stream:

    • [core] create message Event stream
    • [core] update protos with Events
    • [core] create Subscribe call handler
    • [core] create core Events
  • Miscellaneous:

    • [build] Bump gRPC dependency
    • [common] Update go-git dependency
    • [core] Change warnings about repo access to debug
    • [peanut] tview deadlock
    • [peanut] go.mod inform for tview deadlock issue

Nota bene as of v0.14.2: if you have a habit of running the AliECS core with --veryVerbose, your debug 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.