releases/mcap-cli/v0.0.32
github-actions
released this
07 Jul 01:17
·
186 commits
to main
since this release
mcap filter: don't die on schema id 0 (#921) ### Public-Facing Changes CLI commands `filter`, `compress`, `decompress`, and `recover` no longer fail on schemaless channels (schema id = 0). ### Description Don't fail when encountering schema ID 0. Fixes FG-4182 See also: - https://github.com/foxglove/mcap/issues/829 - https://github.com/foxglove/mcap/issues/847 - https://github.com/foxglove/mcap/issues/579