v0.8.2
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