Skip to content

v0.8.2

Compare
Choose a tag to compare
@teo teo released this 13 Jun 12:15
· 2196 commits to master since this release

This release ensures run number type compatibility with Node.js and thoroughly improves InfoLogger integration.

  • Run numbers as uint32:

    • [coconut] Make the run number a uint32
    • [core] Make currentRunNumber uint32 in proto
    • [core] Regenerate proto
    • [core] Make the run number a uint32
  • InfoLogger overhaul:

    • [core] New InfoLogger hook
    • [core] Remove old InfoLogger kludge
    • [core] Hook up InfoLogger hook
    • [core] Remove workaround for InfoLogger<1.3
    • [core] Build InfoLogger facility string from logrus prefix
    • [core] Improve log output
    • [core] Add run starting/stopping messages with run number
    • [core] Correctly stringify incoming fields for InfoLogger
    • [executor] Hook up InfoLogger hook
    • [executor] Clean up log messages