Skip to content

releases/mcap-cli/v0.0.54

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 06:09
· 3 commits to main since this release
703df26

Changelog

New

  • (#1352) mcap doctor now reports an error for any strings in records that are not valid UTF-8.
  • (#1425) mcap info now reports information about chunks that overlap in time range. Thanks @wkalt for your contribution!
  • (#1372) mcap recover is not significantly faster in the common case where an MCAP is truncated. Thanks @mrkbac for your contribution!

Fixed

  • fix iteration edge case with overlapping chunks (#1385)
  • reader: do not report full byte array for UnexpectedTokenError (#1365)