23 posts tagged with "Agent"
Release notes for Foxglove Agent.
View All TagsAgent v1.4.5
Agent
This release contains minor improvements.
Changed
- Added support for
AWS_SESSION_TOKEN - Fixed an issue with HTTP/2 keepalive timeout configuration
- Changed log level for messages about empty bag files, from info to debug
Docs: About, Install | Debian Packages: amd64, arm64 | Binary Files: amd64, arm64
Agent v1.4.4
Agent
This release contains minor improvements, and switches to a single-threaded runtime.
Changed
- Switched to a single-threaded runtime
- Enabled HTTP/2 keepalives for uploads, where available
- Added release version to user-agent string
Docs: About, Install | Debian Packages: amd64, arm64 | Binary Files: amd64, arm64
Agent v1.4.3
Agent
This release contains several improvements and bugfixes.
New and Improved
- Switched to WAL journal mode for sqlite database, which should improve performance.
- Gracefully cancel pending uploads in response to shutdown signals.
Fixed
- Fixed a bug where the agent would report "database locked" errors due to disk contention.
- Fixed a bug where the agent would not respond to shutdown signals in a timely fashion.
- Fixed a bug where the agent would not retry failed uploads for recordings selected by the
WATCH_AUTO_IMPORT_PATTERNconfiguration.
Docs: About, Install | Debian Packages: amd64, arm64 | Binary Files: amd64, arm64
Agent v1.4.2
Agent
This release contains a fix for the filesystem watcher, and adds a new configuration flag for toggling filesystem notifications.
Added
- Added
WATCH_USE_NOTIFY, which can be used to toggle filesystem notifications.
Fixed
- Fixed a bug introduced in v1.3.0, where the agent filesystem watcher may deadlock and fail to pick up new recordings.
Docs: About, Install | Debian Packages: amd64, arm64 | Binary Files: amd64, arm64
Agent v1.4.1
Agent v1.4.0
Agent
This release of the agent features a new TLS implementation and a statically-linked binary.
Changed
- Switched from OpenSSL to rustls.
- Removed the runtime dependency on glibc by statically linking the agent binary against musl.
Docs: About, Install | Debian Packages: amd64, arm64 | Binary Files: amd64, arm64