Releases: jaakkos/winston-logstash
Releases · jaakkos/winston-logstash
Minor updates
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
- @david-hodgetts made their first contribution in #80
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
- @dependabot made their first contribution in #69
- @n2o made their first contribution in #73
Full Changelog: v1.1.0...v1.2.0
TypeScript migration
Features:
- Migrate to TypeScript
- Add end2end test for both winston 2.x and 3.x.
Event Logging Fixes and Proper Shutdown
- 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