Skip to content

Releases: foxglove/agent

v1.3.2

21 Feb 19:36
8740d78
Compare
Choose a tag to compare

Feature

  • Added configuration option (--multipart-part-size/MULTIPART_PART_SIZE) for multipart upload part size, allowing larger file uploads.

v1.3.1

29 Jan 22:35
8740d78
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the agent fails to insert recording topics after upgrading to 1.3.0.

v1.3.0

24 Jan 19:21
8740d78
Compare
Choose a tag to compare

New and improved

  • More flexible filter configuration for identifying recording files
  • Added support for SHA-256 checksum-on-upload for AWS and S3-compatible object stores
  • Logs are forwarded to journald by default when installed via the .deb package
  • File creation time is used instead of ctime, on filesystems that support it
  • Azure and S3-compatible configuration variables have been renamed for consistency (old variables are still accepted for compatibility)

Deprecated

  • AZURE_INBOX_STORAGE_ACCOUNT_NAME renamed to AZURE_STORAGE_ACCOUNT_NAME
  • AZURE_INBOX_STORAGE_SERVICE_URL renamed to AZURE_STORAGE_ENDPOINT and made optional
  • RECORDING_STORAGE_S3_COMPATIBLE_ACCESS_KEY_ID renamed to S3_COMPATIBLE_ACCESS_KEY_ID
  • RECORDING_STORAGE_S3_COMPATIBLE_ACCESS_KEY renamed to S3_COMPATIBLE_ACCESS_KEY
  • RECORDING_STORAGE_S3_COMPATIBLE_REGION renamed to S3_COMPATIBLE_REGION
  • RECORDING_STORAGE_S3_COMPATIBLE_URL renamed to S3_COMPATIBLE_URL
  • WATCH_IGNORE_SUFFIX deprecated in favor of WATCH_(EXCLUDE|INCLUDE)_(REGEX|SUFFIXES)

Fixed

  • The agent now latches device identity, to detect potential misconfiguration
  • Fixed an issue where the agent consumes excessive CPU while handling filesystem events
  • Fixed an issue with enabling and starting the systemd service during install
  • Fixed an issue with recordings_gigabytes accuracy, which is now updated hourly

v1.2.4

10 Jan 14:43
8740d78
Compare
Choose a tag to compare

Fixed: Automatically enable Systemd service when installing .deb package

v1.2.3

03 Dec 02:18
8740d78
Compare
Choose a tag to compare

Added

  • This release is the first published as a Docker image. See Installation for usage instructions.

v1.2.0

30 Oct 22:04
8740d78
Compare
Choose a tag to compare

Fixed: foxglove-agent will now run on distributions with unsupported glibc version
Fixed: The agent will now fetch and respect the configured per-device recording retention period.

v1.1.5

20 Sep 01:07
8740d78
Compare
Choose a tag to compare

Fixed: When the Agent attempts to submit a recording that Foxglove cloud considers invalid, it will gracefully drop the recording instead of retrying forever.

v1.1.4

03 Jul 13:35
8740d78
Compare
Choose a tag to compare

Changed: The Agent will now automatically ignore incomplete MCAP files in the watched directory

v1.1.3

05 Jun 05:07
8740d78
Compare
Choose a tag to compare

Changed since v1.1.2

  • Fixed: MCAP channels with schema ID 0 (ie. with no schema) will no longer cause an error when imported to an edge site.

v1.1.1

05 Mar 21:43
08f9737
Compare
Choose a tag to compare

Fixed

  • Fixed a bug when using auto-import where the Agent would see 401 unauthorized errors when requesting device information.