Skip to content
Features
- add DogLog.timestamp() convenience method (710b091)
Bug Fixes
- update faults logging to ignore faults with null as a name (0343b89)
- improve struct logging performance by removing redundant
DataLog#addSchema() code (91d60b0)
Bug Fixes
- fix
ntPublish option being ignored when changing logEntryQueueCapacity option (b53ae87)
- remove unused wpilibNewCommands dependency (d5c0d2a)
- improve performance and memory overhead of struct logging (39ed23e), closes #37
Bug Fixes
- fix applying
captureDs option with default value (d3662a5), closes #33
Bug Fixes
- fix how PDH currents are extracted (1c7a002)
- replace many pdh.getCurrent() calls with one pdh.getAllCurrents() call when logging PDH currents (7262425)
Bug Fixes
- stop automatically logging PDH to avoid CAN errors (22340bf)
- improve performance when processing queued log entries (9c95541)
Bug Fixes
- improve error handling when instantiating
PowerDistribution (3256e6f)
- increase default log entry queue capacity from 500 to 1000 (9b1549a)
Bug Fixes
- fix version field in vendordep.json (8c59d1f)
Bug Fixes
- fix a potential crash due to a feedback loop in the
LogQueuer#printQueueFullMessage() method (cfef1e9)
Features