Releases: foxglove/mcap
Releases · foxglove/mcap
releases/mcap-cli/v0.0.50
mcap recover: print status message to stderr instead of stdout (#1289) ### Changelog Fixed a bug in `mcap recover` which would produce an invalid file when redirecting stdout to a file. ### Docs None ### Description Status message now goes to stderr instead of stdout. Also fixed another nearby line which looked wrong, it was using Fprintln with `%w` but Fprintln doesn't accept format strings. https://pkg.go.dev/fmt#Fprintln
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 <peizhe.chen@horizon.cc> Co-authored-by: pezy <urbancpz@gmail.com>
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