Skip to main content

4 posts tagged with "Remote Data Loader"

Release notes for Foxglove Remote Data Loader Helm chart.

View All Tags

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

Remote Data Loader v0.0.9

This release reduces the amount of data downloaded when seeking, and opens the login prompt in a popup window instead of a new browser tab.

Changed
  • Seeking now downloads less data. Message lookback stops as soon as it has the newest message for each topic and fetches independent topics concurrently, instead of loading every source that overlaps the lookback window on each seek.
  • The login page now opens your identity provider in a popup window instead of a new browser tab.
Fixed
  • Fixed intermittent dns error failures under high load.

Docs: About | Development | Deploy

Remote Data Loader v0.0.7

This release adds optional in-memory time-to-live (TTL) caching for manifest responses and improves HTTP source error messages.

Added
  • Added optional in-memory TTL caching for manifest responses; see the deployment guide for configuration and authorization details.
  • Added globals.manifestCache.maxCapacity to tune manifest cache capacity.
Changed
  • Improved error messages when an HTTP source URL is supplied and ALLOW_HTTP_SOURCES is unset or false.

Docs: About | Development | Deploy