Skip to content

Releases: foxglove/mcap

releases/python/mcap-protobuf-support/v0.5.3

29 Jan 22:13
d709f9f
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Add support for nested definitions in Python mcap-protobuf-support by @methylDragon in #1321
  • Bump Python mcap-protobuf-support to v0.5.3 by @jtbandes in #1323

New Contributors

Full Changelog: releases/python/mcap-protobuf-support/v0.5.2...releases/python/mcap-protobuf-support/v0.5.3

releases/typescript/support/v1.0.3

24 Jan 04:28
fb2b5f2
Compare
Choose a tag to compare

What's Changed

  • @mcap/support: remove .d.ts file in favor of module augmentation in source file by @jtbandes in #1318

Full Changelog: releases/typescript/support/v1.0.2...releases/typescript/support/v1.0.3

releases/mcap-cli/v0.0.51

20 Jan 02:14
b1380d3
Compare
Choose a tag to compare

What's Changed

releases/python/mcap/v1.2.2

15 Jan 22:02
d878a72
Compare
Choose a tag to compare

What's Changed

Full Changelog: releases/python/mcap/v1.2.1...releases/python/mcap/v1.2.2

releases/mcap-cli/v0.0.50

12 Dec 21:06
4948ad4
Compare
Choose a tag to compare
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

04 Nov 01:13
ba3c9c0
Compare
Choose a tag to compare

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

30 Oct 23:52
ff0cb3c
Compare
Choose a tag to compare

releases/typescript/nodejs/v1.0.2

30 Oct 23:51
ff0cb3c
Compare
Choose a tag to compare

releases/typescript/browser/v1.0.1

30 Oct 23:50
ff0cb3c
Compare
Choose a tag to compare

releases/mcap-cli/v0.0.48

26 Sep 04:35
4ec37c5
Compare
Choose a tag to compare
`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>