Releases: foxglove/agent
Releases · foxglove/agent
v1.3.2
v1.3.1
Fixed
- Fixed an issue where the agent fails to insert recording topics after upgrading to 1.3.0.
v1.3.0
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 toAZURE_STORAGE_ACCOUNT_NAME
AZURE_INBOX_STORAGE_SERVICE_URL
renamed toAZURE_STORAGE_ENDPOINT
and made optionalRECORDING_STORAGE_S3_COMPATIBLE_ACCESS_KEY_ID
renamed toS3_COMPATIBLE_ACCESS_KEY_ID
RECORDING_STORAGE_S3_COMPATIBLE_ACCESS_KEY
renamed toS3_COMPATIBLE_ACCESS_KEY
RECORDING_STORAGE_S3_COMPATIBLE_REGION
renamed toS3_COMPATIBLE_REGION
RECORDING_STORAGE_S3_COMPATIBLE_URL
renamed toS3_COMPATIBLE_URL
WATCH_IGNORE_SUFFIX
deprecated in favor ofWATCH_(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
Fixed: Automatically enable Systemd service when installing .deb package
v1.2.3
Added
- This release is the first published as a Docker image. See Installation for usage instructions.
v1.2.0
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
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
Changed: The Agent will now automatically ignore incomplete MCAP files in the watched directory
v1.1.3
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
Fixed
- Fixed a bug when using auto-import where the Agent would see 401 unauthorized errors when requesting device information.