Skip to content

primary-site-0.0.41

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 05:55
70ba2f6

Inbox listener

  • Changed: if a file is provided with an invalid device name or ID, the import will fail immediately rather than being retried repeatedly.
  • Added: MCAP files containing channels with schema ID 0 (no schema) will be successfully imported.
  • Added: Inbox listener will sort messages in files by their log time while importing. See https://docs.foxglove.dev/docs/primary-sites/self-hosting/inbox-listener-configuration for configuration options relating to this change.

Stream server

  • Fixed: when a stream server pod is sent SIGTERM, it waits for SHUTDOWN_TIMEOUT seconds for any open requests to complete. Previously when this timeout was exceeded, the stream server would exit uncleanly and log an error. After this change, the stream server logs a warning and exits cleanly.
  • Added: stream server will serve MCAP channels with schema ID 0 (no schema) successfully.