Skip to content

Releases: sazze/winston-logstash-udp

version 0.2.1

18 Jan 22:56
Compare
Choose a tag to compare

Added support for IPv6 and yarn

In node versions > 0.8, the socket will no longer keep the process open if it does not close cleanly.

Thanks to devmetal and RidgeA

version 0.1.1

24 Sep 17:02
Compare
Choose a tag to compare

Do not emit error events. Only return them in the callback.

winston-logstash-udp should never crash your application anymore (even if you don't care about udp socket errors)

version 0.1.0

24 Sep 16:23
Compare
Choose a tag to compare

Better socket error handling

Thanks to danivek

version 0.0.7

14 Aug 14:36
Compare
Choose a tag to compare

Use own cycle dependency.

Thanks to pierreinglebert

version 0.0.6

02 Jul 22:27
Compare
Choose a tag to compare

Add an option for appending a trailing line-feed character to serialized log lines.

Thanks to anis

version 0.0.5

10 Apr 14:00
Compare
Choose a tag to compare

Handles circular references in the meta object.

Thanks to devAsterisk