Skip to content

Releases: logdna/logdna-agent

LogDNA Agent v2.2.2

07 Jul 15:11
Compare
Choose a tag to compare

LogDNA Agent v2.2.2

  • fix(pkg) Upgrade for Node 14 from Node 12 #235

LogDNA Agent v2.2.1

29 Jan 20:15
Compare
Choose a tag to compare

[2.2.1] - January 28, 2021

Changed

  • Bump @logdna/logger which includes user-agent and validation fixes #222

LogDNA Agent v2.2.0

28 Jan 15:07
Compare
Choose a tag to compare

Changed

  • Bump @logdna/logger which includes an axios fix for a SSRF vulerability. This bump
    also includes a passthrough for the sendUserAgent option. #219

LogDNA Agent v2.1.2

16 Nov 17:06
Compare
Choose a tag to compare

Fixed

  • Send SIGKILL if the process refuses to stop #213

LogDNA Agent v2.1.1

12 Nov 17:22
Compare
Choose a tag to compare

Fixed

  • Cancel timers to prevent shutdown hanging #215

LogDNA Agent v2.1.0

02 Nov 21:02
Compare
Choose a tag to compare

Changed

  • Use systemd service name as the app name #210

Fixed

  • Revert environment variable changes #208

LogDNA Agent v2.0.0

05 Oct 18:53
Compare
Choose a tag to compare

Removed

  • Deprecate the unstable WinEvent Logging component #194
  • Remove Kubernetes support #196

Changed

  • Use the node client for logging #195
  • Use eslint-config-logdna from NPM #198
  • Upgrade node version to 12.16.2 #199

LogDNA Agent v1.6.5

24 Aug 17:06
Compare
Choose a tag to compare

CHANGELOG

Changed

  • Update internal logging #164

Fixed

  • Fix stringification issue on handling 207 #152
  • Fix memory leak issue #157
  • Make sure process.getuid doesn't get called on Windows #188

LogDNA Agent v1.6.2

05 Dec 22:51
Compare
Choose a tag to compare

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

14 Jul 05:38
Compare
Choose a tag to compare

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

Fixed

  • Fix npm vulnerabilities #72
  • Fix the broken promises and the websocket #106
  • Allow the execution if the config file doesn't exist yet #116