Releases: foxglove/mcap
Releases · foxglove/mcap
MCAP CLI v0.0.49
Added
- Added the
du
subcommand to analyze MCAP files for disk usage statistics. filter
: Added--start
and--end
arguments that accept either nanosecond or RFC3339-formatted log times.add attachment
:--log-time
argument now accepts RFC3339-formatted timestamps.
releases/typescript/support/v1.0.2
What's Changed
Full Changelog: releases/typescript/support/v1.0.1...releases/typescript/support/v1.0.2
releases/typescript/nodejs/v1.0.2
What's Changed
Full Changelog: releases/typescript/nodejs/v1.0.1...releases/typescript/nodejs/v1.0.2
releases/typescript/browser/v1.0.1
What's Changed
Full Changelog: releases/typescript/browser/v1.0.0...releases/typescript/browser/v1.0.1
releases/mcap-cli/v0.0.48
`mcap info`: add channel count (#1243) Merging #1051 with a small tweak to use Statistics's channel count if available. --------- Co-authored-by: peizhe.chen <[email protected]> Co-authored-by: pezy <[email protected]>
releases/cpp/v1.4.1
What's Changed
- Remove dead members in McapReader by @kyle-basis in #1199
- cpp: Fix for undefined behavior in mcap::ParseByteArray(..) by @MichaelOrlov in #1239
Full Changelog: releases/cpp/v1.4.0...releases/cpp/v1.4.1
@mcap/core v2.1.4
Revert of performance improvements in 2.1.3 which broke stream reading.
releases/mcap-cli/v0.0.47
Fix: CLI renders wide-column tables correctly
releases/rust/v0.9.1
What's Changed
- rust: Make RawMessage fields public by @A-K-O-R-A in #1184
- Bump rust to 0.9.1 by @jtbandes in #1187
New Contributors
- @A-K-O-R-A made their first contribution in #1184
releases/mcap-cli/v0.0.46
cli: sort does not duplicate channels and schemas on every message (#…