Skip to main content

Remote Data Loader v0.0.11

This release fixes a CORS issue, adds support for x-foxglove-error-message header to streaming sources and improves lookback.

Added
  • Data backends can now surface a human-readable error message when a streamed data request fails, not just when a manifest request fails, by setting the x-foxglove-error-message response header. See the development guide for details.
Fixed
  • Fixed CORS errors on the root endpoint when the app would load
Changed
  • Replay lookback now returns every message at a channel's latest timestamp before the seek, instead of an arbitrary one when several messages share that timestamp.

Docs: About | Development | Deploy