Skip to content

Releases: loggly/winston-loggly-bulk

Vulnerability updates

05 Oct 11:58
9f925a1
Compare
Choose a tag to compare

Updating vulnerable packages

v3.2.1

23 Mar 11:27
Compare
Choose a tag to compare

Fix bulk mode (logging with isBulk: true should now work again).

v3.2.0

05 Mar 14:55
Compare
Choose a tag to compare

Update vulnerable dependencies.

Print an error to console when fails to deliver a log event to Loggly

10 Aug 13:22
Compare
Choose a tag to compare

Update for winston v3

06 Apr 11:57
2542c24
Compare
Choose a tag to compare
  • pass loggly http client errors to winston

  • add flushLogsAndExit function

  • add flag for network errors

  • update dependencies

  • fix js strict mode

  • fix sending winston splats
    extra properties in winston.log (called splats) are now being sent to Loggly as an array named "details". In winston v2 they were simply appended to the message. For example logging winston.log("info", "Hello World", { bar: "baz" }, { "foo": "test" }) will produce { level: "info", message: "Hello World", bar: "baz", details: [{ "foo": "test" }] }

  • use lodash.clonedeep for cloning

  • redo tests

  • remove legacy code

  • various small fixes

  • code formatting

Added buffer to hold logs during network outage

06 Feb 10:01
Compare
Choose a tag to compare
  • Buffer support during the temporary network outage.
  • Rotate logs in the buffer when running out of memory.
  • When the network connection is reconnected all buffered logs will be sent.
  • Check bad token error and display the error message on the console.
  • Truncate events over 1 MB size.
  • User can specify the size of the buffer (number of logs to be stored) as a configuration variable in the config file.

Updated the library

15 Nov 08:59
Compare
Choose a tag to compare

-In this release, we have fixed the bugs in winston-loggly.js file
-Updated the library references
-Updated the contributor details in package.json
-Updated the README.md file
-Updated the Npm package to 1.3.4