Releases: foxglove/mcap
Releases · foxglove/mcap
releases/python/mcap/v1.2.2
What's Changed
- python: remove unused buffer by @syundo0730 in #1287
- Update docs to match exclusive end_time implementation by @rdumas01 in #1286
- python: fix incorrect read length for custom records by @jtbandes in #1311
Full Changelog: releases/python/mcap/v1.2.1...releases/python/mcap/v1.2.2
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 <[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