Skip to content

releases/mcap-cli/v0.0.32

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 01:17
· 186 commits to main since this release
6ffcfa0
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