Skip to content

releases/mcap-cli/v0.0.43

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 20:55
· 84 commits to main since this release
f3889a6
Add strict order warning to `mcap doctor` (#1066)

doctor will surface a warning when the log time of a message is earlier than the latest known log time of messages while reading the message data in file order.

A new `--strict-message-order` flag can make this warning an error.