Skip to content

Releases: jaakkos/winston-logstash

Minor updates

30 Jul 14:10
7b8f2d9
Compare
Choose a tag to compare

What's Changed

  • Add unit tests by @jaakkos in #77
  • Refactor Connection Management and Update Unit Tests for Improved Robustness by @jaakkos in #78
  • fixes Manager failing to properly remove event listeners from Connection by @david-hodgetts in #80
  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #81

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

27 Mar 11:16
Compare
Choose a tag to compare

What's Changed

  • Ensure that it's possible to manage error cases when using the transport by @jaakkos in #68
  • Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #69
  • Fix indentation and naming of logger const by @n2o in #73
  • Bump webpack from 5.75.0 to 5.76.1 by @dependabot in #72
  • Bump json5 from 2.2.1 to 2.2.3 in /test-bench/winston-3x by @dependabot in #74
  • Bump json5 from 2.2.1 to 2.2.3 in /test-bench/winston-2x by @dependabot in #75
  • Issue/71 config reload automatic by @jaakkos in #76

New Contributors

Full Changelog: v1.1.0...v1.2.0

TypeScript migration

03 Dec 13:45
Compare
Choose a tag to compare

Features:

  • Migrate to TypeScript
  • Add end2end test for both winston 2.x and 3.x.

Event Logging Fixes and Proper Shutdown

24 Oct 14:26
Compare
Choose a tag to compare
  • The logged event no longer fires twice
  • Added a method to retrieve the queue length to assist with clean shutdown
  • Once close is called, don't try to reconnect