Releases: logdna/logdna-agent
Releases · logdna/logdna-agent
LogDNA Agent v2.2.2
LogDNA Agent v2.2.1
[2.2.1] - January 28, 2021
Changed
- Bump @logdna/logger which includes user-agent and validation fixes #222
LogDNA Agent v2.2.0
Changed
- Bump @logdna/logger which includes an
axios
fix for a SSRF vulerability. This bump
also includes a passthrough for thesendUserAgent
option. #219
LogDNA Agent v2.1.2
Fixed
- Send SIGKILL if the process refuses to stop #213
LogDNA Agent v2.1.1
Fixed
- Cancel timers to prevent shutdown hanging #215
LogDNA Agent v2.1.0
LogDNA Agent v2.0.0
LogDNA Agent v1.6.5
LogDNA Agent v1.6.2
Deprecation notices
32-bit architectures are no longer supported in 1.6.2
Beginning with Agent v1.6.2, we've moved the dependent Node.js version 5.9.0 to 8.3.0, as 5.9.0 and all 32-bit versions have moved well beyond their end of life dates. In short, this means that 32-bit architectures are no longer supported beginning with Agent v1.6.2. If you require 32-bit support, please use an older version of the LogDNA Agent.
CentOS 6 deprecation
To accommodate continued feature development, we've had to migrate to Node.s version 8.3.0, which is beyond the final version of Node that is supported on Red Hat CentOS 6. If you require the Agent for CentOS 6, please use an older version.
Changelog
- Fix NPM vulnerabilities
- Make some configuration variables customizable thru environment variables
- Add support for having spaces in winevent configurations
- Remove promise, websocket connection, and API client
- Allow the execution if the config file does not exist yet
- Fix no hostname case
- Add support for remote restart and redirection of log Ingestion to new endpoint
- init script: source /etc/sysconfig/logdna-agent
- Fix globbing, add user-agent to request headers, update node version for
nexe
- Fix configuration-related bugs
- Retry on receiving 5xx
- Update user-agent header by adding distro information
- Update failure condition and debug statements
LogDNA Agent v1.6.1
Added
- Add LogDNA Agent v2.0 instructions #84
- Add IBM instructions for LogDNA Agent v2.0 #86
- Add support for having whitespace in WinEvent entries #91
- Add OpenShift version of the LogDNA Agent daemonset #53
Changed
- Make some variables customizable thru environment variables #73
- Simplify the LogDNA Agent v2.0 upgrade instructions #88